Opened 8 days ago
Last modified 7 days ago
#71215 assigned defect
xz-bootstrap @5.6.3: llvm-gcc-4.2 crashes
Reported by: | rmottola (Riccardo) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | leopard | Cc: | |
Port: | xz-bootstrap |
Description (last modified by rmottola (Riccardo))
Crash during build
libtool: compile: /Developer/usr/bin/llvm-gcc-4.2 -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_archivers_xz/xz-bootstrap/work/xz-5.6.3/src/liblzma/check -I/opt/local/libexec/xz-bootstrap/include -pthread -fvisibility=hidden -Wall -Wextra -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnewline-eof -pipe -Os -arch i386 -arch x86_64 -c rangecoder/price_table.c -fno-common -DPIC -o .libs/liblzma_la-price_table.o lzma/lzma_decoder.c:1263: internal compiler error: Bus error Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://developer.apple.com/bugreporter> for instructions.
Crash happens both on 32bit as on 64bit systems
Change History (5)
comment:1 Changed 8 days ago by rmottola (Riccardo)
Description: | modified (diff) |
---|
comment:2 Changed 8 days ago by rmottola (Riccardo)
comment:3 Changed 8 days ago by jmroot (Joshua Root)
Owner: | set to ryandesign |
---|---|
Status: | new → assigned |
comment:4 Changed 8 days ago by ryandesign (Ryan Carsten Schmidt)
Summary: | xz-bootrap fails to build due to compiler crash → xz-bootsrap @5.6.3: llvm-gcc-4.2 crashes |
---|
Ok. #69092 was the bug report that llvm-gcc-4.2 was being selected. Previously it didn't seem to cause a problem but with the updated version of xz I guess it's time to revisit that now.
comment:5 Changed 7 days ago by ryandesign (Ryan Carsten Schmidt)
Summary: | xz-bootsrap @5.6.3: llvm-gcc-4.2 crashes → xz-bootstrap @5.6.3: llvm-gcc-4.2 crashes |
---|
Note: See
TracTickets for help on using
tickets.
appears that llvn-clang is the issue here, don't know why.
Standard system gcc-4.2 works, macports gcc 4.8 works.