Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 431908 - app-admin/metalog-3 needs pkgconfig
Summary: app-admin/metalog-3 needs pkgconfig
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-18 21:07 UTC by Hans
Modified: 2012-08-20 02:52 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge.info,3.35 KB, text/plain)
2012-08-18 21:07 UTC, Hans
Details
build.log.bz2 (build.log.bz2,4.78 KB, application/x-bzip)
2012-08-18 21:08 UTC, Hans
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hans 2012-08-18 21:07:22 UTC
Created attachment 321654 [details]
emerge --info

app-admin/metalog version 3 needs pkgconfig (going the alternative route doesn't look reasonable to me):

From the NEWS file:
* Version 3
[...]
 - switch to pkg-config for pcre look up
[...]

It fails building without it:

checking for PCRE... no
configure: error: in `/var/tmp/portage/app-admin/metalog-3/work/metalog-3':
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.

Alternatively, you may set the environment variables PCRE_CFLAGS
and PCRE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
[...]

With pkgconfig installed, everything is peachy.


Thanks for your work!
Comment 1 Hans 2012-08-18 21:08:46 UTC
Created attachment 321656 [details]
build.log.bz2
Comment 2 SpanKY gentoo-dev 2012-08-20 02:52:13 UTC
should be all set now in the tree; thanks for the report!

Commit message: Pull in pkg-config
http://sources.gentoo.org/app-admin/metalog/metalog-3.ebuild?r1=1.1&r2=1.2