Date: Tue, 29 Mar 2016 17:03:12 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 203094] Unable to make installworld without disabling tests and setting COMPILER_TYPE=clang Message-ID: <bug-203094-32464-vmAfmJUwWJ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-203094-32464@https.bugs.freebsd.org/bugzilla/> References: <bug-203094-32464@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203094 --- Comment #14 from Pierre Kraschinski <p.kraschinski@gmail.com> --- During my research I've found SVN:290526 (https://svnweb.freebsd.org/base?view=3Drevision&revision=3D290526). Bryan = added ccache build support via WITH_CCACHE_BUILD option to "base". This removes t= he need to add the following lines (as suggested in /usr/local/share/doc/ccache/ccache-howto-freebsd.txt) to /etc/make.conf: <-- .if (!empty(.CURDIR:M/usr/src*) || !empty(.CURDIR:M/usr/obj*)) .if !defined(NOCCACHE) && exists(/usr/local/libexec/ccache/world/cc) CC:=3D${CC:C,^cc,/usr/local/libexec/ccache/world/cc,1} CXX:=3D${CXX:C,^c\+\+,/usr/local/libexec/ccache/world/c++,1} .endif .endif --> Remove them and just add WITH_CCACHE_BUILD to /etc/make.conf: <-- WITH_CCACHE_BUILD=3DYES --> Regarding to SVN:290526 Bryans work should have been fixed all known issues with buildworld and ccache.=20 After modifying my /etc/make.conf I was able to rebuild world and install i= t as usual. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203094-32464-vmAfmJUwWJ>