Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219427 - games-action/rafkill-1.2.3 fails w/ gcc-4.3.0
Summary: games-action/rafkill-1.2.3 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 Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-27 08:11 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-04-30 16:46 UTC (History)
0 users

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


Attachments
rafkill-1.2.3-gcc43.patch (rafkill-1.2.3-gcc43.patch,3.69 KB, patch)
2008-04-27 08:12 UTC, Peter Alfredsen (RETIRED)
Details | Diff

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-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.