Gentoo Archives: gentoo-hardened

From: Jason Rexilius <jason@××××××××××.com>
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] emerge coreutils
Date: Sat, 27 Sep 2008 12:07:58
Message-Id: 48DE21F7.40609@hostedlabs.com
In Reply to: Re: [gentoo-hardened] emerge coreutils by RB
1 I had this exact problem recently and the solution was:
2
3 emerge --nodeps portage
4
5
6
7 RB wrote:
8 >> If im trying to reemerge portage it conflicts with bash-3.2_p33.
9 >> If I try to emerge bash it conflicts with portage. :-(
10 >
11 > 'emerge --nodeps' is your friend when forcibly breaking out of
12 > circular dependencies.
13 >