New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/32162#issuecomment-896909529 Comment: > so looks like it builds luajit-minilua and then tries to use it, which probably fails because host can't run target binaries? More specifically, it fails to find the binary's dynamic linker, which makes for quite a terrible error message. But yes :) > I know there's an option to use system lua, but I had problems with it before. I think it has to do with the version void ships. Do you remember the problem you had with it? Void ships a bunch of Lua versions... > Mind explaining why cross compiling is important here, @ericonr ? slightly_smiling_face Mostly so we can build it for ARM/aarch64 :) technically it's broken for cross already, so adding `nocross` would be ok, but it's always nice to improve a situation :p