Date: Sat, 19 May 2012 13:33:20 -0700 From: Garrett Cooper <yanegomi@gmail.com> To: "O. Hartmann" <ohartman@zedat.fu-berlin.de> Cc: Current FreeBSD <freebsd-current@freebsd.org>, freebsd-questions@freebsd.org Subject: Re: CURRENT: buildworld fails Message-ID: <CAGH67wSsNALEtEJGPNAyZ%2BuD6y-8-AYK3s5jsLDH8_iXPEV_ww@mail.gmail.com> In-Reply-To: <4FB7A63C.70509@zedat.fu-berlin.de> References: <4FB7A63C.70509@zedat.fu-berlin.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, May 19, 2012 at 6:55 AM, O. Hartmann <ohartman@zedat.fu-berlin.de> wrote: > Since approx. a week for now, I can not build FreeBSD 10.0-CURRENT/amd64 > anymore! This happens to be on ALL(!) FreeBSD 10 boxes around here I > maintain. ... > b) build and install /usr/src/lib via "make clean cleandepend depend obj > all install" doesn't work anymore, it fails with > ."/usr/src/lib/Makefile", line 179: Malformed conditional (${MK_NAND} != > "no") > "/usr/src/lib/Makefile", line 181: if-less endif Your mk files in /usr/share/mk are out of synch with your build tree. If you opt out of using buildworld, then you need to do 'make -C share/mk install' beforehand. Thanks, -Garrett
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGH67wSsNALEtEJGPNAyZ%2BuD6y-8-AYK3s5jsLDH8_iXPEV_ww>