[current tinderbox] failure on alpha/alpha
Ruslan Ermilov
ru at freebsd.org
Tue Aug 10 02:38:15 PDT 2004
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
@@ -722,7 +722,7 @@
.endif
.if !defined(NO_RESCUE) && \
- ${BOOTSTRAPPING} < 501100
+ ${BOOTSTRAPPING} < 502128
_crunchgen= usr.sbin/crunch/crunchgen
.endif
%%%
Cheers,
--
Ruslan Ermilov
ru at FreeBSD.org
FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-tinderbox/attachments/20040810/615db03d/attachment.bin
More information about the freebsd-tinderbox
mailing list