Gentoo Archives: gentoo-user

From: Donnie Berkholz <spyderous@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xorg-x11 screwup
Date: Sun, 02 Jul 2006 21:04:19
Message-Id: 44A8325E.2030101@gentoo.org
In Reply to: Re: [gentoo-user] xorg-x11 screwup by "Bo Ørsted Andresen"
1 Bo Ørsted Andresen wrote:
2 > On Sunday 02 July 2006 21:19, Donnie Berkholz wrote:
3 >>> tried another emerge --sync to see if that would fix the problem but no
4 >>> joy. So the question is, how do I force portage to down load and
5 >>> recompile the packages from scratch?
6 >> You could try `emerge -ep xorg-x11`.
7 >
8 > I guess what I would do in your situation would be to just nuke everything in
9 > the x11 categories:
10 >
11 > # grep x11 /var/lib/portage/world
12 > # cd /var/db/pkg && emerge -Cva x11*/*
13 >
14 > The first gets a list of the x11 packages that you had in your world file. The
15 > second removes all of it. Then I would emerge modular X.org again and make
16 > sure not to overwrite it by emerging monolithic X.org.
17
18 That's gonna remove lots of non-xorg stuff, and not catch all xorg stuff.
19
20 You can grab a list of all modular X packages at
21 http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-packages.txt and
22 run this:
23
24 emerge -1 $(<modular-x-packages.txt)
25
26 Thanks,
27 Donnie

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] xorg-x11 screwup "Bo Ørsted Andresen" <bo.andresen@××××.dk>