From owner-freebsd-current@FreeBSD.ORG Wed Jul 16 11:13:56 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 2EB1B37B401 for ; Wed, 16 Jul 2003 11:13:56 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 800C943F85 for ; Wed, 16 Jul 2003 11:13:55 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h6GIDsxS060960; Wed, 16 Jul 2003 13:13:54 -0500 (CDT) (envelope-from dan) Date: Wed, 16 Jul 2003 13:13:54 -0500 From: Dan Nelson To: Matt Loschert Message-ID: <20030716181354.GA44980@dan.emsphone.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> X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i 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:13:56 -0000 In the last episode (Jul 16), Matt Loschert said: > 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 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. If you are using -j6, the real error could be many many lines above what you pasted. It's most likely in usr.sbin somewhere, but probably not keyserv. You'll have to capture the entire log and look at it to determine the first failure. -- Dan Nelson dnelson@allantgroup.com