Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217662 - media-gfx/aqsis-1.2.0 fails w/ gcc-4.3.0
Summary: media-gfx/aqsis-1.2.0 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 Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-14 14:56 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-04-14 19:56 UTC (History)
0 users

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


Attachments
aqsis-1.2.0-gcc43.patch (aqsis-1.2.0-gcc43.patch,8.00 KB, patch)
2008-04-14 14:57 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-14 14:56:11 UTC
g++ -o build/argparse/argparse.o -c -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -Wall -g -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -DPLUGINS=1 -DNDEBUG=1 -DDEFAULT_RC_PATH=\"/etc\" -DDEFAULT_SHADER_PATH=\"/usr/share/aqsis/shaders\" -DDEFAULT_PLUGIN_PATH=\"/usr/lib/aqsis/plugins\" -DENABLE_MPDUMP=True -Iaqsistypes/posix -Ibuild -Ibuild/aqsistypes -Ibuild/renderer/render -Ibuild/shadercompiler/shaderexecenv -Ibuild/rib/rib2 -Ibuild/shadercompiler/shadervm -Ibuild/rib/rib2ri -Ibuild/argparse -Ibuild/shadercompiler/slparse -Ibuild/shadercompiler/codegenvm -Ibuild/rib/api -I/usr/include/boost build/argparse/argparse.cpp
build/argparse/argparse.cpp: In function ‘std::string parseInt(std::string, int*)’:
build/argparse/argparse.cpp:471: error: ‘strtol’ was not declared in this scope
build/argparse/argparse.cpp: In function ‘std::string parseFloat(std::string, double*)’:
build/argparse/argparse.cpp:483: error: ‘strtod’ was not declared in this scope
scons: *** [build/argparse/argparse.o] Error 1
scons: building terminated because of errors.


Reproducible: Always

Steps to Reproduce:
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-14 14:57:07 UTC
Created attachment 149693 [details, diff]
aqsis-1.2.0-gcc43.patch

Fixes the problem. Snatched from Fedora.
Comment 2 Markus Meier gentoo-dev 2008-04-14 19:56:22 UTC
thanks for the patch, this is fixed in media-gfx/aqsis-1.2.0-r1.