[Bug 245341] make buildworld fails
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Apr 4 03:02:29 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245341
Bug ID: 245341
Summary: make buildworld fails
Product: Base System
Version: CURRENT
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: bugs at FreeBSD.org
Reporter: ish at amail.plala.or.jp
Attachment #213044 text/plain
mime type:
Created attachment 213044
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213044&action=edit
/tmp/dummy-c49054.c
% uname -a
FreeBSD okra.ish.org 13.0-CURRENT FreeBSD 13.0-CURRENT #1 r359197M: Sun Mar 22
12:34:40 JST 2020
ishizuka at okra.ish.org:/usr/altlocal/freebsd-current/obj/usr/altlocal/freebsd-current/src/amd64.amd64/sys/GENERIC
amd64
% svn up
Updating '.':
At revision 359627.
% make -j1 buildworld
[snip]
cc -O2 -pipe -g -MD -MF.depend.dummy.o -MTdummy.o -std=gnu99
-Wno-format-zero-length -Qunused-arguments
-I/usr/altlocal/freebsd-current/obj/usr/altlocal/freebsd-current/src/amd64.amd64/tmp/legacy/usr/include
-c /usr/altlocal/freebsd-current/src/tools/build/dummy.c -o dummy.o
warning: unknown warning option '-Wno-format-zero-length'
Stack dump:
0. Program arguments: cc -O2 -pipe -g -MD -MF.depend.dummy.o -MTdummy.o
-std=gnu99 -Wno-format-zero-length -Qunused-arguments
-I/usr/altlocal/freebsd-current/obj/usr/altlocal/freebsd-current/src/amd64.amd64/tmp/legacy/usr/include
-c /usr/altlocal/freebsd-current/src/tools/build/dummy.c -o dummy.o
#0 0x0000000003e0db4e PrintStackTrace
/usr/altlocal/freebsd-current/src/contrib/llvm-project/llvm/lib/Support/Unix/Signals.inc:564:13
#1 0x0000000003e0bcd5 RunSignalHandlers
/usr/altlocal/freebsd-current/src/contrib/llvm-project/llvm/lib/Support/Signals.cpp:69:18
#2 0x0000000003e0fc5e HandleCrash
/usr/altlocal/freebsd-current/src/contrib/llvm-project/llvm/lib/Support/CrashRecoveryContext.cpp:77:5
#3 0x0000000003e0fde1 CrashRecoverySignalHandler
/usr/altlocal/freebsd-current/src/contrib/llvm-project/llvm/lib/Support/CrashRecoveryContext.cpp:0:51
#4 0x0000000805036a10 handle_signal
/usr/altlocal/freebsd-current/src/lib/libthr/thread/thr_sig.c:0:3
cc: error: clang frontend command failed due to signal (use -v to see
invocation)
FreeBSD clang version 10.0.0 (git at github.com:llvm/llvm-project.git
llvmorg-10.0.0-rc4-5-g52c365aa9ca)
Target: x86_64-unknown-freebsd13.0
Thread model: posix
InstalledDir: /usr/bin
cc: note: diagnostic msg: PLEASE submit a bug report to
https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed
source, and associated run script.
cc: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
cc: note: diagnostic msg: /tmp/dummy-c49054.c
cc: note: diagnostic msg: /tmp/dummy-c49054.sh
cc: note: diagnostic msg:
********************
*** [dummy.o] Error code 254
make[3]: stopped in /usr/altlocal/freebsd-current/src/tools/build
1 error
make[3]: stopped in /usr/altlocal/freebsd-current/src/tools/build
*** [legacy] Error code 2
make[2]: stopped in /usr/altlocal/freebsd-current/src
1 error
make[2]: stopped in /usr/altlocal/freebsd-current/src
*** [_legacy] Error code 2
make[1]: stopped in /usr/altlocal/freebsd-current/src
1 error
make[1]: stopped in /usr/altlocal/freebsd-current/src
*** [buildworld] Error code 2
make: stopped in /usr/altlocal/freebsd-current/src
1 error
make: stopped in /usr/altlocal/freebsd-current/src
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list