Gentoo Archives: gentoo-dev

From: Erik Van Reeth <erik@××××××××.org>
To: gentoo-dev@××××××××××.org
Subject: RE: [gentoo-dev] bootstrap error
Date: Fri, 28 Sep 2001 20:33:12
Message-Id: LPEPJAAKMIEGAPJNDPPAKEBDCCAA.erik@vanreeth.org
In Reply to: Re: [gentoo-dev] bootstrap error by Daniel Robbins
1 > On Sat, Sep 29, 2001 at 12:07:52AM +0200, Erik Van Reeth wrote:
2 > > Hi,
3 > >
4 > > I'm doing a build based on r12.iso, but midway I get this error :
5 > >
6 > > #Calculating dependencies !!! Couldn't find match for
7 > > =sys-libs/glibc-2.2.4-r2;aborting
8 > >
9 > > I checked the bootstrap-1.0_rc6.packages file but seems to be alright (I
10 > > think).
11 >
12 > I must have done something wrong. Let's see... Found it. Do an emerge
13 > rsync and you should be all set. You'll be the first one doing a build
14 > using the new 2.4.10 kernel headers :)
15 >
16
17 Compilation did go further now, but some other problems arise. Herewith
18 my findings :
19
20 * one of the (long list of) dependancies is db.3.2.9.ebuild.
21 An error occurs in not finding c++. (no idea why or how to check this).
22
23 <snip>
24 checking for c++... no
25 checking for g++... no
26 checking for gcc... gcc
27 checking whether the C++ compiler (gcc -mcpu=i686 -march=i686
28 -O3 -pipe) works... no
29 configure: error: installation or configuration problem:
30 C++ compiler cannot create executables
31 </snip>
32
33 * As I use the default USE flags, containing X, the rebuild of glibc
34 wants to compile Xfree and several other packages first. Removing X
35 from USE, removed most of the dependancies (whereunder db.3.2.9).
36 Compilation of the bootstrap finished now.
37
38 Just my ?0,02
39 Erik

Replies

Subject Author
Re: [gentoo-dev] bootstrap error Daniel Robbins <drobbins@g.o>