Package: base-files Version: 13.5 Severity: important Dear Maintainer,
I have tried to upgrade of package to newest version but I have error message: "The base-files package cannot be installed because /bin is a symbolic link and not pointing to usr/bin exactly. This is an unexpected situation. Cannot proceed with the upograde." I have checked the preintst script and found the problem. The checking of existing /bin symlink with the readlink command results the correct /usr/bin path but in the preinst script the comparison is made to "usr/bin" instead, therefore compariosn result is false and I receive the above quoted error message. The preinst script should have been corrected in line 9 to make comparison between result of readlink and "/usr/$d" instead of "usr/$d". *** End of the template - remove these template lines *** -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.9.12-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages base-files depends on: ii gawk [awk] 1:5.2.1-2+b1 ii mawk [awk] 1.3.4.20240622-2 base-files recommends no packages. base-files suggests no packages. -- no debconf information

