https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669
Benedict Reuschling <bcr@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bcr@FreeBSD.org
--- Comment #6 from Benedict Reuschling <bcr@FreeBSD.org> ---
I had the same issue on my 10-STABLE box when doing buildworld. Disabling the
CCACHE fixed the issue for me. However, before that, I also made some changes
to /etc/src.conf which might be helpful in your case (since you mentioned not
using any compile caching):
NO_WERROR=
WERROR=
Can you try those and see whether they fix your problem?
What do you have in your /etc/make.conf and /etc/src.conf?
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"