From owner-freebsd-current Tue May 28 19:22:38 2002 Delivered-To: freebsd-current@freebsd.org Received: from evilpete.dyndns.org (12-232-26-46.client.attbi.com [12.232.26.46]) by hub.freebsd.org (Postfix) with ESMTP id 48B2037B405; Tue, 28 May 2002 19:22:33 -0700 (PDT) Received: from overcee.wemm.org ([10.0.0.3]) by evilpete.dyndns.org (8.11.6/8.11.6) with ESMTP id g4T2MP161774; Tue, 28 May 2002 19:22:33 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (Postfix) with ESMTP id 4D3BF380A; Tue, 28 May 2002 19:22:25 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Dag-Erling Smorgrav Cc: current@FreeBSD.ORG Subject: Re: i386 tinderbox failure In-Reply-To: <200205290213.g4T2D6e0035862@ref5.freebsd.org> Date: Tue, 28 May 2002 19:22:25 -0700 From: Peter Wemm Message-Id: <20020529022225.4D3BF380A@overcee.wemm.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a bogon specific to ref5 where I removed the old c++ stuff. I'll fix this on ref5 in a moment. To build libstdc++ manually for folks that have never had one before (or did the same sort of brutal cleanup I did) can fairly easily build one like this: cd src/gnu/lib/libstdc++ make obj make includes make depend make make install Our world build assumes a fairly sane starting point to build the stage1 tools. :-/ Dag-Erling Smorgrav wrote: > -------------------------------------------------------------- > >>> Rebuilding the temporary build tree > -------------------------------------------------------------- > >>> stage 1: bootstrap tools > -------------------------------------------------------------- > /d/home/des/tinderbox/src/usr.bin/rpcgen/rpc_cout.c: In function `emit': > /d/home/des/tinderbox/src/usr.bin/rpcgen/rpc_cout.c:102: warning: deprecated use of label at end of compound statement > /d/home/des/tinderbox/src/usr.bin/rpcgen/rpc_cout.c: In function `emit_inline ': > /d/home/des/tinderbox/src/usr.bin/rpcgen/rpc_cout.c:695: warning: deprecated use of label at end of compound statement > /d/home/des/tinderbox/src/usr.bin/rpcgen/rpc_hout.c: In function `print_funcd ef': > /d/home/des/tinderbox/src/usr.bin/rpcgen/rpc_hout.c:116: warning: deprecated use of label at end of compound statement > ===> gnu/usr.bin/gperf/doc > ===> gnu/usr.bin/gperf/doc > /usr/libexec/elf/ld: cannot find -lstdc++ > *** Error code 1 > > Stop in /d/home/des/tinderbox/src/gnu/usr.bin/gperf. > *** Error code 1 > > Stop in /d/home/des/tinderbox/src. > *** Error code 1 > > Stop in /d/home/des/tinderbox/src. > *** Error code 1 > > Stop in /d/home/des/tinderbox/src. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message