From owner-freebsd-stable@FreeBSD.ORG Wed Aug 6 12:34:12 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8931DD8C for ; Wed, 6 Aug 2014 12:34:12 +0000 (UTC) Received: from keltia.net (cl-90.mrs-01.fr.sixxs.net [IPv6:2a01:240:fe00:59::2]) (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 48C732283 for ; Wed, 6 Aug 2014 12:34:12 +0000 (UTC) Received: from roberto-aw.eurocontrol.fr (unknown [88.190.16.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: roberto) by keltia.net (Postfix) with ESMTPSA id E552852AE for ; Wed, 6 Aug 2014 14:34:08 +0200 (CEST) Date: Wed, 6 Aug 2014 14:34:03 +0200 From: Ollivier Robert To: freebsd-stable@freebsd.org Subject: Re: Weird bmake behaviour from within installworld Message-ID: <20140806123403.GA8433@roberto-aw.eurocontrol.fr> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53E20E1B.5020904@frenchfries.net> X-Operating-System: MacOS X / Macbook Pro - FreeBSD 7.2 / Dell D820 SMP User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 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, 06 Aug 2014 12:34:12 -0000 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/