Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 666617 - sys-devel/llvm-7.0.0: llvm-exegesis requires dev-libs/libpfm
Summary: sys-devel/llvm-7.0.0: llvm-exegesis requires dev-libs/libpfm
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: LLVM support project
URL:
Whiteboard:
Keywords:
Depends on: 666649 666651
Blocks:
  Show dependency tree
 
Reported: 2018-09-20 11:05 UTC by Jan Ziak (atomsymbol)
Modified: 2018-12-08 14:01 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 Jan Ziak (atomsymbol) 2018-09-20 11:05:00 UTC
LLVM build searches for libpfm. Compiles without it just fine, but llvm-exegesis fails at runtime with en error message.

Suggesting to add libpfm to the list of LLVM's dependencies in its ebuild.

Related bugs: bug 666615
Comment 1 Larry the Git Cow gentoo-dev 2018-09-20 18:26:35 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afec44aa8765ddf8bf66aa82699be0f8b19bd05f

commit afec44aa8765ddf8bf66aa82699be0f8b19bd05f
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2018-09-20 18:21:18 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-09-20 18:26:26 +0000

    sys-devel/llvm: Add flag to control libfpm dep for exegesis
    
    Bug: https://bugs.gentoo.org/666617
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 profiles/arch/arm/package.use.mask    | 5 +++++
 profiles/arch/arm64/package.use.mask  | 5 +++++
 profiles/default/bsd/package.use.mask | 4 ++++
 sys-devel/llvm/llvm-7.0.0.ebuild      | 4 +++-
 sys-devel/llvm/llvm-7.0.9999.ebuild   | 4 +++-
 sys-devel/llvm/llvm-9999.ebuild       | 4 +++-
 sys-devel/llvm/metadata.xml           | 2 ++
 7 files changed, 25 insertions(+), 3 deletions(-)