[PKG-Openstack-devel] Bug#881774: python-oslo.messaging: leaves alternatives after purge: /usr/bin/oslo-messaging-zmq-proxy

Andreas Beckmann anbe at debian.org
Tue Nov 14 23:44:30 UTC 2017


Package: python-oslo.messaging
Version: 5.30.0-2
Severity: important
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

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...):

1m4.8s INFO: Warning: Package purging left files on system:
  /etc/alternatives/oslo-messaging-zmq-proxy -> /usr/bin/python2-oslo-messaging-zmq-proxy	 not owned
  /usr/bin/oslo-messaging-zmq-proxy -> /etc/alternatives/oslo-messaging-zmq-proxy	 not owned


This was observed after a stretch->buster upgrade, there is no such
problem while testing only stretch or buster.
So this is likely an obsolete alternative, and the postinst script
in stretch should clean it up.


cheers,

Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: python-oslo.messaging_5.30.0-2.log.gz
Type: application/gzip
Size: 35079 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/openstack-devel/attachments/20171115/22879c03/attachment-0001.bin>


More information about the Openstack-devel mailing list