From owner-freebsd-current@FreeBSD.ORG Wed Jul 16 10:47:40 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 5749137B408 for ; Wed, 16 Jul 2003 10:47:40 -0700 (PDT) Received: from schnell.net (schnell.net [209.50.225.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FC7943F3F for ; Wed, 16 Jul 2003 10:47:39 -0700 (PDT) (envelope-from loschert@servint.com) Received: from schnell.net (localhost [127.0.0.1]) by schnell.net (8.12.8p1/8.12.8) with ESMTP id h6GHlcgc018322; Wed, 16 Jul 2003 13:47:38 -0400 (EDT) (envelope-from loschert@servint.com) Received: from localhost (matt@localhost) by schnell.net (8.12.8p1/8.12.8/Submit) with ESMTP id h6GHlc7D018319; Wed, 16 Jul 2003 13:47:38 -0400 (EDT) (envelope-from loschert@servint.com) X-Authentication-Warning: schnell.net: matt owned process doing -bs Date: Wed, 16 Jul 2003 13:47:38 -0400 (EDT) From: Matt Loschert X-X-Sender: matt@schnell.net To: Static In-Reply-To: <20030715100839.F41961@inton.Ninja-assassin.com> Message-ID: <20030716133802.K18278@schnell.net> References: <20030715100839.F41961@inton.Ninja-assassin.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 17:47:40 -0000 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 |