New comment by Nicop06 on void-packages repository https://github.com/void-linux/void-packages/pull/14228#issuecomment-721428620 Comment: I think the clisp package is not building for target `i686` on `x86_64` machine. I used the following commands on my machine at HEAD and got the same error I see in the CI: ``` $ ./xbps-src -m /var/tmp/void-packages/masterdir-x86 binary-bootstrap i686 $ ./xbps-src -m /var/tmp/void-packages/masterdir-x86 pkg clisp ... ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -lp -x '(and (load "init.lisp") (sys::%saveinitmem) (ext::exit)) (ext::exit t)' C_CODE_ALIGNMENT is wrong. &CRASH = 0x80e4512. Add -falign-functions=4 to CFLAGS in the Makefile. make: *** [Makefile:1404: interpreted.mem] Aborted => ERROR: clisp-2.49_4: do_build: 'make' exited with 2 => ERROR: in do_build() at srcpkgs/clisp/template:32 ``` The `x86_64` build is working perfectly.