Bug 219427 - games-action/rafkill-1.2.3 fails w/ gcc-4.3.0
Bug#: 219427 Product:  Gentoo Linux Version: 2007.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: loki_val@gentoo.org
Component: GCC Porting
URL: 
Summary: games-action/rafkill-1.2.3 fails w/ gcc-4.3.0
Keywords:  
Status Whiteboard: 
Opened: 2008-04-27 08:11 0000
Description:   Opened: 2008-04-27 08:11 0000
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 From Peter Alfredsen 2008-04-27 08:12:40 0000 -------
Created an attachment (id=151107) [details]
rafkill-1.2.3-gcc43.patch

Fixes the problem. Snatched from Debian.

------- Comment #2 From Tristan Heaven 2008-04-30 16:46:15 0000 -------
Fixed, thanks.