From owner-freebsd-current@FreeBSD.ORG Thu Jul 17 09:38:18 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 8A96937B40E for ; Thu, 17 Jul 2003 09:38:18 -0700 (PDT) Received: from schnell.net (schnell.net [209.50.225.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99DEA43FB1 for ; Thu, 17 Jul 2003 09:38:17 -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 h6HGcHgc024359; Thu, 17 Jul 2003 12:38:17 -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 h6HGcGLL024356; Thu, 17 Jul 2003 12:38:16 -0400 (EDT) (envelope-from loschert@servint.com) X-Authentication-Warning: schnell.net: matt owned process doing -bs Date: Thu, 17 Jul 2003 12:38:16 -0400 (EDT) From: Matt Loschert X-X-Sender: matt@schnell.net To: Bruce Evans In-Reply-To: <20030717074756.B17029@gamplex.bde.org> Message-ID: <20030717123524.T24327@schnell.net> References: <20030715100839.F41961@inton.Ninja-assassin.com> <20030716133802.K18278@schnell.net> <20030716181354.GA44980@dan.emsphone.com> <20030717074756.B17029@gamplex.bde.org> 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: Thu, 17 Jul 2003 16:38:19 -0000 On Thu, 17 Jul 2003, Bruce Evans wrote: > On Wed, 16 Jul 2003, Dan Nelson wrote: > > > 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. > > Try using make -P to unmix the output. I don't know how well this > works in practice. This flag seems to be quite broken -- it causes > the (standard) output to be spammed with messages like > "Remaking (sic) foo.o" and "Results of making foo.o" even when make > is requested to be quiet (make -s) and the results are null. > > Using -P also has the side effect of accidentally avoiding the > longstanding bug of waiting for a select timeout for up to 100 msec > after each batch of jobs. > > Bruce Bruce, I am not sure if this is useful or not, but I took your suggestion of using make -P, and now the build stops with the following output: ===> sbin/cxconfig Remaking `cxconfig.o' Remaking `cxconfig.8.gz' Results of making cxconfig.8.gz: gzip -cn /usr/src/sbin/cxconfig/cxconfig.8 > cxconfig.8.gz Results of making cxconfig.o: cc -O -pipe -mcpu=pentiumpro -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/sbin/cxconfig/cxconfig.c Remaking `cxconfig' Results of making cxconfig: cc -O -pipe -mcpu=pentiumpro -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -static -o cxconfig cxconfig.o ===> sbin/fdisk Remaking `fdisk.o' Remaking `geom_mbr_enc.o' Remaking `fdisk.8.gz' Results of making fdisk.8.gz: gzip -cn /usr/src/sbin/fdisk/fdisk.8 > fdisk.8.gz Results of making geom_mbr_enc.o: cc -O -pipe -mcpu=pentiumpro -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wno-uninitialized -c /usr/src/sys/geom/geom_mbr_enc.c Results of making fdisk.o: cc -O -pipe -mcpu=pentiumpro -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wno-uninitialized -c /usr/src/sbin/fdisk/fdisk.c Remaking `fdisk' Results of making fdisk: cc -O -pipe -mcpu=pentiumpro -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wno-uninitialized -static -o fdisk fdisk.o geom_mbr_enc.o 1 error *** Error code 2 1 error *** Error code 2 1 error Again, I have full build logs if they would be useful to anyone. - Matt -- Matt Loschert - Software Engineer | email: loschert@servint.com | ServInt Internet Services | web: http://www.servint.net/ | McLean, Virginia USA | phone: (703) 847-1381 |