PDA

View Full Version : Installation Failed!


jdmpike
October 13th, 2005, 10:06 PM
Hello all,

I just tried installing 5.10 and it is failing when configuring the gstreamer0.8 something or other.

This causes other packages not to get installed, so I can't do things like run apt-get update.

dpkg is totally hosed:

jordan@jdmlaptop:~$ sudo dpkg --configure -a
dpkg: ../../src/packages.c:191: process_queue: Assertion `dependtry <= 4' failed.
Aborted

how do I fix this???

Thanks all!

Ampersand
October 14th, 2005, 06:39 AM
If you've got to the point where you can log into gnome, run Synaptic. Otherwise, run 'sudo aptitude'. You can then unselect Gstreamer and continue with the installation.

The easiest way to make sure you've got everything is to make sure the 'ubuntu-desktop' package is selected.

bugrider
November 16th, 2005, 07:44 PM
Hello all,

I just tried installing 5.10 and it is failing when configuring the gstreamer0.8 something or other.

This causes other packages not to get installed, so I can't do things like run apt-get update.

dpkg is totally hosed:

jordan@jdmlaptop:~$ sudo dpkg --configure -a
dpkg: ../../src/packages.c:191: process_queue: Assertion `dependtry <= 4' failed.
Aborted

how do I fix this???

Thanks all!
Hi,


Same issue on a 5.10 PPC installation ! I guess it's a bug !
Strange few people reported it.

As written in http://www.ubuntulinux.org/support/documentation/faq/upgrade-sarge
I had to do use dpkg --configure --force-depends -a to get rid of the
error.
:confused:

Oldan
December 4th, 2005, 09:55 PM
I just tried installing 5.10 and it is failing when configuring the gstreamer0.8 something or other.

This causes other packages not to get installed, so I can't do things like run apt-get update.

dpkg is totally hosed:

jordan@jdmlaptop:~$ sudo dpkg --configure -a
dpkg: ../../src/packages.c:191: process_queue: Assertion `dependtry <= 4' failed.
Aborted


I just had the same problem. After 5.04 installed so cleanly and an upgrade worked so well, I thought a 5.10 would be a breeze... (no pun intended). But it failed badly.

So I used aptitude to remove "blt" and then the final but of the installation went on without much of a hitch.

--Oldan

divali
October 10th, 2006, 03:54 PM
"I had to do use dpkg --configure --force-depends -a to get rid of the
error."

Thanks. works for me. Hoooray.