Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2018 15:10:25 +0000
From:      tech-lists <tech-lists@zyxst.net>
To:        Scott Bennett <bennett@sdf.org>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: why does buildworld fail on stable/11 ?
Message-ID:  <f4e0b36c-12e5-37fb-1c65-d2fc4046c23c@zyxst.net>
In-Reply-To: <201801240851.w0O8pnDl008705@sdf.org>
References:  <201801240851.w0O8pnDl008705@sdf.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f4e0b36c-12e5-37fb-1c65-d2fc4046c23c>