PDA

View Full Version : [ubuntu] dpkg/aptitude/synaptic problem!



ChuckM
March 18th, 2009, 09:45 PM
Posted this on the easpeasy forum, but I think I have more chance here.

Other than apt-get update , can't do anything.


E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
root@laptop:~# dpkg --configure -a
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
dpkg: ../../src/packages.c:221: process_queue: Assertion `dependtry <= 4' failed.
Aborted

Any help would be greatly appreciated!
Running a fresh install (+ "the important security updates") of Ubuntu's Easy Peasy 1.0 on my EEE PC 701 4g

ChuckM
March 18th, 2009, 11:25 PM
Any help? :(

markbuntu
March 19th, 2009, 12:21 AM
Open a terminal and type

sudo dpkg --configure -a

type in your password when it asks and that should fix you up so aptitude and synaptic work again.

ChuckM
March 19th, 2009, 02:29 AM
Yes, that's what I posted in the code section of the first post of the thread.

root@laptop:~# dpkg --configure -a [that's me as root entering the command]

and the result is :

Processing triggers for libc6 ...
ldconfig deferred processing now taking place
dpkg: ../../src/packages.c:221: process_queue: Assertion `dependtry <= 4' failed.
Aborted

ChuckM
March 19th, 2009, 04:13 PM
last bump (and my last chance before I reinstall!)

oldos2er
March 19th, 2009, 06:24 PM
This is a known bug: https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/262451