Date: Wed, 16 Jul 2003 14:24:18 +0000 From: Bosko Milekic <bmilekic@technokratis.com> To: Matt Loschert <loschert@servint.com> Cc: current@freebsd.org Subject: Re: Buildworld fails in 5.1 Message-ID: <20030716142418.GA15502@technokratis.com> In-Reply-To: <20030716133802.K18278@schnell.net> References: <20030715100839.F41961@inton.Ninja-assassin.com> <20030716133802.K18278@schnell.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030716142418.GA15502>
