Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 391983 - media-libs/liblqr-0.4.1 should express a build-time dependency on pkgconfig
Summary: media-libs/liblqr-0.4.1 should express a build-time dependency on pkgconfig
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-26 15:57 UTC by David Owen
Modified: 2011-12-04 00:49 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 David Owen 2011-11-26 15:57:51 UTC
liblqr requires pkgconfig to be available during the configure phase.

Reproducible: Always

Steps to Reproduce:
1.  emerge --depclean --with-bdeps=n -av
2.  emerge -1av liblqr
Actual Results:  
...
checking for i686-pc-linux-gnu-pkg-config... no
checking for pkg-config... no
checking for GLIB... configure: error: in `/var/tmp/portage/media-libs/liblqr-0.4.1/work/liblqr-1-0.4.1':
configure: error: The pkg-config script could not be found or is too old.  Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Expected Results:  
ebuild completes successfully

To work around this issue, `emerge -1 pkgconfig` then proceed with the intended emerge.
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2011-12-04 00:49:34 UTC
Fixed