Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 607390 - sys-libs/llvm-libunwind-3.9.1: Please be able to compile without DEPEND=llvm[${MULTILIB_USEDEP}].
Summary: sys-libs/llvm-libunwind-3.9.1: Please be able to compile without DEPEND=llvm[...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: LLVM support project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-27 10:42 UTC by Yuta SATOH
Modified: 2018-03-14 14:04 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
sample patch for llvm-libunwind-3.9.1.ebuild (bug607390.patch,1.12 KB, patch)
2017-01-27 10:45 UTC, Yuta SATOH
Details | Diff
files/llvm-libunwind-3.9.1-add-libunwind-libdir-suffix.patch (llvm-libunwind-3.9.1-add-libunwind-libdir-suffix.patch,1.93 KB, patch)
2017-01-27 10:46 UTC, Yuta SATOH
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.