Closed issue by Headwind81 on void-packages repository https://github.com/void-linux/void-packages/issues/5194 Description: ### System * xuname: bash: xuname: command not found * package: ffmpeg-devel-32bit-4.1_1 ### Expected behavior 'xbps-install ffmpeg-devel-32bit' should install 32-bit dependencies. ### Actual behavior It instead incorrectly installs 64-bit dependencies. ### Steps to reproduce the behavior Running 'xbps-query -Rx ffmpeg-devel', then 'xbps-query -Rx ffmpeg-devel-32bit', shows the same outputs (they each depend on the same 64-bit packages). Presumably the 32-bit version should have 32-bit dependencies. It's my understanding that the -32bit packages are generated automatically, and therefore that automation must have failed in this case.