Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 645038

Summary: sys-devel/llvm: Automagic dep on app-arch/xar
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: LLVM support project <llvm>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 624642    
Bug Blocks:    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-01-19 17:26:19 UTC
-- Looking for xar_open in xar
-- Looking for xar_open in xar - found


FWICS it's only used to dump bitcode sections in Mach-O files, so not a killer feature. Given that app-arch/xar is dead and buggy, I would rather not add a USE flag for it if it's going to disappear soon enough.
Comment 1 Larry the Git Cow gentoo-dev 2018-01-19 22:21:52 UTC
The bug has been closed via the following commit(s):

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

commit 5bcc52f047db4438cd7427a094dcbb06bb2d4513
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2018-01-19 19:50:48 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-01-19 22:21:43 +0000

    sys-devel/llvm: Fix implicit dependency on app-arch/libxar
    
    Support conditionally using app-arch/libxar in LLVM 6+, and explicitly
    force it off in LLVM 5. This library is used only to dump LLVM bitcode
    in Mach-O files and it's very rare, so we can safely presume that nobody
    really used it and it's not worth rebuild due to revbumping LLVM 5.
    
    Closes: https://bugs.gentoo.org/645038

 sys-devel/llvm/llvm-5.0.1.ebuild    | 1 +
 sys-devel/llvm/llvm-6.0.9999.ebuild | 5 ++++-
 sys-devel/llvm/llvm-9999.ebuild     | 5 ++++-
 sys-devel/llvm/metadata.xml         | 2 ++
 4 files changed, 11 insertions(+), 2 deletions(-)