svn commit: r283526 - in head: . contrib/llvm/include/llvm/Target contrib/llvm/lib/Analysis contrib/llvm/lib/CodeGen contrib/llvm/lib/CodeGen/SelectionDAG contrib/llvm/lib/ExecutionEngine/RuntimeDy...

Ivan Klymenko fidaj at ukr.net
Sat Oct 10 21:32:40 UTC 2015


On Mon, 25 May 2015 13:43:03 +0000 (UTC)
Dimitry Andric <dim at FreeBSD.org> wrote:

> Author: dim
> Date: Mon May 25 13:43:03 2015
> New Revision: 283526
> URL: https://svnweb.freebsd.org/changeset/base/283526
> 
> Log:
>   Upgrade our copy of clang and llvm to 3.6.1 release.
>   

Hello.

After update i have next building problem:
IF i use CPUTYPE?=native flag in /etc/make.conf - compilation fails:
...
--- crypto.o ---
/usr/local/libexec/ccache/world/cc -target x86_64-unknown-freebsd11.0 --sysroot=/media/da0s1/obj/usr/src/tmp -B/media/da0s1/obj/usr/src/tmp/usr/bin  -O2 -pipe -march=native  -I/usr/src/usr.bin/svn/lib/libsvn_subr/../../../../contrib/subversion/subversion/include -I/usr/src/usr.bin/svn/lib/libsvn_subr/../../../../contrib/subversion/subversion -I/usr/src/usr.bin/svn/lib/libsvn_subr/../..  -I/usr/src/usr.bin/svn/lib/libsvn_subr/../libapr  -I/usr/src/usr.bin/svn/lib/libsvn_subr/../../../../contrib/apr/include/arch/unix  -I/usr/src/usr.bin/svn/lib/libsvn_subr/../../../../contrib/apr/include  -I/usr/src/usr.bin/svn/lib/libsvn_subr/../libapr_util  -I/usr/src/usr.bin/svn/lib/libsvn_subr/../../../../contrib/apr-util/include/private  -I/usr/src/usr.bin/svn/lib/libsvn_subr/../../../../contrib/apr-util/include  -I/usr/src/usr.bin/svn/lib/libsvn_subr/../../../../contrib/sqlite3 -std=gnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -W
 no-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/usr.bin/svn/lib/libsvn_subr/../../../../contrib/subversion/subversion/libsvn_subr/crypto.c -o crypto.o
--- usr.sbin.all__D ---
--- ieee802_11_common.o ---
distcc[67017] ERROR: compile (null) on localhost failed with exit code 254
Cannot emit physreg copy instruction
UNREACHABLE executed at /usr/src/lib/clang/libllvmx86codegen/../../../contrib/llvm/lib/Target/X86/X86InstrInfo.cpp:3935!
cc: error: unable to execute command: Abort trap
cc: error: clang frontend command failed due to signal (use -v to see invocation)
FreeBSD clang version 3.7.0 (tags/RELEASE_370/final 246257) 20150906
Target: x86_64-unknown-freebsd11.0
Thread model: posix
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/ieee802_11_common-974cbf.c
cc: note: diagnostic msg: /tmp/ieee802_11_common-974cbf.sh
cc: note: diagnostic msg: 

********************
*** [ieee802_11_common.o] Error code 254

make[5]: stopped in /usr/src/usr.sbin/wpa/wpa_supplicant
1 error

make[5]: stopped in /usr/src/usr.sbin/wpa/wpa_supplicant
*** [all_subdir_wpa_supplicant] Error code 2

make[4]: stopped in /usr/src/usr.sbin/wpa
1 error

make[4]: stopped in /usr/src/usr.sbin/wpa
*** [all_subdir_wpa] Error code 2

make[3]: stopped in /usr/src/usr.sbin
1 error

make[3]: stopped in /usr/src/usr.sbin
*** [usr.sbin.all__D] Error code 2

make[2]: stopped in /usr/src
--- usr.bin.all__D ---
A failure has been detected in another branch of the parallel make

make[6]: stopped in /usr/src/usr.bin/svn/lib/libsvn_subr
*** [_sub.all] Error code 2

make[5]: stopped in /usr/src/usr.bin/svn/lib
1 error

make[5]: stopped in /usr/src/usr.bin/svn/lib
*** [all_subdir_lib] Error code 2

make[4]: stopped in /usr/src/usr.bin/svn
1 error

make[4]: stopped in /usr/src/usr.bin/svn
*** [all_subdir_svn] Error code 2

make[3]: stopped in /usr/src/usr.bin
1 error

make[3]: stopped in /usr/src/usr.bin
*** [usr.bin.all__D] Error code 2

make[2]: stopped in /usr/src
2 errors

make[2]: stopped in /usr/src
*** [everything] Error code 2

make[1]: stopped in /usr/src
1 error

make[1]: stopped in /usr/src
*** [buildworld] Error code 2

make: stopped in /usr/src
1 error

make: stopped in /usr/src


If remove CPUTYPE?=native - compilation is successful.

I have sandybridge CPU.

Thanks.


More information about the svn-src-head mailing list