Closed issue by mar1n3r0 on void-packages repository https://github.com/void-linux/void-packages/issues/17729 Description: Trying to update helm to latest stable and facing unexpected difficulties: `=> python-2.7.16_2: installing host dependencies: pkg-config-0.29.2_2 ... => python-2.7.16_2: installing target dependencies: libffi-devel-3.2.1_6 readline-devel-8.0.001_1 gdbm-devel-1.18.1_1 libressl-devel-2.9.2_1 expat-devel-2.2.9_1 sqlite-devel-3.30.1_1 bzip2-devel-1.0.8_1 zlib-devel-1.2.11_3 ... => python-2.7.16_2: removing autodeps, please wait... => ERROR: python-2.7.16_2: failed to install 'libffi-devel-3.2.1_6' dependency! (error 19) libcrypto45-2.9.2_1 (update) breaks installed pkg `libarchive-3.4.0_2' libcrypto45-2.9.2_1 (update) breaks installed pkg `libressl-3.0.2_1' libssl47-2.9.2_1 (update) breaks installed pkg `libressl-3.0.2_1' libtls19-2.9.2_1 (update) breaks installed pkg `libressl-3.0.2_1' Transaction aborted due to unresolved dependencies. => ERROR: Please see above for the real error, exiting... ` Seems related to this one: #11959 > update your masterdir and try again: > ./xbps-src remove-autodeps > ./xbps-src bootstrap-update > it looks like libressl in the chroot is one version behind but the build dependencies it's trying to install depend on the latest one > xbps doesn't update packages to satisfy dependencies like that so it trips on itself here Any ideas what else can be tried to proceed building ?