New comment by HanoJing on void-packages repository https://github.com/void-linux/void-packages/issues/37579#issuecomment-1158009498 Comment: I did it. I figured it out I just applied `sudo xdowngrade *` on every .aarch64.xbps mesa package, it installed everything and mesa works fine now. I think the removal of the aarch64 patch must have some reason behind it, how can something like this happen otherwise? I will just upgrade mesa by rebuilding it and reinstalling it via `xdowngrade` `#!/bin/bash` `cd /home/user/Projekte/` `sudo rm -r void-packages` `git clone --depth=1 https://github.com/void-linux/void-packages` `cp -r /home/user/Downloads/0001-radeonsi-On-Aarch64-force-persistent-buffers-to-GTT.patch /home/user/Projekte/void-packages/srcpkgs/mesa/patches/` `cd /home/user/Projekte/void-packages/` `./xbps-src binary-bootstrap` `./xbps-src pkg mesa -j$(nproc)` `cd hostdir/binpkgs` `sudo xdowngrade *` Thank you all for your help!