Hello, Late last year, it was reported that quemu failed to build due to missing gnu/stubs-32.h, and it seems that the original poster never managed to get it solved. I have now encountered the exact same error when building quemu 5.1.0.
I have managed to solve this issue, by editing: /usr/include/gnu/stubs.h and commenting out the below block. /*#if !defined __x86_64__ # include <gnu/stubs-32.h> #endif */ Please note that like the original poster, I have not, and never have enabled 32 bit on my lfs builds. I have no idea why we are randomly coming up with this error. After commenting out the above, qemu successfully compiles, without the need of going through and attempting multiple re-installations of various packages. I am going to leave that commented out so that I do not get any more unpleasant surprises down the track. Regards, Christopher. -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
