-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Describe the bug
Unable to install capyloon debian packages on Raspbian. Results in package dependency issues.
** Environment **
- Device Raspberry Pi B+
To Reproduce
Steps to reproduce the behavior:
- Go setup Capyloon apt repo and import GPG key
- Do 'apt update && apt install *` prerequisite debian packages including sway
- Do 'apt install capyloon-rpi`
- See error
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.