Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to retrieve zlib package #1

Open
jrubio9 opened this issue Oct 30, 2022 · 1 comment
Open

Unable to retrieve zlib package #1

jrubio9 opened this issue Oct 30, 2022 · 1 comment

Comments

@jrubio9
Copy link

jrubio9 commented Oct 30, 2022

Hi! I hope i'm posting the issue in the correct way.

After changing some text on my Retype project and deploying it to Heroku i get the following error:

` Retype finished in 1.1 seconds!
15 pages built
0 errors
0 warnings
Documentation built successfully!
Switching back to original working directory: /tmp/codon/tmp/buildpacks/022aab6b2ff2b80f15a4c179555951eb028dxxx
-----> Setting up lighttpd
Found 2 logical CPU cores. Will use 3 jobs to compile.
Setting up libpcre
Setting up zlib
! ## Error - Unable to retrieve package.
Failed command and output:

   $ wget "https://zlib.net/zlib-1.2.12.tar.xz"
   
   --2022-10-30 09:32:11--  https://zlib.net/zlib-1.2.12.tar.xz
   Resolving zlib.net (zlib.net)... 85.187.148.2
   Connecting to zlib.net (zlib.net)|85.187.148.2|:443... connected.
   HTTP request sent, awaiting response... 404 Not Found
   2022-10-30 09:32:11 ERROR 404: Not Found.
   ----

! Push rejected, failed to compile Retype (config file at /tmp/build_f359d847/retype.yml) app.
! Push failed`

Don't know if the error is mine or is something related to the zlib version (currently "1.2.12" in compile file and "1.2.13" on zlib.net).

I've acceded to the link "https://zlib.net/zlib-1.2.12.tar.xz" and effectively gives a 404 error.

Thanks for your time :)

@jrubio9
Copy link
Author

jrubio9 commented Oct 30, 2022

Changing the version to 1.2.13 solves the problem. (at least in my case)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant