Closed vutunganh closed 2 years ago
The reason you are getting that error is because you are trying to build zlib in an outdated void-packages repo.
The version that is currently packaged is 1.2.12
but the one you are trying to build 1.2.11
. The latter release was removed from the website.
You can do git pull https://github.com/void-linux/void-packages/
to update the repo.
Oh, you are right. Somehow I missed this. Thanks.
System
Void 5.15.34_1 x86_64-musl GenuineIntel uptodate rrnFFF
zlib-1.2.12_2
Expected behavior
zlib builds successfully.
Actual behavior
Steps to reproduce the behavior
Try building zlib.
./xbps-src pkg zlib
Fix
I discovered that the reason this fails is that the homepage requires https. I provide a fix in this PR.