Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 449040 - sys-devel/prelink depends on dev-libs/elfutils[static-libs(+)]
Summary: sys-devel/prelink depends on dev-libs/elfutils[static-libs(+)]
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-28 13:54 UTC by Vadim A. Misbakh-Soloviov (mva)
Modified: 2012-12-28 15:28 UTC (History)
0 users

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


Attachments
emerge --info output (file_449040.txt,24.29 KB, text/plain)
2012-12-28 13:56 UTC, Vadim A. Misbakh-Soloviov (mva)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vadim A. Misbakh-Soloviov (mva) gentoo-dev 2012-12-28 13:54:57 UTC
I've discovered, that even last in-tree sys-devel/prelink depends on dev-libs/elfutils[static-libs(+)] while no one of in-tree elfutils has static-libs useflag.

Which leads in following problem:

WARNING: One or more updates have been skipped due to a dependency conflict:

dev-libs/elfutils:0
  (dev-libs/elfutils-0.155::gentoo, ebuild scheduled for merge) conflicts with
    >=dev-libs/elfutils-0.100[static-libs(+)] required by (sys-devel/prelink-20120628::gentoo, installed)


Reproducible: Always

Steps to Reproduce:
emerge -u elfutils # with prelink installed
Actual Results:  
WARNING: One or more updates have been skipped due to a dependency conflict:

dev-libs/elfutils:0

  (dev-libs/elfutils-0.155::gentoo, ebuild scheduled for merge) conflicts with
    >=dev-libs/elfutils-0.100[static-libs(+)] required by (sys-devel/prelink-20120628::gentoo, installed)


Expected Results:  
updating of elfutils
Comment 1 Vadim A. Misbakh-Soloviov (mva) gentoo-dev 2012-12-28 13:56:41 UTC
Created attachment 333594 [details]
emerge --info output
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-12-28 15:28:02 UTC
dev-libs/elfutils-0.154-r1 and dev-libs/elfutils-0.155 have IUSE=static-libs, so your conclusion is definitely wrong.

The dependency states that if the "static-libs" USE flag is available in the dependency, it should be enabled, and that is the case for the version you have unmasked.

You should probably post the entire `emerge' output - the solution is probably to simply set USE=static-libs for dev-libs/elfutils, maybe in
/etc/portage/package.use:
 - 8< - 8< - 8< - 8< - 8< - 8< - 8< - 8< - 8< - 8< 
dev-libs/elfutils static-libs
 - 8< - 8< - 8< - 8< - 8< - 8< - 8< - 8< - 8< - 8<