Closed issue by sbromberger on void-packages repository https://github.com/void-linux/void-packages/issues/41307 Description: ### Is this a new report? Yes ### System Info Void 6.0.15_1 x86_64 AuthenticAMD uptodate FF ### Package(s) Affected cpuburn-1.4a_4 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour The package is supposed to install executables in the form of `burnXX` in `/usr/bin` that can be run to stress the CPU. ### Actual behaviour ``` bash-5.1# ls -l /usr/bin/burnK7 -rwxr-xr-x 1 root root 13028 Dec 25 2019 /usr/bin/burnK7 bash-5.1# /usr/bin/burnK7 bash: /usr/bin/burnK7: No such file or directory bash-5.1# file /usr/bin/burnK7 /usr/bin/burnK7: ELF 32-bit LSB pie executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=034079d40556396ee48af243ce70a87e3bc048b0, stripped ``` I think it might have to do with the fact that these binaries are 32-bit? ### Steps to reproduce 1. `xbps-install cpuburn` 2. `/usr/bin/burnK7`