Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Dependency hell following dpkg --audit

54 views
Skip to first unread message

Lisi Reisz

unread,
Nov 17, 2013, 7:10:01 AM11/17/13
to
Following Andrei's advice, I used dpkg --audit to sort out problems
with network connections, which it did very successfully.

In the process, I discovered that there was quite a list of
unconfigured packages. These I have been trying to configure. In
the process I have unleashed a dependency hell, not only worse than I
have ever seen, but worse than I ever imagined.

Is there a trick? Other than trying one after another going
backwards, and hoping that I will not either go round and round in
circles, or meet a demand for a version that I can see no hope of
installing.

Here is the list as it currently stands. Help!
http://paste.ubuntu.com/6431514/

In fact, is this sensibly soluble, or should I give up on upgrading
and reinstall?

Thanks!
Lisi


--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/201311171208.0...@gmail.com

Robin

unread,
Nov 17, 2013, 8:20:02 AM11/17/13
to
To start I'd

apt-get install --reinstall binutils module-init-tools

then try

apt-get -f install

which will try to fix problem or will provide some error messages

rob


--
rob


Curt

unread,
Nov 17, 2013, 10:00:02 AM11/17/13
to
On 2013-11-17, Robin <rc.ratt...@gmail.com> wrote:
>
> To start I'd
>
> apt-get install --reinstall binutils module-init-tools
>
> then try
>
> apt-get -f install
>
> which will try to fix problem or will provide some error messages
>

Is "dpkg --configure -a" helpful, or would that just leave her with the
hellish list she's already posted?



--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/slrnl8hmbd...@einstein.electron.org

Lisi Reisz

unread,
Nov 17, 2013, 10:20:01 AM11/17/13
to
On Sunday 17 November 2013 12:08:05 Lisi Reisz wrote:
> Following Andrei's advice, I used dpkg --audit to sort out problems
> with network connections, which it did very successfully.
>
> In the process, I discovered that there was quite a list of
> unconfigured packages. These I have been trying to configure. In
> the process I have unleashed a dependency hell, not only worse than
> I have ever seen, but worse than I ever imagined.
>
> Is there a trick? Other than trying one after another going
> backwards, and hoping that I will not either go round and round in
> circles, or meet a demand for a version that I can see no hope of
> installing.
>
> Here is the list as it currently stands. Help!
> http://paste.ubuntu.com/6431514/
>
> In fact, is this sensibly soluble, or should I give up on upgrading
> and reinstall?

To answer my own question, no, it is not sensibly soluble, and I
should certainly reinstall.

I have explored some more. It did not, and would not, upgrade to
Wheezy. According to uname -a it was 6.0.8, not 7 at all. So I
checked the sources.list, all correctly identified as wheezy, ran
update again, and tried to run apt-get upgrade. Got told that there
were lots of broken dependencies, and to run -f install, which then
refused to run. So I gave up and have now started a reinstallation.

I apologise for the lack of verbatim error mesages. I didn't think to
keep them, and as I said, it is already reinstalling. :-(

Sorry, archives,
Lisi


--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/201311171515.2...@gmail.com

Lisi Reisz

unread,
Nov 17, 2013, 10:30:02 AM11/17/13
to
On Sunday 17 November 2013 14:57:29 Curt wrote:
> On 2013-11-17, Robin <rc.ratt...@gmail.com> wrote:
> > To start I'd
> >
> > apt-get install --reinstall binutils module-init-tools
> >
> > then try
> >
> > apt-get -f install
> >
> > which will try to fix problem or will provide some error messages
>
> Is "dpkg --configure -a" helpful, or would that just leave her with
> the hellish list she's already posted?

Thanks, Robin and Curt. It is kind of you to consider the problem -
and on Sunday afternoon too! - Well, a Sunday anyway. :-)

Lisi


--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/201311171519.0...@gmail.com

Bob Proulx

unread,
Nov 17, 2013, 4:40:01 PM11/17/13
to
Lisi Reisz wrote:
> Lisi Reisz wrote:
> > Following Andrei's advice, I used dpkg --audit to sort out problems
> > with network connections, which it did very successfully.

Good advice.

> > In the process, I discovered that there was quite a list of
> > unconfigured packages. These I have been trying to configure. In
> > the process I have unleashed a dependency hell, not only worse than
> > I have ever seen, but worse than I ever imagined.

It looks like you had a failed upgrade that you didn't notice had failed.

> > Is there a trick? Other than trying one after another going
> > backwards, and hoping that I will not either go round and round in
> > circles, or meet a demand for a version that I can see no hope of
> > installing.

There is a trick that sometimes improves things. Include *both* the
stable and oldstable sources in the sources.list file. In this case
it would have been both squeeze and wheezy. Then update so both are
known. Then try using 'apt-get install -f' to resolve the
dependencies. It all depends upon the problem but sometimes that can
get past some of them. After that then remove the oldstable sources
and complete the upgrade to the new stable.

For folks running Sid Unstable it is recommended to include Testing in
the sources.list file for the same reason. Because Sid will sometimes
need to be intentionally broken to bridge across transitions. For
those cases it is useful to have the Testing sources available to help
step across the transition.

Bob
signature.asc

Lisi Reisz

unread,
Nov 17, 2013, 6:40:02 PM11/17/13
to
On Sunday 17 November 2013 21:32:49 Bob Proulx wrote:
> It looks like you had a failed upgrade that you didn't notice had
> failed.

Indeed! Since I last posted I have checked and discovered this. I
hadn't even thought of it as possible, so hadn't checked. It would
happen on this one. :-(

I have since reinstalled. And now have to restore all the non-hidden
files, and set it all up as the owner had it before. :-(.

Thanks for the input,
Lisi


--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/201311172336.5...@gmail.com
0 new messages