From owner-freebsd-stable@freebsd.org Sat Oct 8 07:54:54 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17C94C05883 for ; Sat, 8 Oct 2016 07:54:54 +0000 (UTC) (envelope-from bennett@sdf.org) Received: from sdf.lonestar.org (ol.sdf.org [192.94.73.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ol.sdf.org", Issuer "ol.sdf.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F4037D3E for ; Sat, 8 Oct 2016 07:54:53 +0000 (UTC) (envelope-from bennett@sdf.org) Received: from sdf.org (norge.freeshell.org [192.94.73.17]) by sdf.lonestar.org (8.15.2/8.14.5) with ESMTPS id u987siWd011962 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO); Sat, 8 Oct 2016 07:54:44 GMT Received: (from bennett@localhost) by sdf.org (8.15.2/8.12.8/Submit) id u987siNl012739; Sat, 8 Oct 2016 02:54:44 -0500 (CDT) From: Scott Bennett Message-Id: <201610080754.u987siNl012739@sdf.org> Date: Sat, 08 Oct 2016 02:54:44 -0500 To: fullermd@over-yonder.net, freebsd-stable@freebsd.org Subject: Re: buildworld errors at outset on fresh svn checkout User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2016 07:54:54 -0000 I wrote: >"Matthew D. Fuller" wrote: > >> On Fri, Oct 07, 2016 at 10:13:02PM -0700 I heard the voice of >> Kevin Oberman, and lo! it spake thus: >> > On Thu, Oct 6, 2016 at 10:16 PM, Scott Bennett wrote: >> > >> > > "/usr/src/Makefile.inc1", line 1113: Malformed conditional >> > > (${BUILDKERNELS:[) >> > > Unknown modifier '[' >> > >> > '[' needs to be a hard link to test. >> >> This is make, not sh. >> >> That would be the line >> >> .if ${BUILDKERNELS:[#]} > 1 && ${NO_INSTALLEXTRAKERNELS} != "yes" >> >> in current stable/10, and it's horking on the [...] modifier. That's > > What is currently installed is > >FreeBSD hellas 10.3-STABLE FreeBSD 10.3-STABLE #284 r304657: Tue Aug 23 01:48:12 CDT 2016 bennett@hellas:/usr/obj/usr/src/sys/hellas amd64 > >> listed in the make manpage on a stable/10 system from last October, so >> it's not terribly new. Maybe an ancient make? Or your 'make' isn't >> the make it's expecting? >> >Here are the ones I have currently installed. > >[hellas] 26 % ls -ilgF /usr/{,local/}bin/{,?}make > 102327 -r-xr-xr-x 1 root wheel 466396 May 3 2014 /usr/bin/bmake* > 82321 -r-xr-xr-x 1 root wheel 715152 Aug 23 05:17 /usr/bin/make* >7391987 -r-xr-xr-x 1 root wheel 187600 Aug 23 16:24 /usr/local/bin/bmake* >7391732 -rwxr-xr-x 1 root wheel 3805840 Sep 18 13:36 /usr/local/bin/cmake* >7386658 -r-xr-xr-x 1 root wheel 112976 Sep 6 2015 /usr/local/bin/dmake* >7384146 -r-xr-xr-x 1 root wheel 224520 Jul 10 18:45 /usr/local/bin/gmake* >7384478 -r-xr-xr-x 1 root wheel 24664 May 18 2015 /usr/local/bin/imake* >7386767 -r-xr-xr-x 1 root wheel 2541440 Dec 14 2014 /usr/local/bin/qmake* >7392225 -rwxr-xr-x 1 root wheel 123256 Aug 31 11:03 /usr/local/bin/smake* >7384593 -r-xr-xr-x 1 root wheel 32941 May 19 2015 /usr/local/bin/tmake* > > So the worrisome one looks like the /usr/bin/bmake, which pershaps should >have been removed by "make delete-old" during an upgrade somewhere along the >way. Let me try renaming it to see what happens. I'll report back. > Okay. I tried renaming /usr/bin/bmake to /usr/bin/bmake.old and then ran "make buildworld". That failed the same way as before. :-( So I guess that wasn't the problem. Scott Bennett, Comm. ASMELG, CFIAG ********************************************************************** * Internet: bennett at sdf.org *xor* bennett at freeshell.org * *--------------------------------------------------------------------* * "A well regulated and disciplined militia, is at all times a good * * objection to the introduction of that bane of all free governments * * -- a standing army." * * -- Gov. John Hancock, New York Journal, 28 January 1790 * **********************************************************************