From owner-freebsd-current@FreeBSD.ORG Tue Apr 21 10:20:08 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 6194F40B for ; Tue, 21 Apr 2015 10:20:08 +0000 (UTC) Received: from smtp.digiware.nl (unknown [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25E5C11C8 for ; Tue, 21 Apr 2015 10:20:08 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 461FE16A478; Tue, 21 Apr 2015 12:20:04 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5-KP3DiHyZvS; Tue, 21 Apr 2015 12:20:03 +0200 (CEST) Received: from [IPv6:2001:4cb8:3:1:d50f:5e7:50e:c1fc] (unknown [IPv6:2001:4cb8:3:1:d50f:5e7:50e:c1fc]) by smtp.digiware.nl (Postfix) with ESMTP id 1FC1516A475; Tue, 21 Apr 2015 12:20:03 +0200 (CEST) Message-ID: <55362450.4030905@digiware.nl> Date: Tue, 21 Apr 2015 12:20:00 +0200 From: Willem Jan Withagen Organization: Digiware Management b.v. User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Garrett Cooper CC: FreeBSD Current Subject: Re: Error in parallel building References: <55361FBC.3020409@digiware.nl> <4583A01A-75B2-4E7E-9A82-92C3424C3438@gmail.com> In-Reply-To: <4583A01A-75B2-4E7E-9A82-92C3424C3438@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit 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: Tue, 21 Apr 2015 10:20:08 -0000 On 21-4-2015 12:18, Garrett Cooper wrote: > On Apr 21, 2015, at 3:00, Willem Jan Withagen wrote: > >> Hi, >> >> With a freshly fetched HEAD, and 'make -j 8 buildworld' I get: >> >> ---------------------------- >> --- _bootstrap-tools-kerberos5/lib/libvers --- >> --- roken.h --- >> make-roken > roken.h >> make-roken: not found >> --- _bootstrap-tools-kerberos5/tools/make-roken --- >> --- make-roken.c --- >> awk -f /usr/srcs/head/kerberos5/tools/make-roken/../../../crypto/heimdal/lib/roken/roken.awk /usr/srcs/head/kerberos5/tools/make-roken/../../../crypto/heimdal/lib/roken/roken.h.in > make-roken.c >> --- _bootstrap-tools-kerberos5/lib/libvers --- >> *** [roken.h] Error code 127 >> >> make[3]: stopped in /usr/srcs/head/kerberos5/lib/libvers >> 1 error > > I’m really sorry for not catching this sooner :(… I missed the part about MAKE_ROKEN in libvers. > > All of kerberos5 built during bootstrap-tools is basically serialized in an implicit manner, so I’ve committed the following item to resolve the build issue you’ve noted. > > Thank you for the feedback, > -NGie > > ------------------------------------------------------------------------ > r281823 | ngie | 2015-04-21 03:17:25 -0700 (Tue, 21 Apr 2015) | 9 lines > > Serialize all of _kerberos5_bootstrap_tools to avoid build failures involving > make bootstrap-tools > > On the plus side, this also greatly reduces complexity > > MFC after: 1 week > Pointyhat to: ngie > Reported by: Willem Jan Withagen > Long time that I saw a pointy hat coming by.... :) Usually I'm the one on the receiving end. Thanx, --WjW