From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.7 required=5.0 tests=DATE_IN_PAST_24_48, DKIM_ADSP_NXDOMAIN,DMARC_MISSING,INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from tartarus.telenet-ops.be ([195.130.132.34]) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15n9wG-0000UE-00 for gentoo-dev@cvs.gentoo.org; Fri, 28 Sep 2001 20:33:12 -0600 Received: from p5a (D5E04AE0.kabel.telenet.be [213.224.74.224]) by tartarus.telenet-ops.be (Postfix) with SMTP id 964AF21720B for ; Sat, 29 Sep 2001 04:34:00 +0200 (CEST) From: "Erik Van Reeth" To: Subject: RE: [gentoo-dev] bootstrap error Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-reply-to: <20010928161625.B26264@cvs.gentoo.org> Importance: Normal Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Fri Sep 28 20:34:02 2001 X-Original-Date: Sat, 29 Sep 2001 04:33:59 +0200 X-Archives-Salt: e767494a-9c5c-4209-8a92-aa612ad94453 X-Archives-Hash: d0b3b0d5c4a97bc9a47f1f09e09906f2 > On Sat, Sep 29, 2001 at 12:07:52AM +0200, Erik Van Reeth wrote: > > Hi, > > > > I'm doing a build based on r12.iso, but midway I get this error : > > > > #Calculating dependencies !!! Couldn't find match for > > =sys-libs/glibc-2.2.4-r2;aborting > > > > I checked the bootstrap-1.0_rc6.packages file but seems to be alright (I > > think). > > I must have done something wrong. Let's see... Found it. Do an emerge > rsync and you should be all set. You'll be the first one doing a build > using the new 2.4.10 kernel headers :) > Compilation did go further now, but some other problems arise. Herewith my findings : * one of the (long list of) dependancies is db.3.2.9.ebuild. An error occurs in not finding c++. (no idea why or how to check this). checking for c++... no checking for g++... no checking for gcc... gcc checking whether the C++ compiler (gcc -mcpu=i686 -march=i686 -O3 -pipe) works... no configure: error: installation or configuration problem: C++ compiler cannot create executables * As I use the default USE flags, containing X, the rebuild of glibc wants to compile Xfree and several other packages first. Removing X from USE, removed most of the dependancies (whereunder db.3.2.9). Compilation of the bootstrap finished now. Just my ?0,02 Erik