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

Bug 269254

Summary: [PATCH] sci-libs/cln-1.2.2 fails to compile with gcc-4.4
Product: Gentoo Linux Reporter: Martin Väth <martin>
Component: Current packagesAssignee: Gentoo Science Mathematics related packages <sci-mathematics>
Status: RESOLVED FIXED    
Severity: normal CC: esigra, joost.ruis, proteuss
Priority: High Keywords: InVCS
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 249226    
Attachments: Fix compilation with gcc-4.4

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.