From owner-freebsd-current@FreeBSD.ORG Wed Jul 16 11:20:13 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F13337B401 for ; Wed, 16 Jul 2003 11:20:13 -0700 (PDT) Received: from godel.mtl.distributel.net (nat.MTL.distributel.NET [66.38.181.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8DCD43F85 for ; Wed, 16 Jul 2003 11:20:12 -0700 (PDT) (envelope-from bmilekic@technokratis.com) Received: from godel.mtl.distributel.net (localhost [127.0.0.1]) h6GEOIEH015525; Wed, 16 Jul 2003 14:24:18 GMT (envelope-from bmilekic@technokratis.com) Received: (from bmilekic@localhost) by godel.mtl.distributel.net (8.12.9/8.12.9/Submit) id h6GEOIJe015524; Wed, 16 Jul 2003 14:24:18 GMT X-Authentication-Warning: godel.mtl.distributel.net: bmilekic set sender to bmilekic@technokratis.com using -f Date: Wed, 16 Jul 2003 14:24:18 +0000 From: Bosko Milekic To: Matt Loschert Message-ID: <20030716142418.GA15502@technokratis.com> References: <20030715100839.F41961@inton.Ninja-assassin.com> <20030716133802.K18278@schnell.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030716133802.K18278@schnell.net> User-Agent: Mutt/1.4.1i cc: Static cc: current@freebsd.org Subject: Re: Buildworld fails in 5.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 18:20:13 -0000 Same here, remove the -j N. Right now there seem to be some dependencies which you fail against with a parallel build. Sorry for the top-posting. -Bosko On Wed, Jul 16, 2003 at 01:47:38PM -0400, Matt Loschert wrote: > On Tue, 15 Jul 2003, Static wrote: > > > Just installed 5.1 yesterday, cvsuped using the . tag, and src-all > > /etc/make.conf untouched. I attempted to buildworld and I get the following > > > > ranlib libc_pic.a > > ranlib libc.a > > ranlib libc_p.a > > sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libc.a > > /usr/obj/usr/sr > > c/i386/usr/lib > > sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libc_p.a > > /usr/obj/usr/ > > src/i386/usr/lib > > sh /usr/src/tools/install.sh -s -o root -g wheel -m 444 libc.so.5 > > /usr/obj/u > > sr/src/i386/usr/lib > > ln -fs libc.so.5 /usr/obj/usr/src/i386/usr/lib/libc.so > > sh /usr/src/tools/install.sh -o root -g wheel -m 444 libc_pic.a > > /usr/obj/usr/s > > rc/i386/usr/lib > > 1 error > > *** Error code 2 > > 1 error > > *** Error code 2 > > 1 error > > *** Error code 2 > > 1 error > > > > Did not see an open pr or anything mentioned in mailing lists. Is this a > > known issue and should I file a pr, or is there a hack/workaround to fix > > this? > > > > Thanks > > > > rwz > > Static, > > My buildworlds have been failing ever since the gcc 3.3 upgrade. I got > the message that you got on one of the failures. However, my last three > builds have consistently failed at the following point: > > ===> usr.sbin/keyserv > cc -O -pipe -mcpu=pentiumpro -DKEYSERV_RANDOM -DBROKEN_DES -I. -c > /usr/src/usr.sbin/keyserv/keyserv.c > cc -O -pipe -mcpu=pentiumpro -DKEYSERV_RANDOM -DBROKEN_DES -I. -c > /usr/src/usr.sbin/keyserv/setkey.c > gzip -cn /usr/src/usr.sbin/keyserv/keyserv.8 > keyserv.8.gz > cc -O -pipe -mcpu=pentiumpro -DKEYSERV_RANDOM -DBROKEN_DES -I. -c > crypt_svc.c > cc -O -pipe -mcpu=pentiumpro -DKEYSERV_RANDOM -DBROKEN_DES -I. -c > /usr/src/usr.sbin/keyserv/crypt_server.c > cc -O -pipe -mcpu=pentiumpro -DKEYSERV_RANDOM -DBROKEN_DES -I. -o > keyserv keyserv.o setkey.o crypt_svc.o crypt_server.o -lmp -lcrypto > -lrpcsvc > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > > My make.conf is as follows: > > CFLAGS= -O -pipe > NOPROFILE= true > COPTFLAGS= -O -pipe > COMPAT3X= yes > COMPAT4X= yes > BOOTWAIT= 0 > USA_RESIDENT= YES > DOC_LANG= en_US.ISO8859-1 > PERL_VER= 5.8.0 > PERL_VERSION= 5.8.0 > PERL_ARCH= mach > NOPERL= yo > NO_PERL= yo > NO_PERL_WRAPPER=yo > > My 5.x test machine is an Athlon 750 with 256 MB of RAM, and 1 GB of swap. > I am using a clean /usr/obj directory for each build. I am using -j 6 for > the buildworld. Maybe that is the problems, I will try taking that out. > > Anyway, I have not seen any mention on the lists of similar failures > either. There must be something funky that we are doing. > > - Matt > > -- > Matt Loschert - Software Engineer | email: loschert@servint.com | > ServInt Internet Services | web: http://www.servint.net/ | > McLean, Virginia USA | phone: (703) 847-1381 | > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > -- Bosko Milekic * bmilekic@technokratis.com * bmilekic@FreeBSD.org TECHNOkRATIS Consulting Services * http://www.technokratis.com/