> > Unpacking libavahi-core7:amd64 (0.7-1) over (0.6.32-2) ... > > dpkg: error processing archive > > /var/cache/apt/archives/libavahi-core7_0.7-1_amd64.deb (--unpack): > > unable to install (supposed) new info file '/var/lib/dpkg/tmp.ci/shlibs': > > Structure needs cleaning
This means that dpkg called
rename("/var/lib/dpkg/tmp.ci/shlibs",
"/var/lib/dpkg/info/libavahi-core7.shlibs" /* I think */);
and dpkg got EUCLEAN (!) I had to look that up, too.
See Guillem's reply.
Ian.

