LZO arch/x86/boot/compressed/vmlinux.bin.lzo /bin/sh: line 1: lzop: command not found make[2]: *** [arch/x86/boot/compressed/Makefile:135: arch/x86/boot/compressed/vmlinux.bin.lzo] Error 127 make[2]: *** Deleting file 'arch/x86/boot/compressed/vmlinux.bin.lzo' make[2]: *** Waiting for unfinished jobs.... CPUSTR arch/x86/boot/cpustr.h CC arch/x86/boot/cpu.o make[1]: *** [arch/x86/boot/Makefile:115: arch/x86/boot/compressed/vmlinux] Error 2 make: *** [arch/x86/Makefile:257: bzImage] Error 2 Reproducible: Always
Created attachment 790796 [details] genkernel.log
Is this because you've manually configured to use LZO compression on the kernel image? Genkernel doesn't guarantee all tools that could be needed for all custom configuration options, I don't think it should handle this one. Let me know if you disagree