Gary Palmer [gpal...@freebsd.org] wrote:
> It used to be that ports had MAKE_JOBS_SAFE in the Makefile to mark that
> the port could be built using parallel compiles with the '-j' argument
> to make.  It appears that the logic has been switched and now you have
> to mark them as MAKE_JOBS_UNSAFE to say that parallel builds shouldn't be
> done, indicating that parallel builds are the default now (unless I'm
> misreading the code)
> 
> You can try putting
> 
> DISABLE_MAKE_JOBS=yes
> 
> into /etc/make.conf to see if that stops the problem on port builds.
>
Gary:

Making that change worked for me.  I built both Subversion and Tshark,
my two problem children.  The build time was not too much different
than without the flag.  Only 1 CPU was active with cc1 at a time.
I had no 'pfault' states on any entries in top for both builds.

I guess that we can close out this issue.

Thank you and the list for the suggestion.

Tom

-- 
Public Keys:
PGP KeyID = 0x5F22FDC1
GnuPG KeyID = 0x620836CF
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to