bgilsrud Posted February 29 Posted February 29 It seems to me that the mesa packages that Armbian provides are broken, but I see no mention of this anywhere so maybe it's something I'm doing? I'm using an Orange Pi Zero 3, which I believe is experimental but I don't see any evidence that the packages of interest are specific to this board. It looks like Armbian provides a new version of libgl1-mesa-dri that relies on a newer version of libdrm-amdgpu1 than what is available in the default debian bookworm repo: ben@orangepizero3:~$ sudo apt-get install libgl1-mesa-dev 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: libgl1-mesa-dri : Depends: libdrm-amdgpu1 (>= 2.4.119) but 2.4.114-1+b1 is to be installed libx11-dev : Depends: libx11-6 (= 2:1.8.4-2+deb12u2) but 2:1.8.7-1 is to be installed E: Unable to correct problems, you have held broken packages. ben@orangepizero3:~$ apt-cache policy libgl1-mesa-dri libgl1-mesa-dri: Installed: (none) Candidate: 24.0.1-1 Version table: 24.0.1-1 500 500 http://beta.armbian.com bookworm/bookworm-desktop arm64 Packages 22.3.6-1+deb12u1 500 500 http://deb.debian.org/debian bookworm/main arm64 Packages ben@orangepizero3:~$ apt-cache policy libdrm-amdgpu1 libdrm-amdgpu1: Installed: 2.4.114-1+b1 Candidate: 2.4.114-1+b1 Version table: *** 2.4.114-1+b1 500 500 http://deb.debian.org/debian bookworm/main arm64 Packages 100 /var/lib/dpkg/status Am I doing something wrong here? Thanks, Ben 0 Quote
Solution Igor Posted February 29 Solution Posted February 29 1 hour ago, bgilsrud said: but I see no mention of this anywhere https://github.com/armbian/os/wiki/Import-3rd-party-packages This was made to support Raspberry Pi 5 desktop acceleration. https://github.com/armbian/os/pull/167/files 1 hour ago, bgilsrud said: It looks like Armbian provides a new version of libgl1-mesa-dri that relies on a newer version of libdrm-amdgpu1 than what is available in the default debian bookworm repo: Yes, its in testing repository, so no harm was made. I have disabled this and within next repo update this won't be a problem anymore. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.