Closed issue by RossComputerGuy on void-packages repository https://github.com/void-linux/void-packages/issues/35672 Description: I tried this on my fork for ExpidusOS **and** a completely clean clone of this repository. I ran `./xbps-src -N -j32 -a aarch64 pkg base-system` and after a few hours, I was met with number 19 error in `xbps-src`. This happens while building unbound which is needed somewhere for GCC. ``` => unbound-1.15.0_1: installing target dependencies: libevent-devel-2.1.12_2 expat-devel-2.4.4_1 libsodium-devel-1.0.18_1 ... => unbound-1.15.0_1: removing autodeps, please wait... => unbound-1.15.0_1: removing autocrossdeps, please wait... => ERROR: unbound-1.15.0_1: failed to install target dependencies! (error 19) MISSING: libssp>=4.4.0_1 Transaction aborted due to unresolved dependencies. => ERROR: Please see above for the real error, exiting... ```