When trying to compile sys-apps/systemd-utils with boot IUSE enabled on a LLVM+musl with no gcc at all I got the following error: [425/558 ( 76%)] Linking target src/boot/efi/addonx64.elf.stub FAILED: src/boot/efi/addonx64.elf.stub clang -o src/boot/efi/addonx64.elf.stub src/boot/efi/addonx64.elf.stub.p/addon.c.o -Wl,--as-needed -Wl,--no-undefined -pie -fstack-protector -O2 -pipe -march=native -Wl,-z,pack-relative-relocs -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,-O2 -fuse-ld=lld -Wl,--thinlto-jobs=all -lgcc -nostdlib -static-pie -Wl,--entry=efi_main -Wl,--fatal-warnings -Wl,-static,-pie,--no-dynamic-linker,-z,text -z common-page-size=4096 -z max-page-size=4096 -z noexecstack -z relro -z separate-code -Wl,-z,nopack-relative-relocs -fcf-protection=none -fno-asynchronous-unwind-tables -fno-exceptions -fno-unwind-tables -fno-sanitize=all -Wno-unused-command-line-argument -m64 ld.lld: error: unable to find library -lgcc clang: error: linker command failed with exit code 1 (use -v to see invocation) Reproducible: Always
Created attachment 908700 [details] emerge --info
Please report the issue upstream.
Shouldn't there be a gcc dependency with system-utils[boot] until upstream decides on the matter? Whether it means they decide to keep the explicit libgcc linkage or not.
gcc-less systems are rare enough that I don't care to mess with dependencies in the systemd ebuild.
Possibly the USE flag could be masked in llvm/musl profiles, but I leave that to those teams to decide.
As a notice, my PR got merged upstream so this might be fixed in the next release.