Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 949583 - sys-boot/plymouth-24.004.60-r1 and higher: build fails with musl
Summary: sys-boot/plymouth-24.004.60-r1 and higher: build fails with musl
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-10 20:10 UTC by w.iron.zombie
Modified: 2025-02-12 10:43 UTC (History)
2 users (show)

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


Attachments
patch to fix building (musl_support.patch,1.25 KB, patch)
2025-02-10 20:10 UTC, w.iron.zombie
Details | Diff
patch to remove execinfo include & backtrace usage (musl_support.patch,1.28 KB, patch)
2025-02-10 20:18 UTC, w.iron.zombie
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description w.iron.zombie 2025-02-10 20:10:51 UTC
Created attachment 918623 [details, diff]
patch to fix building

Due to <execinfo.h> and backtrace being missing on musl, building 24.0 or the live ebuild fails.

I have attached a patch that fixes it by not including execinfo & removing backtrace usage.
Comment 1 w.iron.zombie 2025-02-10 20:18:04 UTC
Created attachment 918624 [details, diff]
patch to remove execinfo include & backtrace usage

(uploaded a new patch because I forgot to remove execinfo in the previous one)