Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 676204 - sys-libs/libunwind-1.2.1-r2[abi_x86_32] - configure: error: liblzma not found
Summary: sys-libs/libunwind-1.2.1-r2[abi_x86_32] - configure: error: liblzma not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-25 04:02 UTC by Hamlet
Modified: 2019-01-25 23:11 UTC (History)
0 users

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


Attachments
emerge --info (emerge-info.log,5.95 KB, text/plain)
2019-01-25 04:02 UTC, Hamlet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hamlet 2019-01-25 04:02:49 UTC
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.
Comment 1 Larry the Git Cow gentoo-dev 2019-01-25 23:11:31 UTC
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(+)