Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218840 - games-emulation/mednafen-0.8.7 fails w/ gcc-4.3.0
Summary: games-emulation/mednafen-0.8.7 fails w/ gcc-4.3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on: 217006
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-22 05:53 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-04-22 06:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.