Date: Tue, 10 Aug 2004 11:41:52 +0200 (CEST) From: Harti Brandt <harti@freebsd.org> To: Ruslan Ermilov <ru@freebsd.org> Cc: current@freebsd.org Subject: Re: [current tinderbox] failure on alpha/alpha Message-ID: <20040810113908.D42422@beagle.kn.op.dlr.de> In-Reply-To: <20040810093804.GA16437@ip.net.ua> References: <20040810085521.ACF137303F@freebsd-current.sentex.ca> <20040810111959.K42422@beagle.kn.op.dlr.de> <20040810093804.GA16437@ip.net.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 10 Aug 2004, Ruslan Ermilov wrote: RE>On Tue, Aug 10, 2004 at 11:20:20AM +0200, Harti Brandt wrote: RE>> On Tue, 10 Aug 2004, Simon L. Nielsen wrote: RE>> RE>> SLN>On 2004.08.10 11:04:49 +0200, Harti Brandt wrote: RE>> SLN> RE>> SLN>> where can I find the complete tinderbox logs? The machine where they RE>> SLN>> are running is telling me that it is under maintenance. RE>> SLN> RE>> SLN>At http://freebsd-current.sentex.ca/tinderbox/ . There is also a link RE>> SLN>to it from http://www.freebsd.org/projects/ (that might be simpler to RE>> SLN>remember for later). RE>> RE>> Thanks. RE>> RE>I know what's happening here. RE> RE>: TB --- 2004-08-10 08:55:21 - WARNING: /usr/bin/make returned exit code 1 RE> ^^^^^^^^^^^^^ RE> RE>The rescue/ uses crunchgen(1) which used to emit these bogus RE>MAKE assignments into the generated .mk files, so this new RE>``+@for'' construct in bsd.subdir.mk breaks. Ok, I was suspecting this. I'll do a buildworld with your patch... harti RE> RE>Now we need to make sure to update crunchgen(1). This can be RE>fixed with the following change: RE> RE>%%% RE>Index: Makefile.inc1 RE>=================================================================== RE>RCS file: /home/ncvs/src/Makefile.inc1,v RE>retrieving revision 1.434 RE>diff -u -r1.434 Makefile.inc1 RE>--- Makefile.inc1 9 Aug 2004 11:38:41 -0000 1.434 RE>+++ Makefile.inc1 10 Aug 2004 09:36:53 -0000 RE>@@ -722,7 +722,7 @@ RE> .endif RE> RE> .if !defined(NO_RESCUE) && \ RE>- ${BOOTSTRAPPING} < 501100 RE>+ ${BOOTSTRAPPING} < 502128 RE> _crunchgen= usr.sbin/crunch/crunchgen RE> .endif RE> RE>%%% RE> RE> RE>Cheers, RE>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040810113908.D42422>