Your message dated Sat, 8 May 2021 11:30:07 +0200
with message-id <c9ce67fd-c898-93d5-156b-2ec9424e7...@debian.org>
and subject line Re: gcc-snapshot.prerm yields error messages - incorrect paths?
has caused the Debian Bug report #918226,
regarding gcc-snapshot.prerm yields error messages - incorrect paths?
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
918226: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918226
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-snapshot
Version: 1:20190102-1
Severity: normal
I can see the following error messages on upgrade or removal:
find: ‘/usr/lib/gcc-snapshot/share/python’: No such file or directory
find: ‘/usr/lib/gcc-snapshot/share/python’: No such file or directory
They come from /var/lib/dpkg/info/gcc-snapshot.prerm, which contains:
find /usr/lib/gcc-snapshot/share/python -name '*.py[co]' | xargs -r rm -f
find /usr/lib/gcc-snapshot/share/python -name __pycache__ -type d | xargs -r rm
-rf
However, the python directory in the package contents is:
/usr/lib/gcc-snapshot/share/gcc-9/python
This appears to be an inconsistency.
-- System Information:
Debian Release: buster/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500,
'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.18.0-3-amd64 (SMP w/12 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=POSIX
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages gcc-snapshot depends on:
ii binutils 2.31.1-11
ii libc6 2.28-4
ii libc6-dev 2.28-4
ii libc6-dev-i386 2.28-4
ii libc6-dev-x32 2.28-4
ii libc6-i386 2.28-4
ii libc6-x32 2.28-4
ii libgc1c2 1:7.6.4-0.4
ii libgmp10 2:6.1.2+dfsg-4
ii libisl19 0.20-2
ii libmpc3 1.1.0-1
ii libmpfr6 4.0.1-2
ii python3 3.7.1-3
ii zlib1g 1:1.2.11.dfsg-1
gcc-snapshot recommends no packages.
Versions of packages gcc-snapshot suggests:
ii binutils [binutils-gold] 2.31.1-11
-- no debconf information
--- End Message ---
--- Begin Message ---
This should be fixed now, looking into
/usr/lib/gcc-snapshot/share/gcc/python
instead.
--- End Message ---