Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 594940 - games-emulation/dolphin-5.0: hardcodes LLVM dylib name and ignores it being missing
Summary: games-emulation/dolphin-5.0: hardcodes LLVM dylib name and ignores it being m...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergei Trofimovich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-23 18:52 UTC by Michał Górny
Modified: 2018-07-28 17:25 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-09-23 18:52:57 UTC
-- Looking for LLVMVerifyFunction in LLVM-3.9.0
-- Looking for LLVMVerifyFunction in LLVM-3.9.0 - not found

We don't install the single-dylib variant, so it can't work. Furthermore, it goes on compiling without even noticing it failed. You should fix it to use llvm-config.
Comment 1 Larry the Git Cow gentoo-dev 2018-07-28 17:25:36 UTC
The bug has been closed via the following commit(s):

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

commit 97a3987ca11005a9a5291d5f92f84edd4dfc88f1
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2018-07-28 17:25:14 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2018-07-28 17:25:28 +0000

    games-emulation/dolphin: unconditionally disable llvm, bug #594940
    
    llvm is used only for debug disassembly and is not detected
    by cmake scripts for various reasons.
    
    Let's sort llvm detection upstream first and restore downstream later.
    
    Reported-by: Michał Górny
    Closes: https://bugs.gentoo.org/594940
    Package-Manager: Portage-2.3.43, Repoman-2.3.10

 games-emulation/dolphin/dolphin-5.0.ebuild  | 12 +++++++-----
 games-emulation/dolphin/dolphin-9999.ebuild |  7 ++-----
 games-emulation/dolphin/metadata.xml        |  1 -
 3 files changed, 9 insertions(+), 11 deletions(-)