From owner-freebsd-tinderbox@FreeBSD.ORG Tue Aug 10 09:38:15 2004 Return-Path: Delivered-To: freebsd-tinderbox@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B943816A4CE; Tue, 10 Aug 2004 09:38:15 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1E6D43D41; Tue, 10 Aug 2004 09:38:14 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i7A9c3tW045651 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 Aug 2004 12:38:04 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.12.11/8.12.11) id i7A9c5k9016613; Tue, 10 Aug 2004 12:38:05 +0300 (EEST) (envelope-from ru) Date: Tue, 10 Aug 2004 12:38:04 +0300 From: Ruslan Ermilov To: Harti Brandt Message-ID: <20040810093804.GA16437@ip.net.ua> References: <20040810085521.ACF137303F@freebsd-current.sentex.ca> <20040810091358.GD42347@eddie.nitro.dk> <20040810111959.K42422@beagle.kn.op.dlr.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EVF5PPMfhYS0aIcm" Content-Disposition: inline In-Reply-To: <20040810111959.K42422@beagle.kn.op.dlr.de> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new cc: alpha@freebsd.org cc: FreeBSD Tinderbox cc: "Simon L. Nielsen" cc: current@freebsd.org Subject: Re: [current tinderbox] failure on alpha/alpha X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Tinderbox reports, responses, and meta-comments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 09:38:15 -0000 --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 10, 2004 at 11:20:20AM +0200, Harti Brandt wrote: > On Tue, 10 Aug 2004, Simon L. Nielsen wrote: >=20 > 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). >=20 > Thanks. >=20 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 =20 .if !defined(NO_RESCUE) && \ - ${BOOTSTRAPPING} < 501100 + ${BOOTSTRAPPING} < 502128 _crunchgen=3D usr.sbin/crunch/crunchgen .endif =20 %%% Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --EVF5PPMfhYS0aIcm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBGJd8qRfpzJluFF4RAlw8AKCBgck064r8qU+0AgypNnZuyTlwfQCfVJ/p MODyKZrkBclChS9B7B7Fl1U= =e2kc -----END PGP SIGNATURE----- --EVF5PPMfhYS0aIcm--