Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 619618 - sys-apps/fwupd-0.9.2 requires dev-lib/libelf rather than virtual/libelf
Summary: sys-apps/fwupd-0.9.2 requires dev-lib/libelf rather than virtual/libelf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2017-05-24 23:29 UTC by Mike Auty (RETIRED)
Modified: 2017-07-10 13:35 UTC (History)
1 user (show)

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 Mike Auty (RETIRED) gentoo-dev 2017-05-24 23:29:40 UTC
It seems as though recent versions of libelf are now the elfutils package instead.  The recent addition of fwupd seems to depend explicitly on libelf, rather than elfutils, causing several blockers.

It might be worth converting to elfutils (assuming it's just a dependency change rather than a code change, I don't know meson very well unfortunately)?  If dev-libs/libelf is needed explicitly, then the dependency could be virtual/libelf-0 which should ensure the real libelf package is used instead of elfutils.
Comment 1 Craig Andrews gentoo-dev 2017-07-07 16:19:54 UTC
https://github.com/gentoo/gentoo/pull/5067
Comment 2 Craig Andrews gentoo-dev 2017-07-07 17:09:15 UTC
Sorry, I linked to the wrong PR. The correct one is:
https://github.com/gentoo/gentoo/pull/5068