la 14. syysk. 2024 klo 8.25 Martin-Éric Racine (martin-eric.rac...@iki.fi) kirjoitti: > > pe 13. syysk. 2024 klo 23.02 Dr. Tobias Quathamer (to...@debian.org) > kirjoitti: > > > > Am 14.05.24 um 09:10 schrieb Martin-Éric Racine: > > > Package: iso-codes > > > Version: 4.16.0-1 > > > Severity: important > > > > > > $ adequate --all --tags -py-file-not-bytecompiled > > > iso-codes: broken-symlink /usr/share/locale/fil/LC_MESSAGES/iso_3166.mo > > > -> iso_3166-1.mo > > > iso-codes: broken-symlink /usr/share/locale/fil/LC_MESSAGES/iso_3166_2.mo > > > -> iso_3166-2.mo > > > > Hi Martin-Éric, > > > > thanks for this bug report -- however, I cannot reproduce it. I've just > > run adequate on my system with iso-codes 4.16.0-1 installed, and it > > doesn't find any errors. > > > > It also looks like a false positive to me, because iso-codes does ship > > both files which are the link targets. I'm therefore closing this bug > > report. > > > > Could you try again to run the adequate command on your system and see > > if you still get that error? If so, please do not hesitate to reopen the > > bug and get back to me. > > Not fixed. > > $ adequate iso-codes > iso-codes: broken-symlink > /usr/share/locale/fil/LC_MESSAGES/iso_3166.mo -> iso_3166-1.mo > iso-codes: broken-symlink > /usr/share/locale/fil/LC_MESSAGES/iso_3166_2.mo -> iso_3166-2.mo > $ dpkg -l | grep iso-codes > ii iso-codes 4.17.0-1 > all ISO language, territory, currency, script codes and their > translations > $ cat /etc/issue > Debian GNU/Linux trixie/sid \n \l
I just made a quick build. It clearly shows what the problem is: $ LC_ALL=C ls -l debian/iso-codes/usr/share/locale/fil/LC_MESSAGES/ total 40 -rw-r--r-- 1 perkelix perkelix 10473 2024-09-14 08:35 iso_15924.mo -rw-r--r-- 1 perkelix perkelix 23844 2024-09-14 08:35 iso_3166-1.mo -rw-r--r-- 1 perkelix perkelix 3047 2024-09-14 08:35 iso_3166-2.mo lrwxrwxrwx 1 perkelix perkelix 13 2024-09-14 08:35 iso_3166.mo -> iso_3166-1.mo lrwxrwxrwx 1 perkelix perkelix 13 2024-09-14 08:35 iso_3166_2.mo -> iso_3166-2.mo $ LC_ALL=C ls -l /usr/share/locale/fil/LC_MESSAGES/ total 0 lrwxrwxrwx 1 root root 13 2024-09-13 22:45 iso_3166.mo -> iso_3166-1.mo lrwxrwxrwx 1 root root 13 2024-09-13 22:45 iso_3166_2.mo -> iso_3166-2.mo You might wanna check whether other files failed to install. Martin-Éric