Gentoo Archives: gentoo-user

From: BRM <bm_witness@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] 2008.0 Installation Question...
Date: Mon, 29 Sep 2008 17:47:22
Message-Id: 705956.53137.qm@web65401.mail.ac4.yahoo.com
1 Ran the 'regenworld' and 'revdep-rebuild' and it seems to be working. 6 packages were added to world as a result.
2 It's currently still in the revdep-rebuild phase, and I think it should complete without problem; I'll continue on as suggested later this evening if it does. (Hopefully!)
3
4 I'll post more if I run into other issues, but I think we likely solved it. If it's finished with revdep-rebuild when I get back home this evening, then it should be completely solved since before I couldn't get through such a build without something breaking.
5
6 Thanks all!
7
8 Ben
9
10
11
12 ----- Original Message ----
13 From: BRM <bm_witness@×××××.com>
14 To: gentoo-user@l.g.o
15 Sent: Monday, September 29, 2008 11:30:47 AM
16 Subject: Re: [gentoo-user] 2008.0 Installation Question...
17
18 Yes, I did an emerge sync against my local portage mirror which is updated every day, used by my other systems.
19
20 I did it very early in the install process too; though I forget at exactly what step. I also did it a couple times thereafter after hitting the issue to see if it would correct it, but no luck.
21
22 Ben
23
24
25
26 ----- Original Message ----
27 From: Justin <justin@×××××××××.net>
28 To: gentoo-user@l.g.o
29 Sent: Monday, September 29, 2008 9:30:19 AM
30 Subject: Re: [gentoo-user] 2008.0 Installation Question...
31
32 BRM schrieb:
33 > I took the dive on my laptop this weekend and installed Gentoo 2008.0. I started Friday night and used the stage3 and latest-portage.
34 > The initial install when okay, until I started emerging applications - specifically X windows/KDE/etc; and that is the point I am still working on.
35 >
36 > The problem seems to be that emerge/portage is not detecting dependencies correctly, or rather - a dependency says it is installed but the ebuilds for other packages that depend on it do not find the files it supposedly installed. For example, I have had to manually emerge nearly all the X protocol (e.g. xproto, xkbproto, etc.) packages.
37 >
38 > I've installed several other gentoo systems, but not with 2008.0 directly like this - my last two were installed under 2007.0 and upgraded to 2008.0 profiles.
39 > The only bug reports I come across seem to indicate broken e-builds, but that does seem to be the case as "emerge --search <program>" indicates it is installed when in fact it might not be which leads me to believe that the local portage database (?) is somehow broken or something...
40 >
41 > Has anyone else seen this kind of behavior?
42 > Is there anything I can to do get fixed?
43 > -- Preferably without re-installing from scratch, though I can if need be since I haven't gotten that far despite >48 hours of time put into it already.
44 >
45 > Nearly every time I run "emerge world -vuDN" it will go for a while and then break when the contents of a package that was supposedly installed are not found by a package depending on it.
46 >
47 > Any how...any tips would be greatly appreciated!
48 >
49 > Ben
50 >
51 >
52 >
53 you can also use equery check to check all files which should be
54 installed. Did you do an emerge --sync to corrected any portage brackage?