Closed issue by linkert on void-packages repository https://github.com/void-linux/void-packages/issues/30420 Description: ### System Rocking wayland, sway on my X230 (thrid gen i5), future meets the past - Followed the instruction on how to setup Intel gpu for my machine on the documentation which led me to install: `intel-video-accel vulkan-loader vulkan-loader-32bit mesa-dri mesa-dri-32bit mesa-vulkan-intel mesa-vulkan-intel-32bit` - 32bit packages because I sometimes get an itch to play Diablo 2 and such through Wine which then usually complains if 32bit packages are not installed. Also: `export LIBVA_DRIVER_NAME=i965` None of the above ^ probably have to do much with the issue below: * xuname: ``` MISSING: libglapi-32bit-21.0.3_1 Transaction aborted due to unresolved dependencies. Void 5.11.15_1 x86_64 GenuineIntel uptodate rrrmFFF ``` * package: *affected package(s) including the version*: ``xbps-query -p pkgver `` `libglapi-32bit-21.0.2_1 ` ### Expected behavior To update my system ```xbps-install -Su``` ### Actual behavior ``` [linkert@x230 ~]$ sudo xbps-install -Su [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ... [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ... [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ... MISSING: libglapi-32bit-21.0.3_1 Transaction aborted due to unresolved dependencies. ``` ### Steps to reproduce the behavior `sudo xbps-install -Su` ### Other: `xbps-install --debug -Su` Did not paste full output, large section of the bottom part. I think it has to do with mesa and such yes? [pastebin, raw](https://pastebin.com/raw/tMpADZM8)