-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix package install failure when libraspberrypi-dev is also included #2508
Comments
we neither test nor do any development on Devuan for RPI. Please follow issue tracker instructions when opening a ticket - you should start a topic first on the forum. The packages that have that as a dependency require it for Raspbian - as it contains development libraries needed. You should report this upstream to Devuan RPI, or submit a patch to this project if the upstream package is renamed or the development libs/headers are installed via another means. Not something I will fix. Sorry. |
it is not a problem to have Retropie-Setup try to install If any need for |
That wouldn't be the correct fix. The correct fix is to put in some code to change the dependency to whatever the equivalent is on Devuan that contains the RPI headers and link libs. If you are unable to provide a patch I recommend you start on the forum and see if there are any other uses who would get involved in contributing one, as is indicated when opening an issue here (We ask you start a topic on the forum before opening a ticket which you ignored twice). |
As far as I know it works on Devuan for x86/x86_64 fine. If Devuan has renamed packages for the RPI (Over Raspbian) it can be resolved by someone submitting a PR - I won't be looking at it any time soon nor have the time to support Devuan on RPI. #2509 is not a bug and should have been a topic on the forum (The author chose to ignore the instructions when opening an issue). |
Also Jessie should be considered unsupported now that Stretch is out (Especially on the RPI as upstream support has stopped) - I am dropping building binaries for Raspbian Jessie, and cannot guarantee compatibility with Jessie in the future. |
I have disabled RetroPie-Setup for Devuan on the RPI. It will now throw an error when running. Should work fine on Devuan for x86/x86_64 (Although some modules may rely on systemd and fail to work correctly). |
Right, #2509 was pointing out a wider scope, not just Devuan, and I also overlooked that RetroPie is run from x86/x64 machines too. I think your solution of disabling for RPI is good enough. |
I have Devuan Jessie running on a RPi2
It has
libraspberrypi-bin
andlibraspberrypi0
installed, but notlibraspberrypi-dev
Retropie-Setup wants to install the package
libraspberrypi-dev
but it is not in the Devuan repo (they are manually installed when the image is create, along with the kernel), so for the following messages the installations fail, even though the other packages are present and would be installed properly iflibraspberrypi-dev
was not in the package list:If you placed any
libraspberrypi
package requests in a seperate command process, the above would not have failed.Cheers
Paul
The text was updated successfully, but these errors were encountered: