From owner-freebsd-stable@freebsd.org Wed Jan 24 15:12:15 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D1BFED8944 for ; Wed, 24 Jan 2018 15:12:15 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (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 CCAC08D3A7 for ; Wed, 24 Jan 2018 15:12:14 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 90DC7223AC; Wed, 24 Jan 2018 10:10:28 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Wed, 24 Jan 2018 10:10:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=5SCq5W1CHJzMiNMtbHNzbyUp4L+9r Vw0PEfgO7rqqVk=; b=SQq7BP7a+rnRw5JS0kt26e8f7cPRwOHpinG7UIm3tqlh2 M/BA7FFXFx+pHNE3l3VZxikZQBrnhqLNAfypPgOnTzOEaxrKTE3nXh1rj5eL1T0t PbRx10COcnsR52/ZRL6wg3FNO/wijMMvRTI0JfLi29oawGA7/GSLmkfK4sq+xz+6 eJzwMpVX8/xO37UFpCCOZ6qHnb0PPOGTnUy5lKHd41Tyay6rpzeg1iT8HApPrlQ/ tMDEbSfwsCP+OtavsOHF3G17HiSt3GWbONuc7+DOH7GluQOSXuwT1wL05UnnIF+T 4gI7A8gxJmUUaD71h7kPUjPqOc+A66IPJvgNTVw3g== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=5SCq5W 1CHJzMiNMtbHNzbyUp4L+9rVw0PEfgO7rqqVk=; b=mfOCBQqss4BzKi++oAG64v XaeGq4KDHShzjsn7KSpHbNHv3dDfXr2S9BlHBS8IbGIMDbTll3+TPlb4Nyxin6uW DOeP8d5/+NjKk0ujq2c8EXvU87FStZCt/5ooJGiUHydpNqK8awp4rDh56rlF5bEc Pqgf0knHA2a5rxKMQoaSfFk7LRTPDntjT8EL7X6wog1im30rToGJKGoBEuZouiNq LgAgHUGD+aMx/Gar/ZhUJdrCdp7hZYY68Or3cVzGn78oOgQ8FZLGuqBAq0uaKJbG Glerl+DP+g0Q3pdJHvr7BdwVkmzAHzkZOgmW75esWo1m8zKsp7wOd5jGwQx38L1g == X-ME-Sender: Received: from desktop.parsley.growveg.org (parsley.growveg.org [82.70.91.97]) by mail.messagingengine.com (Postfix) with ESMTPA id 12964240F8; Wed, 24 Jan 2018 10:10:27 -0500 (EST) Subject: Re: why does buildworld fail on stable/11 ? To: Scott Bennett References: <201801240851.w0O8pnDl008705@sdf.org> Cc: freebsd-stable@freebsd.org From: tech-lists Message-ID: Date: Wed, 24 Jan 2018 15:10:25 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <201801240851.w0O8pnDl008705@sdf.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jan 2018 15:12:15 -0000 On 24/01/2018 08:51, Scott Bennett wrote: > hellas# mv /etc/make.conf{,.save} > hellas# mv /etc/src.conf{,.save} > hellas# cd /usr/src > hellas# make cleandir > "/usr/src/share/mk/local.sys.mk", line 51: Malformed conditional (${.MAKE.MODE:Mmeta*} != "") > "/usr/src/share/mk/local.sys.mk", line 58: Malformed conditional (${.MAKE.MODE:Mnofilemon} == "") > "/usr/src/share/mk/local.sys.mk", line 76: if-less else > "/usr/src/share/mk/local.sys.mk", line 79: if-less endif > "/usr/src/share/mk/sys.mk", line 476: if-less endif > bmake: fatal errors encountered -- cannot continue > *** Error code 1 Move the /usr/src somewhere else, make a new /usr/src dir and then svnlite co https://svn.FreeBSD.org/base/stable/11 /usr/src make sure it completes normally then cd into it and make cleandir. What happens? -- J.