Date: Fri, 13 Jul 2018 13:30:27 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 229754] devel/libslang2 crash during build Message-ID: <bug-229754-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229754 Bug ID: 229754 Summary: devel/libslang2 crash during build Product: Ports & Packages Version: Latest Hardware: i386 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: garga@FreeBSD.org Reporter: mi@FreeBSD.org CC: dim@FreeBSD.org Flags: maintainer-feedback?(garga@FreeBSD.org) Assignee: garga@FreeBSD.org Created attachment 195110 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D195110&action= =3Dedit The C file after preprocessing Trying to update this port on FreeBSD 10.4-STABLE (clang-3.4.1) as of Janua= ry 6: cc -I/home/usr/ports/devel/libslang2/work/slang-2.3.2/src -shared -fPIC -O2 -pipe -march=3Dnocona -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasi= ng -I/home/usr/ports/devel/libslang2/work/slang-2.3.2/src -c /home/usr/ports/devel/libslang2/work/slang-2.3.2/modules/stats_kendall.c cc: warning: argument unused during compilation: '-shared' Stack dump: 0. Program arguments: /usr/bin/cc -cc1 -triple i386-unknown-freebsd10.4 -emit-obj -disable-free -disable-llvm-verifier -main-file-name stats_kendal= l.c -mrelocation-model pic -pic-level 2 -mdisable-fp-elim -relaxed-aliasing -masm-verbose -mconstructor-aliases -target-cpu nocona -coverage-file /home/usr/ports/devel/libslang2/work/slang-2.3.2/modules/i386objs/stats_ken= dall.o -resource-dir /usr/bin/../lib/clang/3.4.1 -D LIBICONV_PLUG -I /home/usr/ports/devel/libslang2/work/slang-2.3.2/src -I /home/usr/ports/devel/libslang2/work/slang-2.3.2/src -O2 -fdebug-compilation-dir /home/usr/ports/devel/libslang2/work/slang-2.3.2/modules/i386objs -ferror-l= imit 19 -fmessage-length 80 -stack-protector 1 -mstackrealign -fobjc-runtime=3Dg= nustep -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-s= lp -o stats_kendall.o -x c /home/usr/ports/devel/libslang2/work/slang-2.3.2/modules/stats_kendall.c=20 1. <eof> parser at end of file 2. Code generation 3. Running pass 'Function Pass Manager' on module '/home/usr/ports/devel/libslang2/work/slang-2.3.2/modules/stats_kendall.c'. 4. Running pass 'X86 DAG->DAG Instruction Selection' on function '@_pSLstats_kendall_tau' cc: error: unable to execute command: Segmentation fault (core dumped) cc: error: clang frontend command failed due to signal (use -v to see invocation) FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Target: i386-unknown-freebsd10.4 Thread model: posix cc: note: diagnostic msg: PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preproces= sed source, and associated run script. cc: note: diagnostic msg:=20 ******************** 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/stats_kendall-bc8f2f.c cc: note: diagnostic msg: /tmp/stats_kendall-bc8f2f.sh cc: note: diagnostic msg:=20 ******************** *** Error code 254 Stop. make[4]: stopped in /home/usr/ports/devel/libslang2/work/slang-2.3.2/modules/i386objs *** Error code 1 The above cited .c file is attached. The .sh is below: "/usr/bin/cc" -cc1 -triple i386-unknown-freebsd10.4 -emit-obj -disable-free -disable-llvm-verifier -main-file-name stats_kendall.c -mrelocation-model p= ic -pic-level 2 -mdisable-fp-elim -relaxed-aliasing -masm-verbose -mconstructor-aliases -target-cpu nocona -D "LIBICONV_PLUG" -O2 -ferror-lim= it 19 -fmessage-length 80 -stack-protector 1 -mstackrealign -fobjc-runtime=3Dg= nustep -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-s= lp -x c stats_kendall-bc8f2f.c Quite possibly, a problem with the base (compiler), rather than the compile= r, but the port-maintainer needs to know too... --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229754-7788>