Re: [current tinderbox] failure on alpha/alpha

From: Ruslan Ermilov <ru_at_freebsd.org>
Date: Tue, 10 Aug 2004 12:38:04 +0300
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
``+_at_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
_at__at_ -722,7 +722,7 _at__at_
 .endif
 
 .if !defined(NO_RESCUE) && \
-    ${BOOTSTRAPPING} < 501100
+    ${BOOTSTRAPPING} < 502128
 _crunchgen=	usr.sbin/crunch/crunchgen
 .endif
 
%%%


Cheers,
-- 
Ruslan Ermilov
ru_at_FreeBSD.org
FreeBSD committer

Received on Tue Aug 10 2004 - 07:38:15 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:05 UTC