Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 426932 - sci-libs/ipp-11.1.072 puts incorrect lib paths in /etc/env.d/36ipp
Summary: sci-libs/ipp-11.1.072 puts incorrect lib paths in /etc/env.d/36ipp
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-17 01:04 UTC by Patrick McMunn
Modified: 2012-12-10 20:08 UTC (History)
0 users

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 Patrick McMunn 2012-07-17 01:04:55 UTC
On my ~x86 installation, ipp-11.1.072 specified the following paths in env36ipp

IPPROOT=/opt/intel/Compiler/11.1/072/ipp/
LDPATH=${IPPROOT}/sharedlib
LIB=${IPPROOT}/lib
LIBRARY_PATH=${IPPROOT}/lib
CPATH=${IPPROOT}/include
NLSPATH=${IPPROOT}/lib/locale/%l_%t/%N

However, the correct paths should be

IPPROOT=/opt/intel/Compiler/11.1/072/ipp/
LDPATH=${IPPROOT}/ia32/sharedlib
LIB=${IPPROOT}/ia32/lib
LIBRARY_PATH=${IPPROOT}/ia32/lib
CPATH=${IPPROOT}/include
NLSPATH=${IPPROOT}/ia32/lib/locale/%l_%t/%N

As the libs were installed in
/opt/intel/Compiler/11.1/072/ipp/ia32/lib/
and
/opt/intel/Compiler/11.1/072/ipp/ia32/sharedlib/

As a result, programs which look for the ipp libs are unable to find them. For example, it appears the solution to https://bugs.gentoo.org/show_bug.cgi?id=405983 is simply to correct the paths in the ipp environment variables. However, anyone who works on this bug should probably be mindful of https://bugs.gentoo.org/show_bug.cgi?id=344703
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2012-07-18 18:34:26 UTC
smells all bad here. I will take a look into it.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2012-12-10 20:08:49 UTC
All borked versions are gone.