https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-libs/musl-1.2.2-r7 installs pre-stripped files. Discovered on: amd64 (internal ref: tinderbox_musl) NOTE: This machine uses MUSL libc
Created attachment 760704 [details] build.log.xz build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
* QA Notice: Pre-stripped files found: * /usr/lib/crtn.o
crt files are often hand written assembly, and for the init/fini ones, barely any code at all. so they tend not to have anything useful to add debugging wise, if the tools even support it in the first place. not really worth trying to add debugging info to really any of the crt files. we should figure out how to suppress the warning for them. or ignore it.
tinderbox_musl has reproduced this issue with version 1.2.2-r8 - Updating summary.
tinderbox_musl has reproduced this issue with version 1.2.3 - Updating summary.
This might be a dupe of bug 784923