Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 375195 - media-libs/imlib2-1.4.4: missing dependency on dev-util/pkgconfig
Summary: media-libs/imlib2-1.4.4: missing dependency on dev-util/pkgconfig
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-14 17:33 UTC by nzqr
Modified: 2011-07-21 04:03 UTC (History)
1 user (show)

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


Attachments
build.log (media-libs:imlib2-1.4.4:20110714-171045.log,26.22 KB, text/plain)
2011-07-14 17:35 UTC, nzqr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nzqr 2011-07-14 17:33:50 UTC
USE flags with which it's built:

[ebuild   R    ] media-libs/imlib2-1.4.4  USE="X png -bzip2 -doc -gif -jpeg (-mmx) -mp3 -nls -tiff -zlib"

but without a pkg-config installed we have this in log:

checking whether to enable png support... yes
...
checking for pkg-config... no
...
Configuration Options Summary:

Image Loaders:
  JPEG....................: no
  PNG.....................: no

Reproducible: Always
Comment 1 nzqr 2011-07-14 17:35:04 UTC
Created attachment 280063 [details]
build.log
Comment 2 Pacho Ramos gentoo-dev 2011-07-15 09:35:47 UTC
But looks like it's optional as it doesn't fail :-/
Comment 3 nzqr 2011-07-15 10:41:53 UTC
With _enabled_ png USE flag I expect it to be built with png support, so it should pull required dependencies e.g:

DEPEND="${RDEPEND}
...
png? ( dev-util/pkgconfig )
...
Comment 4 SpanKY gentoo-dev 2011-07-21 04:03:06 UTC
thanks ... should be all set now

http://sources.gentoo.org/media-libs/imlib2/imlib2-1.4.4.ebuild?r1=1.10&r2=1.11