Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 269254 - [PATCH] sci-libs/cln-1.2.2 fails to compile with gcc-4.4
Summary: [PATCH] sci-libs/cln-1.2.2 fails to compile with gcc-4.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: gcc-4.4
  Show dependency tree
 
Reported: 2009-05-10 13:41 UTC by Martin Väth
Modified: 2009-06-29 13:40 UTC (History)
3 users (show)

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


Attachments
Fix compilation with gcc-4.4 (cln-1.2.2-gcc-4.4.patch,152 bytes, patch)
2009-05-10 13:41 UTC, Martin Väth
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Väth 2009-05-10 13:41:02 UTC
Some #include's are missing. The patch adds it to cln/io.h. Somebody might complain that the include should not happen in header files if it is not really needed, but it seems that upstream really expects that all possibly needed includes are done in this header.
Comment 1 Martin Väth 2009-05-10 13:41:48 UTC
Created attachment 190840 [details, diff]
Fix compilation with gcc-4.4
Comment 2 hirakendu 2009-05-29 08:11:11 UTC
Patch works.
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2009-06-29 13:40:37 UTC
added to the main tree.
thanks for the report and the patch.