Weird bmake behaviour from within installworld

Ollivier Robert roberto at keltia.freenix.fr
Wed Aug 6 12:34:12 UTC 2014


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 at keltia.net
In memoriam to Ondine, our 2nd child: http://ondine.keltia.net/



More information about the freebsd-stable mailing list