Hi,

On a FreeBSD 10 host, I am trying to build this:

https://github.com/trueos/trueos

which is derived from FreeBSD 9.2.


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

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.

Does anyone know what fixes I can pull in from stable/9 or
HEAD so that I can get this to build successfully with the "-j 9" flag without
failing?

I saw similar problems reported in these discussion threads, but I
didn't see what the solution to the problem was:

http://lists.freebsd.org/pipermail/freebsd-stable/2014-January/077142.html
http://lists.freebsd.org/pipermail/freebsd-stable/2013-November/075773.html


--
Craig
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to