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

Bug 306437

Summary: dev-lang/gdl-0.9_rc4: fails to build with gcc 4.3
Product: Gentoo Linux Reporter: Kacper Kowalik (Xarthisius) (RETIRED) <xarthisius>
Component: Current packagesAssignee: Markus Dittrich (RETIRED) <markusle>
Status: RESOLVED FIXED    
Severity: normal CC: sci
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log
adding epatch
adding missing include

Description Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-02-22 20:38:19 UTC
build fails with:
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/hdf -I/usr/include/hdf5   -fopenmp  -O2 -pipe -DH5_USE_16_API -MT gdl-CFMTLexer.o -MD -MP -MF .deps/gdl-CFMTLexer.Tpo -c -o gdl-CFMTLexer.o `test -f 'CFMTLexer.cpp' || echo './'`CFMTLexer.cpp
CFMTLexer.cpp: In member function ‘void CFMTLexer::mOCTESC(bool)’:
CFMTLexer.cpp:985: error: ‘strtoul’ was not declared in this scope
CFMTLexer.cpp: In member function ‘void CFMTLexer::mHEXESC(bool)’:
CFMTLexer.cpp:1015: error: ‘strtoul’ was not declared in this scope
Comment 1 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-02-22 20:38:47 UTC
Created attachment 220749 [details]
build log
Comment 2 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-02-22 20:39:04 UTC
Created attachment 220751 [details, diff]
adding epatch
Comment 3 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-02-22 20:39:27 UTC
Created attachment 220753 [details, diff]
adding missing include
Comment 4 Markus Dittrich (RETIRED) gentoo-dev 2010-02-27 05:04:42 UTC
Thank you very much for the patch! I just added this to
portage cvs.

cheers,
Markus