Closed issue by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/issues/45679 Description: cc @sgn the following packages were broken by using cmake-bootstrap by default in the build-style: network download: - [x] grpc - [x] sysdig - [x] OpenRCT2 - [x] mixxx other: - [x] musikcube there are definitely more, but these are the ones I saw when doing rebuilds for openssl. this can be fixed by simply adding `cmake` to hostmakedepends, but the build-style doesn't seem to account for this ### example error ``` [8/206] Performing download step (download, verify and extract) for 'jq' FAILED: jq-prefix/src/jq-stamp/jq-download /builddir/sysdig-0.31.5/sysdig-0.31.5/build/jq-prefix/src/jq-stamp/jq-download cd /builddir/sysdig-0.31.5/sysdig-0.31.5/build/jq-prefix/src && /usr/libexec/xbps-src/bin/cmake -P /builddir/sysdig-0.31.5/sysdig-0.31.5/build/jq-prefix/src/jq-stamp/download-jq.cmake && /usr/libexec/xbps-src/bin/cmake -P /builddir/sysdig-0.31.5/sysdig-0.31.5/build/jq-prefix/src/jq-stamp/verify-jq.cmake && /usr/libexec/xbps-src/bin/cmake -P /builddir/sysdig-0.31.5/sysdig-0.31.5/build/jq-prefix/src/jq-stamp/extract-jq.cmake && /usr/libexec/xbps-src/bin/cmake -E touch /builddir/sysdig-0.31.5/sysdig-0.31.5/build/jq-prefix/src/jq-stamp/jq-download -- Downloading... dst='/builddir/sysdig-0.31.5/sysdig-0.31.5/build/jq-prefix/src/jq-1.6.tar.gz' timeout='none' inactivity timeout='none' -- Using src='https://download.falco.org/dependencies/jq-1.6.tar.gz' CMake Error at jq-stamp/download-jq.cmake:170 (message): Each download failed! error: downloading 'https://download.falco.org/dependencies/jq-1.6.tar.gz' failed status_code: 1 status_string: "Unsupported protocol" log: --- LOG BEGIN --- Protocol "https" not supported or disabled in libcurl Closing connection -1 --- LOG END --- ```