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

Bug 217662

Summary: media-gfx/aqsis-1.2.0 fails w/ gcc-4.3.0
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: Gentoo Graphics Project <graphics+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: aqsis-1.2.0-gcc43.patch

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.