Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156029 - dev-lang/ifc depends on emul-linux-x86-compat for amd64
Summary: dev-lang/ifc depends on emul-linux-x86-compat for amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Danny van Dyk (RETIRED)
URL:
Whiteboard:
Keywords:
: 156030 (view as bug list)
Depends on: 183393
Blocks:
  Show dependency tree
 
Reported: 2006-11-23 06:27 UTC by Sebastiaan
Modified: 2007-11-15 20:56 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastiaan 2006-11-23 06:27:07 UTC
Having installed ifc-9.0.031 on amd64, using ifort gives the following messages:
$ ifort helloworld.f
/opt/intel/fortran90/bin/fortcom: /usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.5/32/libstdc++.so.5: no version information available (required by /opt/intel/fortran90/bin/fortcom)
/opt/intel/fortran90/bin/fortcom: /usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.5/32/libstdc++.so.5: no version information available (required by /opt/intel/fortran90/bin/fortcom)

The compiled program runs fine without problems. It is just that these warnings make it difficult to intercept warnings.

This is confusing, because it looks like fortcom found the correct libstdc++.so.5 library. The correct one however is in emul-linux-x86-compat.

Then the problem was that fortcom still wanted to use the libstdc++.so.5 of gcc-3.3.5, but after unmerging (I did not need gcc-3.3.5 anyway) the correct library is found in the x86-compat lib dir.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-23 06:36:07 UTC
*** Bug 156030 has been marked as a duplicate of this bug. ***
Comment 2 Simon Stelling (RETIRED) gentoo-dev 2007-02-03 01:28:01 UTC
If there is a genuine dependency on libstdc++-v5 the ebuild should depend on it, no matter whether we're on amd64 or not.
Comment 3 Sébastien Fabbro (RETIRED) gentoo-dev 2007-11-15 20:56:50 UTC
Fixed in ifc versions in the tree.