Summary: | games-emulation/mednafen fails to build with gcc 4.5 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Gentoo Games <games> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | truedfx |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 296658 | ||
Attachments: | Build log |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 232443 [details]
Build log
Fixed in portage. Thanks The patch was dropped with the version bump, but the second part of it is still necessary for 0.8.D. x86_64-pc-linux-gnu-g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I../../include -I../../intl -fsigned-char -Wall -Winline -Wshadow -finline-limit=6000 --param large-function-growth=800 --param inline-unit-growth=175 --param max-inline-insns-single=10000 -fno-strict-overflow -I -I -with-user-cflags -march=native -ggdb -O2 -with-user-cxxflags -march=native -ggdb -O2 -c -o soundbox.o soundbox.cpp soundbox.cpp: In function ‘void SoundBox_SetKINGADPCMControl(uint32)’: soundbox.cpp:419:88: error: cannot call constructor ‘blip_eq_t::blip_eq_t’ directly x86_64-pc-linux-gnu-g++: Internal error: Aborted (program cc1plus) Please submit a full bug report. See <http://bugs.gentoo.org/> for instructions. make[2]: *** [soundbox.o] Error 1 make[2]: Leaving directory `/var/tmp/portage/games-emulation/mednafen-0.8.13/work/mednafen/src/pcfx' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/games-emulation/mednafen-0.8.13/work/mednafen/src' make: *** [all-recursive] Error 1 * ERROR: games-emulation/mednafen-0.8.13 failed: * died running emake, base_src_make fixed |