Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 934377

Summary: app-crypt/efitools-1.9.2-r1 fails to compile on musl/llvm: invalid ouptut format: 'efi-app-x86_64'
Product: Gentoo Linux Reporter: ray <ray>
Component: Current packagesAssignee: Matthias Maier <tamiko>
Status: UNCONFIRMED ---    
Severity: normal CC: ray
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
efitools-1.9.2-r1 build.log

Description ray 2024-06-15 20:32:39 UTC
Created attachment 895888 [details]
emerge --info

llvm-objcopy -j .text -j .sdata -j .data -j .dynamic -j .dynsym \
	   -j .rel -j .rela -j .rel.* -j .rela.* -j .rel* -j .rela* \
	   -j .reloc --target=efi-app-x86_64 HelloWorld.so HelloWorld.efi
./cert-to-efi-sig-list -g 11111111-2222-3333-4444-123456789abc PK.crt PK.esl
./cert-to-efi-sig-list -g 11111111-2222-3333-4444-123456789abc KEK.crt KEK.esl
llvm-objcopy: error: invalid output format: 'efi-app-x86_64'
make: *** [Make.rules:58: HelloWorld.efi] Error 1
rm KEK-blacklist.esl SetNull.so KeyTool.o ms-kek.esl DB1.crt DB1.esl PK-hash-blacklist.esl ShimReplace.o ReadVars.o DB2-blacklist.esl ms-kek-blacklist.esl SetNull.o ms-uefi-hash-blacklist.esl HelloWorld.o ms-uefi-blacklist.esl UpdateVars.o KEK-hash-blacklist.esl DB-blacklist.esl HashTool.o DB1-hash-blacklist.esl ms-uefi.esl DB2.esl Loader.o DB2.crt ms-kek-hash-blacklist.esl PK-blacklist.esl DB2-hash-blacklist.esl DB-hash-blacklist.esl DB1-blacklist.esl
Comment 1 ray 2024-06-15 20:33:18 UTC
Created attachment 895889 [details]
efitools-1.9.2-r1 build.log