Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2014 15:07:26 -0700
From:      "Simon J. Gerraty" <sjg@juniper.net>
To:        Craig Rodrigues <rodrigc@FreeBSD.org>
Cc:        Marcel Moolenaar <marcel@FreeBSD.org>, Brooks Davis <brooks@FreeBSD.org>, Warner Losh <imp@bsdimp.com>, freebsd-current Current <freebsd-current@FreeBSD.org>
Subject:   Re: Problems building FreeBSD 9.2 on FreeBSD 10
Message-ID:  <20140617220726.5FDBD580A1@chaos.localdomain>
In-Reply-To: <CAG=rPVfkGa7=n-TSqcnP574ry0Au2THbqvAZJfKD5OK9a1FBNw@mail.gmail.com>
References:  <CAG=rPVct-HzOksM2KQvPuOdf4zgZo__=Oannh0x%2B_JVHEzQyyw@mail.gmail.com> <CAG=rPVfkGa7=n-TSqcnP574ry0Au2THbqvAZJfKD5OK9a1FBNw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Sorry, I didn't speak to the problem you hit...

On Tue, 17 Jun 2014 11:35:42 -0700, Craig Rodrigues writes:
>> If I build like this:
>>
>> env TARGET=amd64 TARGET_ARCH=amd64 make -j 9 SRCCONF=/dev/null
>> __MAKE_CONF=/opt/local/branches/freenas/os-base/amd64/make.conf.build
>> NO_CLEAN=1 buildworld
>>
>> I get this error:
>>
>> --- upgrade_checks ---
>> A failure has been detected in another branch of the parallel make
>>

So earlier in your build there will be another error that is actual
issue, that's the more interesting thing to look at.

>> make[1]: stopped in /opt/local/branches/freenas/FreeBSD/src
>> *** [upgrade_checks] Error code 2
>>
>> make: stopped in /opt/local/branches/freenas/FreeBSD/src
>> 1 error

>> If I remove the "-j 9", then I can get the build to work properly.

That's a good indication of a race condition.

Note the recent work someone did to add .WAIT to subdir handling
which is an effort to reduce races.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140617220726.5FDBD580A1>