New comment by HanoJing on void-packages repository https://github.com/void-linux/void-packages/issues/37579#issuecomment-1157908459 Comment: > > Also, the files in my local repository have _1 not _2 like so: mesa-22.1.1_1.aarch64.xbps > > Did you build based off the PR then? > > Even if you didn't, you should see it applying the patches. > > ``` > => mesa-22.1.1_2: running do_patch ... > => mesa-22.1.1_2: running do-patch hook: 00-patches ... > => mesa-22.1.1_2: patching: 0001-radeonsi-On-Aarch64-force-persistent-buffers-to-GTT.patch. > => mesa-22.1.1_2: patching: add-use-elf-tls.patch. > => mesa-22.1.1_2: patching: megadriver-symlinks.patch. > => mesa-22.1.1_2: patching: musl-endian.patch. > => mesa-22.1.1_2: patching: musl-stacksize.patch. > => mesa-22.1.1_2: patching: musl.patch. > ``` > > > Thanks for the quick reply! I tried the xi -u mesa method but It sttill pulls the mesa out the normal void repos. > > Are you sure? Run it with `-v`. > > ``` > Found MesaLib-devel-22.1.1_2 in repository /home/andrewb/Projects/void-packages/hostdir/binpkgs/fix_37579 > Found mesa-dri-22.1.1_2 in repository /home/andrewb/Projects/void-packages/hostdir/binpkgs/fix_37579 > Found mesa-22.1.1_2 in repository /home/andrewb/Projects/void-packages/hostdir/binpkgs/fix_37579 > Found libglapi-22.1.1_2 in repository /home/andrewb/Projects/void-packages/hostdir/binpkgs/fix_37579 > Found libOSMesa-22.1.1_2 in repository /home/andrewb/Projects/void-packages/hostdir/binpkgs/fix_37579 > Found libgbm-22.1.1_2 in repository /home/andrewb/Projects/void-packages/hostdir/binpkgs/fix_37579 > Found libgbm-devel-22.1.1_2 in repository /home/andrewb/Projects/void-packages/hostdir/binpkgs/fix_37579 > Found libxatracker-22.1.1_2 in repository /home/andrewb/Projects/void-packages/hostdir/binpkgs/fix_37579 > Found mesa-opencl-22.1.1_2 in repository /home/andrewb/Projects/void-packages/hostdir/binpkgs/fix_37579 > ``` Yes, thanks for the hint! I ran `xi -uv mesa` and it found the binpkg: `Found mesa-22.1.1_1 in repository /home/user/Projekte/void-packages/hostdir/binpkgs` I also see that the patch is getting applied: `=> mesa-22.1.1_1: patching: 0001-radeonsi-On-Aarch64-force-persistent-buffers-to-GTT.patch.` This patch is only getting applied on the mesa library itself, not on any of it's subpackages (like mesa-dri for example), right? I'd have to rip my system apart in order to install the built mesa subpackages.