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

Bug 246257

Summary: sci-libs/cifparse-obj-6.302.ebuild doesn't compile with gcc-4.3 because iostream.h is missing
Product: Gentoo Linux Reporter: Justin Lecher (RETIRED) <jlec>
Component: [OLD] GCC PortingAssignee: Gentoo Chemistry-Related Packages <sci-chemistry>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: /tmp/emerge.info
/tmp/build.log

Description Justin Lecher (RETIRED) gentoo-dev 2008-11-10 09:05:52 UTC
As title says, if emerging sci-libs/cifparse-obj-6.302.ebuild with gcc-4.3 following error shows up

In file included from ./src/CifString.C:8:
./include/CifString.h:11:22: error: iostream.h: No such file or directory
In file included from ./src/rangeerr.C:27:
./include/range.h:28:22: error: iostream.h: No such file or directory
make[1]: *** [obj/rangeerr.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from ./src/CifString.C:8:
./include/CifString.h: In member function ‘void CifString::Print() const’:
./include/CifString.h:107: error: ‘cout’ was not declared in this scope
make[1]: *** [obj/CifString.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/sci-libs/cifparse-obj-6.302/work/cifparse-obj-v6.302-prod-src/ciflib-common-v3.02'
make: *** [compile] Error 1

Problem: Using the next higher version results in bug 246255.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2008-11-10 09:06:33 UTC
Created attachment 171281 [details]
/tmp/emerge.info

emerge --info
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2008-11-10 09:07:28 UTC
Created attachment 171282 [details]
/tmp/build.log

build.log
Comment 3 Markus Dittrich (RETIRED) gentoo-dev 2008-11-11 13:50:19 UTC
This should be fixed in cifparse-obj-7.025 which is
on its way to stable (see bug #245877).

Best,
Markus
Comment 4 Peter Alfredsen (RETIRED) gentoo-dev 2008-12-17 22:45:27 UTC
This bug is fixed.