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)Received on Tue Oct 26 2004 - 06:18:54 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:19 UTC