Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 306437 - dev-lang/gdl-0.9_rc4: fails to build with gcc 4.3
Summary: dev-lang/gdl-0.9_rc4: fails to build with gcc 4.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Markus Dittrich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-22 20:38 UTC by Kacper Kowalik (Xarthisius) (RETIRED)
Modified: 2010-02-27 05:04 UTC (History)
1 user (show)

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


Attachments
build log (gdl-build.log,15.33 KB, text/plain)
2010-02-22 20:38 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details
adding epatch (gdl-0.9_rc4.diff,419 bytes, patch)
2010-02-22 20:39 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff
adding missing include (gdl-0.9_rc4-gcc4.3.patch,377 bytes, patch)
2010-02-22 20:39 UTC, Kacper Kowalik (Xarthisius) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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