Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 893132 - sys-process/tini[static] requires sys-libs/llvm-libunwind[static-libs]
Summary: sys-process/tini[static] requires sys-libs/llvm-libunwind[static-libs]
Status: RESOLVED DUPLICATE of bug 892956
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-03 20:35 UTC by Josh Klar (klardotsh)
Modified: 2023-02-04 19:47 UTC (History)
1 user (show)

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


Attachments
sys-process/tini[static] build.log without sys-libs/llvm-libunwind[static-libs] (build.log,5.92 KB, text/x-log)
2023-02-03 20:35 UTC, Josh Klar (klardotsh)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Klar (klardotsh) 2023-02-03 20:35:37 UTC
Created attachment 849778 [details]
sys-process/tini[static] build.log without sys-libs/llvm-libunwind[static-libs]

When building app-containers/docker on a Musl-LLVM system, sys-process/tini (which must be build with +static per Docker's ebuild requirements, at least with +container-init) fails to build unless sys-libs/llvm-libunwind is built with +static-libs. That USE dependency should be marked in tini's ebuild.

I have not tested against the other libunwind to know if the same fix applies there, but I assume it would. If there's a metapackage that controls libunwind (since the two implementations are mutually exclusive by RDEPS), the fix should probably be made there; I haven't looked into those ebuilds yet.

build.log of the failure attached. After oneshotting llvm-libunwind +static-libs, oneshotting tini works, and I can get back to building Docker.
Comment 1 Mike Gilbert gentoo-dev 2023-02-04 19:47:14 UTC

*** This bug has been marked as a duplicate of bug 892956 ***