Hello!!
I just upgraded from Ubuntu 5.10 to 6.06 and encounter some problems with one package... I cannot get ia32-libs Upgraded, it keeps getting incomplete, not even 'apt-get remove' works... I tryed reinstalling the packege and tried Upgrading and removeing but still gets the same error...
So, right know I'm without OpenOffice wich depends on this packege... I'm stuck, I even tried booting from the Live CD with chroot
Code:
igor@ubuntu:~$ sudo apt-get install --fix-missing
Password:
Reading package lists... Done
Building dependency tree... Done
The following packages will be REMOVED:
ia32-libs
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 23.3MB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 169153 files and directories currently installed.)
Removing ia32-libs ...
dpkg-divert: mismatch on divert-to
when removing `diversion of /usr/bin/ldd to /usr/bin/ldd.ia32-libs by ia32-libs' found `diversion of /usr/bin/ldd to /usr/bin/ldd.amd64 by ia32-libs'
dpkg: error processing ia32-libs (--remove):
subprocess post-removal script returned error exit status 2
Errors were encountered while processing:
ia32-libs
E: Sub-process /usr/bin/dpkg returned an error code (1)
Code:
igor@ubuntu:~$ sudo apt-get remove ia32-libs
Reading package lists... Done
Building dependency tree... Done
The following packages will be REMOVED:
ia32-libs
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 23.3MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 169153 files and directories currently installed.)
Removing ia32-libs ...
dpkg-divert: mismatch on divert-to
when removing `diversion of /usr/bin/ldd to /usr/bin/ldd.ia32-libs by ia32-libs' found `diversion of /usr/bin/ldd to /usr/bin/ldd.amd64 by ia32-libs'
dpkg: error processing ia32-libs (--remove):
subprocess post-removal script returned error exit status 2
Errors were encountered while processing:
ia32-libs
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any Ideas??
Thanks for your attention