Date: Wed, 6 Aug 2014 14:34:03 +0200 From: Ollivier Robert <roberto@keltia.freenix.fr> To: freebsd-stable@freebsd.org Subject: Re: Weird bmake behaviour from within installworld Message-ID: <20140806123403.GA8433@roberto-aw.eurocontrol.fr> In-Reply-To: <53E20E1B.5020904@frenchfries.net> References: <86zjfjxq1x.fsf@nine.des.no> <20140803193541.GA1839@lonrach.local> <20140804094937.GA9720@roberto-aw.eurocontrol.fr> <20140804104146.GB9720@roberto-aw.eurocontrol.fr> <53E20E1B.5020904@frenchfries.net>
next in thread | previous in thread | raw e-mail | index | archive | help
According to Paul Herman on Wed, Aug 06, 2014 at 01:14:35PM +0200:
> from /usr/src/contrib/unbound/config.h allows the build to complete,
> although not sure what kind of side effects this causes.
The thing is, flex is a bootstrap tool ONLY if the system is before 9. As flex was updated in 10 and merged, it should have been made a bootstrap tool as well.
Trying to buildworld now with this diff:
Index: Makefile.inc1
===================================================================
--- Makefile.inc1 (revision 269624)
+++ Makefile.inc1 (working copy)
@@ -1217,7 +1217,7 @@
_sed= usr.bin/sed
.endif
-.if ${BOOTSTRAPPING} < 900006
+.if ${BOOTSTRAPPING} < 1000033
_lex= usr.bin/lex
.endif
--
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.net
In memoriam to Ondine, our 2nd child: http://ondine.keltia.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140806123403.GA8433>
