* Aaron M. Ucko: > Source: wimlib > Version: 1.8.3-1 > Severity: important > Justification: fails to build from source > > The x32 build of wimlib failed: > > src/lzms_common.c: Assembler messages: > src/lzms_common.c:393: Error: operand type mismatch for `add' > make[3]: *** [src/libwim_la-lzms_common.lo] Error 1
This is part of a block which is guarded with "#ifdef __x86_64__ … #endif". I suppose one could extend that #ifdef to exclude x32; according to <https://wiki.debian.org/X32Port>, the __ILP32__ seems to be the correct define. However, I can't test this. Cheers, -Hilko

