Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90971 - openexr: pkgconfig error, fix configure params in ebuild
Summary: openexr: pkgconfig error, fix configure params in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-30 07:01 UTC by Florian Steinel
Modified: 2005-05-02 02:57 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 Florian Steinel 2005-04-30 07:01:42 UTC
the file /usr/lib/pkgconfig/OpenEXR.pc contains "prefix=/usr/local"
Please add in .ebuild:
        ./configure \
                --disable-fltktest \
                --enable-imfexamples \
+                --prefix=/usr \
+                --sysconfdir=/etc \
                || die "configure failed"


Reproducible: Always
Steps to Reproduce:
1. emerge ebuild with deps on openexr
2. the build can't find location to openexr
3. 

Actual Results:  
the openexr.pc prefix points to the wrong location "/usr/local"

Expected Results:  
the openexr.pc prefix points to "/usr"

see also Bug #58239 for an example ebuild witch depends on openexr.
Please also add license information from
http://www.ilm.com/opensource/ilm-bsd-lic.html .
Comment 1 Florian Steinel 2005-04-30 07:03:31 UTC
this bug was testet with openexr-1.0.7.ebuild.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-30 07:28:59 UTC
That's not media-video stuff, maybe more graphics stuff.
Comment 3 Luca Barbato gentoo-dev 2005-05-01 00:03:08 UTC
Since is a format that our NLE are supporting now I put it on the video herd.
Comment 4 Luca Barbato gentoo-dev 2005-05-01 00:03:52 UTC
Fixed, thanks
Comment 5 Luca Barbato gentoo-dev 2005-05-01 00:04:37 UTC
Fixed, thanks
Comment 6 Luca Barbato gentoo-dev 2005-05-02 02:57:39 UTC
.