After running “make get-sources” I run into this issue every time.
make[1]: Entering directory '/home/user/qubes-builder/qubes-src/linux-kernel' if [ -f /usr/bin/qvm-run-vm ]; \ then qvm-run-vm --dispvm 2>/dev/null xzcat <linux-5.10.104.tar.xz.UNTRUSTED > linux-5.10.104.tar.UNTRUSTED; \ else xzcat <linux-5.10.104.tar.xz.UNTRUSTED > linux-5.10.104.tar.UNTRUSTED; fi make[1]: *** [Makefile:74: linux-5.10.104.tar.UNTRUSTED] Error 126 rm linux-5.10.104.tar.UNTRUSTED make[1]: Leaving directory '/home/user/qubes-builder/qubes-src/linux-kernel' make: *** [Makefile:226: linux-kernel.get-sources-extra] Error 2
I am following the “Qubes builder” instructions. The only reference to this error is on a github issue only referring to the error as an example for properly verbose errors. Which is kind of ironic because I am not entirely certain how to go about solving this problem.