Gentoo Archives: gentoo-user

From: Martin Vaeth <martin@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Going through these one by one.
Date: Sun, 14 Feb 2021 17:26:14
Message-Id: slrns2ina0.2ghi.martin@clover.invalid
In Reply to: Re: [gentoo-user] Going through these one by one. by Steven Lembark
1 Steven Lembark <lembark@×××××××.com> wrote:
2 >
3 > # emerge --oneshot sys-apps/portage 2>&1 | tee a;
4 >
5 The output of this information is not very useful:
6 Unsurprisingly, it only shows that update of only the portage
7 dependencies collides with the dependencies of packages which
8 are not updated. You should instead try to make
9
10 emerge -NaDu --with-bdeps=y @world
11
12 succeed. But for a system which haa not been updated since
13 more than half a year, this can be difficult.

Replies

Subject Author
Re: [gentoo-user] Re: Going through these one by one. Steven Lembark <lembark@×××××××.com>