https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223551

--- Comment #9 from s...@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.
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to