[current tinderbox] failure on alpha/alpha
Harti Brandt
harti at freebsd.org
Tue Aug 10 02:41:57 PDT 2004
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>``+ at 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>
More information about the freebsd-tinderbox
mailing list