From owner-freebsd-stable@freebsd.org Sat Oct 8 06:48:34 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 6628CC056F6 for ; Sat, 8 Oct 2016 06:48:34 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from mail.infocus-llc.com (mail.infocus-llc.com [199.15.120.13]) (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 3D1439EB for ; Sat, 8 Oct 2016 06:48:33 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (c-75-65-60-66.hsd1.ms.comcast.net [75.65.60.66]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tarragon.infocus-llc.com (Postfix) with ESMTPSA id 3srcGR2R3BzGL; Sat, 8 Oct 2016 01:40:47 -0500 (CDT) Received: by draco.over-yonder.net (Postfix, from userid 100) id 3srcGQ052Fz32P; Sat, 8 Oct 2016 01:40:45 -0500 (CDT) Date: Sat, 8 Oct 2016 01:40:45 -0500 From: "Matthew D. Fuller" To: Kevin Oberman Cc: Scott Bennett , FreeBSD-STABLE Mailing List Subject: Re: buildworld errors at outset on fresh svn checkout Message-ID: <20161008064045.GC79735@over-yonder.net> References: <201610070516.u975GrVY015878@sdf.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.6.1-fullermd.4 (2016-04-27) 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 06:48:34 -0000 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 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? -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.