New comment by zdtcd on void-packages repository https://github.com/void-linux/void-packages/pull/12834#issuecomment-509542417 Comment: On 2019-07-09 00:37:09 -0700, Helmut Pozimski wrote: > If it's not caused by docker, this is a serious issue. Our build > servers are all x86_64 hosts. Could you maybe try to build the > package on your x86_64 machine using an i686 masterdir? I would do > it myself but my machine is currently busy compiling kernels. Yes, I've done it. ``` XBPS_ARCH=i686 BOOTSTRAP=i686 ARCH=i686 ./xbps-src binary-bootstrap XBPS_ARCH=i686 BOOTSTRAP=i686 ARCH=i686 ./xbps-src pkg android-tools ``` `CMAKE_SYSTEM_PROCESSOR` reports x86_64 even with i386 masterdir. I think cmake is using `uname -m` or something, but I haven't checked. -- Danh