Bug 245341

Summary: make buildworld fails
Product: Base System Reporter: Masachika ISHIZUKA <ish>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: New ---    
Severity: Affects Only Me CC: ish
Priority: ---    
Version: CURRENT   
Hardware: amd64   
OS: Any   
Attachments:
Description Flags
/tmp/dummy-c49054.c
none
/tmp/dummy-c49054.sh
none
/tmp/dummy-c49054.sh none

Description Masachika ISHIZUKA 2020-04-04 03:01:52 UTC
Created attachment 213044 [details]
/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@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@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
Comment 1 Masachika ISHIZUKA 2020-04-04 03:02:57 UTC
Created attachment 213045 [details]
/tmp/dummy-c49054.sh
Comment 2 Masachika ISHIZUKA 2020-04-04 03:05:54 UTC
Created attachment 213046 [details]
/tmp/dummy-c49054.sh