-
Notifications
You must be signed in to change notification settings - Fork 21
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
Raspbian Installation fails #76
Comments
Can you check which version of the packages that fail to install are available? |
@fabricedesre The problem is happening the current stable release of
|
Am going to following workaround for now:
Here are the package dependency information
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Unable to install capyloon debian packages on Raspbian. Results in package dependency issues.
** Environment **
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots$ sudo apt-get install capyloon-rpi
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
capyloon-rpi:arm64 : Depends: libgtk-3-0:arm64 (>= 3.0.0) but it is not going to be installed
Depends: libasound2:arm64 (>= 1.0.16) but it is not going to be installed
Depends: libdbus-glib-1-2:arm64 (>= 0.78) but it is not installable
Depends: sway:arm64 but it is not installable
Depends: network-manager:arm64 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
$ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
$ sudo apt-get -o Debug::pkgProblemResolver=yes install capyloon-rpi
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) capyloon-rpi:arm64 < none -> 0.3-19644 @un puN Ib >
Broken capyloon-rpi:arm64 Depends on libgtk-3-0:arm64 < none | 1:3.24.38-2~deb12u1+rpt5+rpi1 @un uH > (>= 3.0.0)
Considering libgtk-3-0:arm64 0 as a solution to capyloon-rpi:arm64 9999
Reinst Failed early because of libgcc-s1:arm64
Reinst Failed because of libc6:arm64
Reinst Failed because of libatk1.0-0:arm64
Reinst Failed because of libatk-bridge2.0-0:arm64
Broken capyloon-rpi:arm64 Depends on libasound2:arm64 < none | 1.2.8-1+rpt1 @un uH > (>= 1.0.16)
Considering libasound2:arm64 0 as a solution to capyloon-rpi:arm64 9999
Reinst Failed because of libc6:arm64
Broken capyloon-rpi:arm64 Depends on libdbus-glib-1-2:arm64 < none @un H > (>= 0.78)
Broken capyloon-rpi:arm64 Depends on fonts-arphic-ukai:arm64 < none @un H >
Considering fonts-arphic-ukai:armhf 0 as a solution to capyloon-rpi:arm64 9999
Re-Instated fonts-arphic-ukai:armhf
Broken capyloon-rpi:arm64 Depends on fonts-arphic-uming:arm64 < none @un H >
Considering fonts-arphic-uming:armhf 0 as a solution to capyloon-rpi:arm64 9999
Re-Instated fonts-arphic-uming:armhf
Broken capyloon-rpi:arm64 Depends on sway:arm64 < none @un H >
Broken capyloon-rpi:arm64 Depends on network-manager:arm64 < none | 1.42.4-1+rpt1 @un uH >
Considering network-manager:arm64 0 as a solution to capyloon-rpi:arm64 9999
Reinst Failed early because of libaudit1:arm64
Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
capyloon-rpi:arm64 : Depends: libgtk-3-0:arm64 (>= 3.0.0) but it is not going to be installed
Depends: libasound2:arm64 (>= 1.0.16) but it is not going to be installed
Depends: libdbus-glib-1-2:arm64 (>= 0.78) but it is not installable
Depends: sway:arm64 but it is not installable
Depends: network-manager:arm64 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: