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