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

Bug 607390

Summary: sys-libs/llvm-libunwind-3.9.1: Please be able to compile without DEPEND=llvm[${MULTILIB_USEDEP}].
Product: Gentoo/Alt Reporter: Yuta SATOH <nigoro.dev>
Component: FreeBSDAssignee: LLVM support project <llvm>
Status: RESOLVED UPSTREAM    
Severity: normal CC: bsd+disabled, mgorny
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: sample patch for llvm-libunwind-3.9.1.ebuild
files/llvm-libunwind-3.9.1-add-libunwind-libdir-suffix.patch

Description Yuta SATOH 2017-01-27 10:42:32 UTC
Change it so that it can be compiled without DEPEND=llvm[${MULTILIB_USEDEP}] like libcxx or libcxxabi.

multilib really works only minimal on Gentoo/FreeBSD.
32bit sys-devel/llvm and deps will not be able to compile properly.
Comment 1 Yuta SATOH 2017-01-27 10:45:50 UTC
Created attachment 461604 [details, diff]
sample patch for llvm-libunwind-3.9.1.ebuild
Comment 2 Yuta SATOH 2017-01-27 10:46:38 UTC
Created attachment 461606 [details, diff]
files/llvm-libunwind-3.9.1-add-libunwind-libdir-suffix.patch
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-01-27 14:47:07 UTC
This is already solved in 4.0.0_alpha1. Do you strongly need it backported to 3.9.1?
Comment 4 Yuta SATOH 2017-01-28 09:25:13 UTC
(In reply to Michał Górny from comment #3)
> This is already solved in 4.0.0_alpha1. Do you strongly need it backported
> to 3.9.1?

Thank you. I'll wait for 4.0 release.