On Thursday 05 of January 2023 10:04:18 Felix Miata wrote:
Slávek Banko composed on 2023-01-05 08:40 (UTC+0100):
The following packages have unmet dependencies: libr0 : Depends: libbinutils (< 2.39.50.20221225) but 2.39.90.20221231-1 is to be installed E: Unable to correct problems, you have held broken packages. # apt-mark showhold # grep nity /etc/apt/sources.list #deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian bookworm main #deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0. 0/d ebian bookworm main deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb bookworm deps-r14 main-r14 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb bookworm deps-r14 main-r14 #
Is something that should fix itself by just waiting until tomorrow and trying apt-get full-upgrade again?
did you do "apt update" as a first step? Because libr has already been updated for the new version of binutils, so it should be consistent again in the repository.
Where does or did libr0 come from? It looks like it no longer exists.
# apt update Get:1 http://ftp.debian.org/debian bookworm InRelease [164 kB] Get:2 http://ftp.debian.org/debian bookworm/main i386 Packages.diff/Index [63.6 kB] Hit:3 http://www.deb-multimedia.org bookworm InRelease Hit:4 http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb bookworm InRelease Get:5 http://ftp.debian.org/debian bookworm/main Translation-en.diff/Index [63.6 kB] Get:6 http://ftp.debian.org/debian bookworm/main i386 Packages T-2023-01-05-0810.52-F-2023-01-05-0810.52.pdiff [6,100 B] Get:6 http://ftp.debian.org/debian bookworm/main i386 Packages T-2023-01-05-0810.52-F-2023-01-05-0810.52.pdiff [6,100 B] Get:7 http://ftp.debian.org/debian bookworm/main Translation-en T-2023-01-05-0810.52-F-2023-01-05-0810.52.pdiff [1,361 B] Get:7 http://ftp.debian.org/debian bookworm/main Translation-en T-2023-01-05-0810.52-F-2023-01-05-0810.52.pdiff [1,361 B] Fetched 299 kB in 21s (14.2 kB/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date. # apt-get full-upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following packages were automatically installed and are no longer required: libavahi-tqt-1 libdbus-1-tqt libtqtinterface linux-image-5.10.0-14-686 linux-image-5.17.0-1-686 telnet telnetd
Use 'apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. # alias | grep Dq alias Dq='echo dpkg-query -l ; dpkg-query -l | sort | grep ' # Dq -E 'binutils|libr0' dpkg-query -l ii binutils-common:i386 2.39.90.20221231-1 i386 Common files for the GNU assembler, linker and binary utilities ii libbinutils:i386 2.39.90.20221231-1 i386 GNU binary utilities (private shared library) # Dq libr0 dpkg-query -l #
# apt-cache policy libr0 libr0: Installed: (none) Candidate: 4:14.0.13-0debian12.0.0+0~b2 Version table: 4:14.0.13-0debian12.0.0+0~b2 500 500 http://archive.trinitydesktop.net/trinity/deb/trinity-sb bookworm/main-r14 amd64 Packages
Cheers