Bug#776089: libatlas-base-dev: leaves alternatives after purge: /usr/lib/lib{blas, lapack}-3.{so, a}

Andreas Beckmann anbe at debian.org
Fri Jan 23 20:08:06 UTC 2015


Package: libatlas-base-dev
Version: 3.10.2-6
Severity: important
Tags: patch
User: debian-qa at lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package left unowned files on
the system after purge, which is a violation of policy 6.8:

https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-removedetails

This was observed after an lenny -> squeeze -> wheezy -> jessie upgrade.

The leftover files are actually alternatives that were installed by the
package but have not been properly removed.

While there is ongoing discussion how to remove alternatives correctly
(see https://bugs.debian.org/71621 for details) the following strategy
should work for regular cases:
* 'postinst configure' always installs the alternative
* 'prerm remove' removes the alternative
* 'postrm remove' and 'postrm disappear' remove the alternative
In all other cases a maintainer script is invoked (e.g. upgrade,
deconfigure) the alternatives are not modified to preserve user
configuration.
Removing the alternative in 'prerm remove' avoids having a dangling link
once the actual file gets removed, but 'prerm remove' is not called in
all cases (e.g. unpacked but not configured packages or disappearing
packages) so the postrm must remove the alternative again
(update-alternatives gracefully handles removal of non-existing
alternatives).

Note that the arguments for adding and removing alternatives differ, for
removal it's 'update-alternatives --remove <name> <path>'.

Filing this as important as having a piuparts clean archive is a release
goal since lenny.

>From the attached log (scroll to the bottom...):

5m39.1s INFO: Warning: Package purging left files on system:
  /etc/alternatives/libblas-3.a -> /usr/lib/atlas/libblas.a	 not owned
  /etc/alternatives/libblas-3.so -> /usr/lib/atlas/libblas.so	 not owned
  /etc/alternatives/liblapack-3.a -> /usr/lib/atlas/liblapack.a	 not owned
  /etc/alternatives/liblapack-3.so -> /usr/lib/atlas/liblapack.so	 not owned
  /etc/ld.so.conf.d/atlas.conf	 not owned
  /usr/lib/libblas-3.a -> /etc/alternatives/libblas-3.a	 not owned
  /usr/lib/libblas-3.so -> /etc/alternatives/libblas-3.so	 not owned
  /usr/lib/liblapack-3.a -> /etc/alternatives/liblapack-3.a	 not owned
  /usr/lib/liblapack-3.so -> /etc/alternatives/liblapack-3.so	 not owned

Attached is a patch that I have verified in piuparts to fix this issue.
No intent to NMU, but if you upload this to sid, I'll take care of
getting it unblocked.


cheers,

Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libatlas-base-dev_3.10.2-6.log.gz
Type: application/gzip
Size: 55099 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20150123/ae5e603b/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: atlas_3.10.2-6.1.dsc.diff
Type: text/x-diff
Size: 1254 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20150123/ae5e603b/attachment-0001.diff>


More information about the debian-science-maintainers mailing list