Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 218840

Summary: games-emulation/mednafen-0.8.7 fails w/ gcc-4.3.0
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 217006    
Bug Blocks: 198121    

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-22 05:53:50 UTC
Making all in gb
make[2]: Entering directory `/var/tmp/portage/games-emulation/mednafen-0.8.7/work/mednafen/src/gb'
i686-pc-linux-gnu-g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -ffast-math -I../../include -I../../intl   -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 -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -c -o gb.o gb.cpp
i686-pc-linux-gnu-g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -ffast-math -I../../include -I../../intl   -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 -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -c -o gfx.o gfx.cpp
i686-pc-linux-gnu-g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -ffast-math -I../../include -I../../intl   -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 -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -c -o gbGlobals.o gbGlobals.cpp
i686-pc-linux-gnu-g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -ffast-math -I../../include -I../../intl   -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 -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -c -o memory.o memory.cpp
i686-pc-linux-gnu-g++ -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -ffast-math -I../../include -I../../intl   -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 -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3  -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -c -o sound.o sound.cpp
sound.cpp: In function ‘int MDFNGBSOUND_StateAction(StateMem*, int, int)’:
sound.cpp:71: error: ‘memset’ was not declared in this scope
make[2]: *** [sound.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/games-emulation/mednafen-0.8.7/work/mednafen/src/gb'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/games-emulation/mednafen-0.8.7/work/mednafen/src'
make: *** [all-recursive] Error 1


Reproducible: Always
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-22 05:57:14 UTC
Solution: bump to 0.8.8 copying the ebuild works. Bug 217006.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2008-04-22 06:16:24 UTC
yep.  Version bumped.