Comment 7 for bug 136337

Revision history for this message
Juergen Scholz (juergen.scholz) wrote :

It seems as if reinstalling _all_ libs in /libs doesn't help.

I used this
<code>
for i in "e2fslibs" "libacl1" "libattr1" "libblkid1" "libbz2-1.0" "libc6" "libcap1" "libcomerr2" "libconsole" "libdevmapper1.02" "libgcc1" "libiw28" "libklibc" "libncurses5" "libncursesw5" "libnss-ldap" "libnss-mdns" "libpam0g" "libparted1.7-1" "libpopt0" "libreadline5" "libselinux1" "libsepol1" "libslang2" "libss2" "libsysfs2" "libusb-0.1-4" "libusplash0" "libuuid1" "libvolume-id0" "libwrap0" "libx86-1" "procps"; do aptitude reinstall $i; done
</code>

and the upgrade still fails.

Output of do-update:
....
....
Richte libhal-storage1 ein (0.5.9.1-6ubuntu5) ...

Richte libdb4.2 ein (4.2.52+dfsg-2ubuntu1) ...
Richte libglu1-mesa ein (7.0.1-1ubuntu3) ...

Richte eject ein (2.1.5-2ubuntu2) ...
Richte psmisc ein (22.5-1) ...

Richte libc6-i686 ein (2.6.1-1ubuntu10) ...
Segmentation fault
dpkg: Fehler beim Bearbeiten von libc6-i686 (--configure):
 Unterprozess post-installation script gab den Fehlerwert 139 zurück
Richte libperl5.8 ein (5.8.8-7ubuntu3.1) ...
dpkg: Fehler beim Bearbeiten von libperl5.8 (--configure):
 Unterprozess post-installation script mit Signal (Segmentation fault) getötet
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von perl-suid:
 perl-suid hängt ab von libperl5.8 (= 5.8.8-7ubuntu3.1); aber:
  Paket libperl5.8 ist noch nicht konfiguriert.
dpkg: Fehler beim Bearbeiten von perl-suid (--configure):
 Abhängigkeitsprobleme - lasse es unkonfiguriert
Richte dictionaries-common ein (0.81.2ubuntu1) ...
....
....

Will this ever be fixed?