can't buildworld - boot2

David O'Brien obrien at freebsd.org
Tue Oct 26 01:18:54 PDT 2004


On Tue, Oct 26, 2004 at 12:10:54AM -0400, brian at aljex.com wrote:
> possible clue: you mentioned -j
> I had tried a -j4 , which was the first time I ever tried -j anything btw,
> previously and it failed, but it didn't fail anywhere near the spot I showed.
> After it failed I shrugged and thought "not surprising" and did a make clean
> and make buildworld and got the failure in boot2 I originally posted

If you need to get things "sane", I suggest 'rm -rf /usr/obj/*' followed
by 'cd /usr/src ; make cleandir'.  Or skip the rm -rf stage and do
'cd /usr/src ; make cleandir ; make cleandir'.

> Either the initial failure screwed up the instance of bash and all I needed to
> do was log out & in, or the use of bash vs csh is no good, or some change was
> committed in the last few hours that fixed it, or -O2 -fno-strict-aliasing
> works where -O doesn't.

'boot2' is built with -Os, so it overrides other settings.

-- 
-- David  (obrien at FreeBSD.org)


More information about the freebsd-current mailing list