Date: Sat, 21 Jun 2014 15:05:05 -0700 From: "Simon J. Gerraty" <sjg@juniper.net> To: Glen Barber <gjb@FreeBSD.org> Cc: Craig Rodrigues <rodrigc@FreeBSD.org>, Marcel Moolenaar <marcel@FreeBSD.org>, Brooks Davis <brooks@FreeBSD.org>, Dimitry Andric <dim@FreeBSD.org>, freebsd-current Current <freebsd-current@FreeBSD.org>, Warner Losh <imp@bsdimp.com> Subject: Re: Problems building FreeBSD 9.2 on FreeBSD 10 Message-ID: <20140621220505.8EC75580A1@chaos.localdomain> In-Reply-To: <20140620041112.GS1218@hub.FreeBSD.org> References: <CAG=rPVct-HzOksM2KQvPuOdf4zgZo__=Oannh0x%2B_JVHEzQyyw@mail.gmail.com> <CAG=rPVfkGa7=n-TSqcnP574ry0Au2THbqvAZJfKD5OK9a1FBNw@mail.gmail.com> <20140617200551.07542580A1@chaos.localdomain> <CAG=rPVeBgWS=vMGxSmX8O4QWW77XC2mqDgaiNrFsGrzg47UQYQ@mail.gmail.com> <20140617211436.GI1248@hub.FreeBSD.org> <CAG=rPVezMsPCP%2BB1ePw_Mh=Cv6qx07ordsWQ3cF4a_ytLWeCEQ@mail.gmail.com> <CAG=rPVd4evnkJoz1rVeMjP7YNKOW0BWF0MvSrFQ3u2xCiVEtmw@mail.gmail.com> <690CE378-D7D9-49A6-BC20-13FD540E63A2@FreeBSD.org> <CAG=rPVfanU=FVWPd768_G5NjXRHnUH5o05%2BKwFeLaTQqU3Ux8w@mail.gmail.com> <FC1B2983-4B49-4480-855E-6BD09B148F31@bsdimp.com> <20140620041112.GS1218@hub.FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>Removal of EARLY_BUILD is not the issue here, I have no idea where the >hell the came into play. > >It is a race in the chain with what make(1) gets built for the stable/9 >userland. It is why the 'make make buildworld' thing I mentioned works. IIRC all the fixes I put into src/Makefile to ensure correct [bf]make was built prior to anything like buildworld were only in head. I think Warner has now removed at least the fmake bits from head, but stable/10 has it all. I think this fixed a number of races. make make buildworld should work, though if you want to use -j a separate invocation would be a good idea (absent the fixes from stable/10): make make && make -j8 -DNO_CLEAN buildworld
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140621220505.8EC75580A1>