Summary: | sys-libs/libunwind-1.2.1-r2[abi_x86_32] - configure: error: liblzma not found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Hamlet <hamletghost> |
Component: | Current packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge --info |
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba445c919a88a74e3f8d5f4ac39a144323a7dbae commit ba445c919a88a74e3f8d5f4ac39a144323a7dbae Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2019-01-25 23:10:57 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2019-01-25 23:11:23 +0000 sys-libs/libunwind: add multilib use deps, bug #676204 Hamlet noticed that sys-libs/libunwind does state it's use dependencies against non-default ABIs. Reported-by: Hamlet Closes: https://bugs.gentoo.org/676204 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> sys-libs/libunwind/libunwind-1.2.1-r3.ebuild | 105 +++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) |
Created attachment 562772 [details] emerge --info `sys-libs/libunwind-1.2.1-r2` fails to configure for x86_32 ABI on my system, with the message: checking for lzma_mf_is_supported in -llzma... no configure: error: in `/var/tmp/portage/sys-libs/libunwind-1.2.1-r2/work/libunwind-1.2.1-abi_x86_32.x86': configure: error: liblzma not found Apparently the e-build does not require liblzma (`app-arch/xz-utils`) to have use flag `abi_x86_32` on. When `app-arch/xz-utils` has that flag set, compilation is successful.