Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 246257 - sci-libs/cifparse-obj-6.302.ebuild doesn't compile with gcc-4.3 because iostream.h is missing
Summary: sci-libs/cifparse-obj-6.302.ebuild doesn't compile with gcc-4.3 because iostr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Chemistry-Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-11-10 09:05 UTC by Justin Lecher (RETIRED)
Modified: 2008-12-17 22:45 UTC (History)
1 user (show)

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


Attachments
/tmp/emerge.info (emerge.info,11.33 KB, text/plain)
2008-11-10 09:06 UTC, Justin Lecher (RETIRED)
Details
/tmp/build.log (build.log,10.55 KB, text/plain)
2008-11-10 09:07 UTC, Justin Lecher (RETIRED)
Details

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