Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934377 - app-crypt/efitools-1.9.2-r1 fails to compile on musl/llvm: invalid ouptut format: 'efi-app-x86_64'
Summary: app-crypt/efitools-1.9.2-r1 fails to compile on musl/llvm: invalid ouptut for...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-15 20:32 UTC by ray
Modified: 2024-06-17 14:50 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge-info.txt,15.52 KB, text/plain)
2024-06-15 20:32 UTC, ray
Details
efitools-1.9.2-r1 build.log (efitools-1.9.2-r1-build.log.bz2,13.87 KB, application/x-bzip2)
2024-06-15 20:33 UTC, ray
Details

Note You need to log in before you can comment on or make changes to this bug.
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