Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 443644 - media-video/vcdimager USE=-minimal still links to dev-libs/popt
Summary: media-video/vcdimager USE=-minimal still links to dev-libs/popt
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-17 15:45 UTC by Denis M. (Phr33d0m)
Modified: 2012-11-19 09:27 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 Denis M. (Phr33d0m) 2012-11-17 15:45:20 UTC
Hello, currently, the ebuild says:
RDEPEND="[...]
        !minimal? ( dev-libs/popt )

I've found that vcdimager will always depend on dev-libs/popt regardless the use of USE="minimal" or USE="-minimal" ($(use_with !minimal cli-frontends)).

So this issue could be:

1) Ebuild issue. RDEPEND should include plain dev-libs/popt dependency.
2) Upstream issue. vcdimager's buildsystem doesn't care about --with-cli-frontends/--without-cli-frontends and always links to popt.

Currently I don't have the knowledge to find this out so I leave all the fun to you.

Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-11-19 09:27:24 UTC
+  19 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
+  vcdimager-0.7.23-r1.ebuild:
+  Remove USE="minimal" and always build cli-frontends since it doesn't save any
+  dependencies wrt #443644