Date: Sat, 11 Nov 2017 01:08:44 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-toolchain@FreeBSD.org Subject: [Bug 223551] for external toolchain support, X prefix is not setting build utils for make buildworld Message-ID: <bug-223551-29464-ENdGerhoGX@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-223551-29464@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223551 --- Comment #9 from sid@bsdmail.com --- This error message: /usr/local/bin/clang40: basename: not found /usr/local/bin/clang40: /usr/local/llvm40/bin/:Permission denied went away by using these settings for compiling and installing world (and kernel): CC= /usr/local/llvm40/bin/clang XCC= /usr/local/llvm40/bin/clang CXX= /usr/local/llvm40/bin/clang++ XCXX= /usr/local/llvm40/bin/clang++ CPP= /usr/local/llvm40/bin/clang-cpp XCPP= /usr/local/llvm40/bin/clang-cpp Still, after rebuilding kernel and world together, I had to use a backup kernel to boot, then recompile the kernel again. This part, I believe this is an error specific to my settings, and not a bug. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223551-29464-ENdGerhoGX>
