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

Bug 219427

Summary: games-action/rafkill-1.2.3 fails w/ gcc-4.3.0
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: rafkill-1.2.3-gcc43.patch

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-27 08:11:53 UTC
scons: Reading SConscript files ...
Use 'scons -h' for help
scons: done reading SConscript files.
scons: Building targets ...
i686-pc-linux-gnu-g++ -o build/animation.o -c -Wall -fno-rtti -Woverloaded-virtual -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -Ibuild build/animation.cpp
i686-pc-linux-gnu-g++ -o build/bitmap.o -c -Wall -fno-rtti -Woverloaded-virtual -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -Ibuild build/bitmap.cpp
i686-pc-linux-gnu-g++ -o build/booster.o -c -Wall -fno-rtti -Woverloaded-virtual -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -Ibuild build/booster.cpp
i686-pc-linux-gnu-g++ -o build/config.o -c -Wall -fno-rtti -Woverloaded-virtual -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -Ibuild build/config.cpp
i686-pc-linux-gnu-g++ -o build/defs.o -c -Wall -fno-rtti -Woverloaded-virtual -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -Ibuild build/defs.cpp
i686-pc-linux-gnu-g++ -o build/drawer.o -c -Wall -fno-rtti -Woverloaded-virtual -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -Ibuild build/drawer.cpp
build/drawer.cpp: In member function ‘void Drawer::drawHud(const PlayerObject*)’:
build/drawer.cpp:127: error: ‘strlen’ was not declared in this scope
scons: *** [build/drawer.o] Error 1
scons: building terminated because of errors.
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-27 08:12:40 UTC
Created attachment 151107 [details, diff]
rafkill-1.2.3-gcc43.patch

Fixes the problem. Snatched from Debian.
Comment 2 Tristan Heaven (RETIRED) gentoo-dev 2008-04-30 16:46:15 UTC
Fixed, thanks.