On Saturday, September 26, 2015 05:19:40 PM Rene Engelhard wrote: > On Sat, Sep 26, 2015 at 12:32:00PM +0200, Rene Engelhard wrote: > > --- snip --- > > > > Traceback (most recent call last): > > File "/usr/bin/py3clean", line 210, in <module> > > > > main() > > > > File "/usr/bin/py3clean", line 196, in main > > > > pfiles = set(dpf.from_package(options.package)) > > > > File "/usr/share/python3/debpython/files.py", line 53, in from_package > > > > raise Exception("cannot get content of %s" % package_name) > > > > Exception: cannot get content of python3-uno > > error running python rtupdate hook python3-uno > > > > dpkg: Fehler beim Bearbeiten des Paketes python3 (--configure): > > Unterprozess installiertes post-installation-Skript gab den Fehlerwert 4 > > zurück> > > Fehler traten auf beim Bearbeiten von: > > python3 > > > > --- snip --- > > And "of course" it's not failing on the just-appeared python3 update: > > [...] > Vorbereitung zum Entpacken von .../python3_3.4.3-6_amd64.deb ... > running python pre-rtupdate hooks for python3.4... > [...] > python3 (3.4.3-6) wird eingerichtet ... > running python rtupdate hooks for python3.4... > running python post-rtupdate hooks for python3.4... > [...]
I haven't seen any other reports of a similar problem with other packages that led me to suspect it was something specific to python3-uno, but it may also have been a local system problem of some kind. Scott K