Issues building FreeBSD-current (head f9668e4)
jake h
jakehfreebsd at gmail.com
Wed Apr 28 11:39:52 UTC 2021
Hey everyone,
I have been having some issues building FreeBSD-current from src, on
freebsd-13 (build 1300500). It appears to stem from several files compiling
with -Werror , despite my specification in make.conf of -Wno-error . As
these files then have warnings, the make kernel exits. A log of the error
is attached.
System info:
Current version: 13.0 - STABLE, build 1300500
make.conf: CFLAGS= -Wall -Wextra -Wno-error
Attempting to update to: 14-CURRENT (Git head f8668e4)
Thanks in advance for any help you can provide,
Jake
-------------- next part --------------
--- int_util.o ---
/usr/src/contrib/llvm-project/compiler-rt/lib/builtins/int_util.c:63:42: error: unused parameter 'file' [-Werror,-Wunused-parameter]
void __compilerrt_abort_impl(const char *file, int line, const char *function) {
^
/usr/src/contrib/llvm-project/compiler-rt/lib/builtins/int_util.c:63:52: error: unused parameter 'line' [-Werror,-Wunused-parameter]
void __compilerrt_abort_impl(const char *file, int line, const char *function) {
^
/usr/src/contrib/llvm-project/compiler-rt/lib/builtins/int_util.c:63:70: error: unused parameter 'function' [-Werror,-Wunused-parameter]
void __compilerrt_abort_impl(const char *file, int line, const char *function) {
^
--- gcc_personality_v0.o ---
/usr/src/contrib/llvm-project/compiler-rt/lib/builtins/gcc_personality_v0.c:158:42: error: unused parameter 'exceptionObject' [-Werror,-Wunused-parameter]
continueUnwind(struct _Unwind_Exception *exceptionObject,
^
/usr/src/contrib/llvm-project/compiler-rt/lib/builtins/gcc_personality_v0.c:159:40: error: unused parameter 'context' [-Werror,-Wunused-parameter]
struct _Unwind_Context *context) {
^
/usr/src/contrib/llvm-project/compiler-rt/lib/builtins/gcc_personality_v0.c:188:9: error: unused parameter 'version' [-Werror,-Wunused-parameter]
int version, _Unwind_Action actions, uint64_t exceptionClass,
^
/usr/src/contrib/llvm-project/compiler-rt/lib/builtins/gcc_personality_v0.c:188:51: error: unused parameter 'exceptionClass' [-Werror,-Wunused-parameter]
int version, _Unwind_Action actions, uint64_t exceptionClass,
^
4 errors generated.
--- int_util.o ---
3 errors generated.
--- gcc_personality_v0.o ---
*** [gcc_personality_v0.o] Error code 1
make[4]: stopped in /usr/src/lib/libgcc_eh
--- int_util.o ---
*** [int_util.o] Error code 1
make[4]: stopped in /usr/src/lib/libgcc_eh
--- lib/libcompiler_rt__PL ---
make[3]: stopped in /usr/src
--- lib/libgcc_eh__PL ---
2 errors
make[4]: stopped in /usr/src/lib/libgcc_eh
make[3]: stopped in /usr/src
make[2]: stopped in /usr/src
make[1]: stopped in /usr/src
make: stopped in /usr/src
More information about the freebsd-hackers
mailing list