New issue by lfdebrux on void-packages repository https://github.com/void-linux/void-packages/issues/28103 Description: ### System * xuname: Void 5.10.8_1 x86_64-musl GenuineIntel/VM notuptodate rF * package: libressl-devel, libevent, nghttp2, curl, elfutils, binutils, gcc ### Expected behavior Running `./xbps-src -a armv5tel-musl libevent` builds and installs `libevent` ### Actual behavior Build does not start due to issue installing libressl-devel as libssp is missing: ``` => xbps-src: cleaning up / masterdir... => libevent-2.1.12_1: removing autodeps, please wait... => libevent-2.1.12_1: removing autocrossdeps, please wait... => libevent-2.1.12_1: building [gnu-configure] for armv5tel-musl... [target] libressl-devel-3.1.5_2: found (/host/binpkgs) [runtime] libressl-devel-3.1.5_2: found (/host/binpkgs) [runtime] libevent-2.1.12_1: not found (self, ignored) => libevent-2.1.12_1: installing target dependencies: libressl-devel-3.1.5_2 ... => libevent-2.1.12_1: removing autodeps, please wait... => libevent-2.1.12_1: removing autocrossdeps, please wait... => ERROR: libevent-2.1.12_1: failed to install 'libressl-devel-3.1.5_2' dependency! (error 19) MISSING: libssp>=4.4.0_1 MISSING: libssp>=4.4.0_1 MISSING: libssp>=4.4.0_1 MISSING: libssp>=4.4.0_1 Transaction aborted due to unresolved dependencies. => ERROR: Please see above for the real error, exiting... ``` This is particularly annoying because libssp is part of the gcc package, which depends on libevent transitively, so there is a circular dependency. I end up with the same issue trying to build any package in the dependency chain from gcc to libevent. Strangely however I can build libressl-devel without issues using `./xbs-src -a armv5tel-musl pkg libressl`. ### Steps to reproduce the behavior On Void Linux x86_64-musl, clone void-packages, install bootstrap and try to build libevent targeting armv5tel-musl.