From owner-freebsd-current@FreeBSD.ORG Fri Apr 24 09:59:56 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98BE8F08; Fri, 24 Apr 2015 09:59:56 +0000 (UTC) Received: from mail-ob0-x22e.google.com (mail-ob0-x22e.google.com [IPv6:2607:f8b0:4003:c01::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 56301118F; Fri, 24 Apr 2015 09:59:56 +0000 (UTC) Received: by obfe9 with SMTP id e9so33943723obf.1; Fri, 24 Apr 2015 02:59:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=90TsI3ok0pBVACDUO7J8ZZg0JdjWrVCC+rtXjw4RE6U=; b=iKg9TYX73upzLRjvgk9py33kex6veO38AjJscxuhkpG7HmgrVKZU8uEV0UTDUWCP64 9ZXI0NqG9I4mrYwgc32PQ0NjjaEUltJuG2FI3qchEhAPHK/05NmAvyl0EA23b8V+iYQ0 JzUjvG/ePp5QJcDVLvRikqeJ+fr27JWA1D0p8NQp58lovK/WqMLFpIf4zjqnWDRh0t49 6xlxf1yycivtnIe30JAXtn2o6AtZjkgtlWz3qjd0SeReKVa83XTB6Y/y1LVn/ihEDPwr Q9qMSQ4na7l8YyBMn5RM8GoXDqd9guQzVqfkCR1AURvoZHo9ZllNA9pqXgIRxG8SYOCa /v4A== X-Received: by 10.202.224.11 with SMTP id x11mr6139524oig.33.1429869595592; Fri, 24 Apr 2015 02:59:55 -0700 (PDT) Received: from ?IPv6:2601:8:ab80:7d6:3d8b:afa5:8fc4:e6a3? ([2601:8:ab80:7d6:3d8b:afa5:8fc4:e6a3]) by mx.google.com with ESMTPSA id sn2sm6297452obc.11.2015.04.24.02.59.54 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 24 Apr 2015 02:59:55 -0700 (PDT) Content-Type: multipart/signed; boundary="Apple-Mail=_10040B4C-8BBC-474F-9503-468A5C45F136"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Newer yacc needed for building world From: Garrett Cooper In-Reply-To: <5538B5CF.9010508@digiware.nl> Date: Fri, 24 Apr 2015 02:59:52 -0700 Cc: Ed Maste , Warren Block , FreeBSD Current Message-Id: References: <5537C3BA.8010206@digiware.nl> <5537FCA1.6010108@digiware.nl> <5538B5CF.9010508@digiware.nl> To: Willem Jan Withagen X-Mailer: Apple Mail (2.1878.6) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2015 09:59:56 -0000 --Apple-Mail=_10040B4C-8BBC-474F-9503-468A5C45F136 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Apr 23, 2015, at 2:05, Willem Jan Withagen wrote: > On 22/04/2015 23:37, Ed Maste wrote: >> On 22 April 2015 at 15:55, Willem Jan Withagen = wrote: >>>=20 >>>> Yes: >>>> = https://lists.freebsd.org/pipermail/freebsd-current/2015-February/054740.h= tml >>>>=20 >>>=20 >>> But this is not enough to make yacc part of the build tools?? >>=20 >> yacc is unconditionally built during bootstrap-tools as of r281615. >> What SVN rev is your tree? >>=20 >=20 > # svn info > Path: . > Working Copy Root Path: /usr/src > URL: svn://svn.freebsd.org/base/stable/10 > Relative URL: ^/stable/10 > Repository Root: svn://svn.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 281853 > Node Kind: directory > Schedule: normal > Last Changed Author: kib > Last Changed Rev: 281849 > Last Changed Date: 2015-04-22 12:59:05 +0200 (Wed, 22 Apr 2015) >=20 > Then I removed /usr/obj/* to get a fresh start. > Removing yacc just gets me into trouble even earlier: >=20 > # make -j 32 buildworld > . > . > . > --- _bootstrap-tools-usr.bin/compile_et --- > --- parse.c --- > yacc -d -o parse.c = /usr/src/usr.bin/compile_et/../../contrib/com_err/parse.y > yacc: not found > --- _bootstrap-tools-usr.sbin/bsnmpd/gensnmptree --- > /usr/obj/usr/src/tmp/usr/src/usr.sbin/bsnmpd/gensnmptree created for > /usr/src/usr.sbin/bsnmpd/gensnmptree > --- _bootstrap-tools-usr.bin/compile_et --- > *** [parse.c] Error code 127 >=20 > So I have relatively little further to test. > Perhaps the '-j 32' was a bit aggressive, but it gets fast where the > error is. Well, that=92s amusing :(. You found a new race that wasn=92t = present before my changes to parallelize bootstrap-tools (kerberos comes = before yacc in bootstrap-tools). Do you have yacc installed on your = machine? Please try out this patch. Thanks! -NGie $ svn diff Makefile.inc1=20 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 --- Makefile.inc1 (revision 281823) +++ Makefile.inc1 (working copy) @@ -1358,6 +1358,8 @@ usr.bin/compile_et =20 .ORDER: ${_kerberos5_bootstrap_tools:C/^/${_bt}-/g} + +${_bt}-usr.bin/compile_et: ${_bt}-usr.bin/yacc .endif =20 bootstrap-tools: .PHONY --Apple-Mail=_10040B4C-8BBC-474F-9503-468A5C45F136 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJVOhQYAAoJEMZr5QU6S73eyEEH/RJVdoMij/pIWkhDHCxNxfrU larjaCTwxUjUUQv4eS55Yo6GFa9nGh7MLocyGMtnHmkWpgYpQishcw7zchhu55cK 4ta2iL74wQhTSVMHjIOgCkpA4yPZcC1Sy1e8/e4/WnGzLl+wGj6RsuOIe7YRqpof CfMhkNFrNbgFqloGzga7t3OISkpprCQn8xwmzlkmZ18OS1dBh0xlcWHXLUJhXsF2 zoMNDPNvZza1K+BW03eB4rtkpvNxZOg2fOSNSFKeff82KSAYF2L2lnj9jITb0Dae u46/owobc5u6Kzplu4bO13Zolef3vXBcjMIgSXVJ1CKlkPfKBNTmZLoPoRGJ4sw= =dBIA -----END PGP SIGNATURE----- --Apple-Mail=_10040B4C-8BBC-474F-9503-468A5C45F136--