From owner-freebsd-current@FreeBSD.ORG Wed Aug 11 22:18:23 2004 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 D51F616A4DF; Wed, 11 Aug 2004 22:18:23 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4550E43D3F; Wed, 11 Aug 2004 22:18:23 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7BMGRRL096393; Wed, 11 Aug 2004 16:16:28 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 11 Aug 2004 16:16:37 -0600 (MDT) Message-Id: <20040811.161637.56140504.imp@bsdimp.com> To: ru@freebsd.org From: "M. Warner Losh" In-Reply-To: <20040811221348.GB93983@ip.net.ua> References: <20040810231044.GA70020@xor.obsecurity.org> <20040811.160420.34008155.imp@bsdimp.com> <20040811221348.GB93983@ip.net.ua> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: harti@freebsd.org cc: current@freebsd.org cc: kris@obsecurity.org Subject: Re: World broken in stage 1.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, 11 Aug 2004 22:18:24 -0000 In message: <20040811221348.GB93983@ip.net.ua> Ruslan Ermilov writes: : On Wed, Aug 11, 2004 at 04:04:20PM -0600, M. Warner Losh wrote: : > In message: <20040810231044.GA70020@xor.obsecurity.org> : > Kris Kennaway writes: : > : More fallout from the wonderful new make(1) semantics? : > : > I think it is speficially related to the changes to src/Makefile and : > src/Makefile.inc1. If I s/${_+_}//g on those two files, it appears : > that I can buildworld again (at least it doesn't die right away). : > : How exactly does it die for you, please provide some logs. TB --- 2004-08-10 13:23:38 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2004-08-10 13:23:38 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2004-08-10 13:23:38 - cleaning the sandbox TB --- 2004-08-10 13:24:26 - checking out the source tree TB --- 2004-08-10 13:24:26 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64 TB --- 2004-08-10 13:24:26 - /usr/bin/cvs -f -R -Q -d/home/ncvs checkout -P -A src TB --- 2004-08-10 13:31:44 - WARNING: /home/tinderbox/sandbox/sparc64.diff does not exist TB --- 2004-08-10 13:31:44 - building world (CFLAGS=-O -pipe) TB --- 2004-08-10 13:31:44 - cd /home/tinderbox/sandbox/CURRENT/sparc64/sparc64/src TB --- 2004-08-10 13:31:44 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] mkdep -f .depend -a -I. -DNS -DINET6 -DRESCUE /tinderbox/CURRENT/sparc64/sparc64/src/sbin/route/route.c echo route: /home/tinderbox/sandbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/i386/usr/lib/libc.a >> .depend cc -O -pipe -I. -Wall -DNS -DINET6 -DRESCUE -c /tinderbox/CURRENT/sparc64/sparc64/src/sbin/route/route.c (cd /tinderbox/CURRENT/sparc64/sparc64/src/rescue/rescue/../../sbin/routed && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE depend && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE if.o input.o main.o output.o parms.o radix.o rdisc.o table.o trace.o) rm -f .depend mkdep -f .depend -a -DRESCUE /tinderbox/CURRENT/sparc64/sparc64/src/sbin/routed/if.c /tinderbox/CURRENT/sparc64/sparc64/src/sbin/routed/input.c /tinderbox/CURRENT/sparc64/sparc64/src/sbin/routed/main.c /tinderbox/CURRENT/sparc64/sparc64/src/sbin/routed/output.c /tinderbox/CURRENT/sparc64/sparc64/src/sbin/routed/parms.c /tinderbox/CURRENT/sparc64/sparc64/src/sbin/routed/radix.c /tinderbox/CURRENT/sparc64/sparc64/src/sbin/routed/rdisc.c /tinderbox/CURRENT/sparc64/sparc64/src/sbin/routed/table.c /tinderbox/CURRENT/sparc64/sparc64/src/sbin/routed/trace.c echo routed: /home/tinderbox/sandbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/i386/usr/lib/libc.a /home/tinderbox/sandbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/i386/usr/lib/libmd.a >> .depend +for: not found *** Error code 127 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/sbin/routed. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/tinderbox/CURRENT/sparc64/sparc64/src/rescue/rescue. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/rescue/rescue. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src/rescue. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /tinderbox/CURRENT/sparc64/sparc64/src. TB --- 2004-08-10 14:08:16 - WARNING: /usr/bin/make returned exit code 1 TB --- 2004-08-10 14:08:16 - ERROR: failed to build world TB --- 2004-08-10 14:08:16 - tinderbox aborted _______________________________________________ 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"