[Bug 225471] emulators/snes9x: clang crashes during build
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jan 26 17:38:47 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225471
Bug ID: 225471
Summary: emulators/snes9x: clang crashes during build
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: toolchain
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: acm at FreeBSD.org
Reporter: jbeich at FreeBSD.org
Assignee: acm at FreeBSD.org
CC:
Flags: maintainer-feedback?(acm at FreeBSD.org)
Created attachment 190085
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=190085&action=edit
fxemu.cpp (compressed, preprocessed)
$ echo CPUTYPE?=haswell >>/etc/make.conf
$ cd emulators/snes9x
$ make
[...]
c++ -fno-rtti -I/wrkdirs/usr/ports/emulators/snes9x/work/snes9x-1.51-src/unzip
-I/wrkdirs/usr/ports/emulators/snes9x/work/snes9x-1.51-src -I/usr/local/include
-c -O2 -pipe -march=haswell -fstack-protector -fno-strict-aliasing
-I/wrkdirs/usr/ports/emulators/snes9x/work/snes9x-1.51-src/unzip
-I/wrkdirs/usr/ports/emulators/snes9x/work/snes9x-1.51-src -I/usr/local/include
-DMITSHM -DCPU_SHUTDOWN -DSPC700_SHUTDOWN -DUSE_THREADS -DSPC700_C
-DNETPLAY_SUPPORT -DUNZIP_SUPPORT -DJMA_SUPPORT -DSDD1_DECOMP
-DCORRECT_VRAM_READS -DJOYSTICK_SUPPORT -DNO_INLINE_SET_GET -DNOASM
-DNEW_COLOUR_BLENDING -DZLIB -DHAVE_LIBPNG -DHAVE_MKSTEMP -DHAVE_STRINGS_H
-DHAVE_SYS_IOCTL_H -DHAVE_STDINT_H -DPTR_NOT_INT -DRIGHTSHIFT_int8_IS_SAR
-DRIGHTSHIFT_int16_IS_SAR -DRIGHTSHIFT_int32_IS_SAR -DRIGHTSHIFT_int64_IS_SAR
-DRIGHTSHIFT_IS_SAR '-DACCEPT_SIZE_T=socklen_t' fxinst.cpp -o fxinst.o
c++ -fno-rtti -I/wrkdirs/usr/ports/emulators/snes9x/work/snes9x-1.51-src/unzip
-I/wrkdirs/usr/ports/emulators/snes9x/work/snes9x-1.51-src -I/usr/local/include
-c -O2 -pipe -march=haswell -fstack-protector -fno-strict-aliasing
-I/wrkdirs/usr/ports/emulators/snes9x/work/snes9x-1.51-src/unzip
-I/wrkdirs/usr/ports/emulators/snes9x/work/snes9x-1.51-src -I/usr/local/include
-DMITSHM -DCPU_SHUTDOWN -DSPC700_SHUTDOWN -DUSE_THREADS -DSPC700_C
-DNETPLAY_SUPPORT -DUNZIP_SUPPORT -DJMA_SUPPORT -DSDD1_DECOMP
-DCORRECT_VRAM_READS -DJOYSTICK_SUPPORT -DNO_INLINE_SET_GET -DNOASM
-DNEW_COLOUR_BLENDING -DZLIB -DHAVE_LIBPNG -DHAVE_MKSTEMP -DHAVE_STRINGS_H
-DHAVE_SYS_IOCTL_H -DHAVE_STDINT_H -DPTR_NOT_INT -DRIGHTSHIFT_int8_IS_SAR
-DRIGHTSHIFT_int16_IS_SAR -DRIGHTSHIFT_int32_IS_SAR -DRIGHTSHIFT_int64_IS_SAR
-DRIGHTSHIFT_IS_SAR '-DACCEPT_SIZE_T=socklen_t' fxemu.cpp -o fxemu.o
Assertion failed: (New->getType() == getType() && "replaceAllUses of value with
new value of different type!"), function doRAUW, file
/poudriere/jails/head-amd64/usr/src/contrib/llvm/lib/IR/Value.cpp, line 404.
c++: error: unable to execute command: Abort trap
c++: error: clang frontend command failed due to signal (use -v to see
invocation)
FreeBSD clang version 6.0.0 (branches/release_60 323338) (based on LLVM 6.0.0)
Target: x86_64-unknown-freebsd12.0
Thread model: posix
InstalledDir: /usr/bin
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-toolchain
mailing list