svn commit: r422867 - in head/dns: bind9-devel bind910 bind911 bind99

Craig Leres leres at ee.lbl.gov
Thu Sep 29 17:37:30 UTC 2016


On 09/28/16 05:55, Mathieu Arnold wrote:
>   Remove MAKE_JOBS_UNSAFE for BIND9.
>   
>   It was added in 2009 in r232247 without the reason it was failing, I've
>   tried with -J 2-10, and can't have one of the BIND9 port fail.
>   Feel free to add it back, but please, add the reason why it fails.

I think the issue was a bug in the older version of make (circa
9.1-RELEASE?) and ar was creating the .a before the all of the builds
for the .o's were complete (the .o's were all present but some were
still being written to). Then binaries would fail to link due to the
corrupt objects in the archive.

The make in r305690 of base/stable/9 does not have this bug.

		Craig



More information about the svn-ports-head mailing list