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

Error downloading zlib #27

Closed
raineroviir opened this issue Jan 4, 2017 · 2 comments
Closed

Error downloading zlib #27

raineroviir opened this issue Jan 4, 2017 · 2 comments
Labels

Comments

@raineroviir
Copy link

raineroviir commented Jan 4, 2017

~/lab$ bazel run :random_agent --define headless=false -- \ --length=10000 --width=640 --height=480

ERROR: /home/rainer/lab/BUILD:432:1: no such package '@zlib_archive//': Error downloading [http://zlib.net/zlib-1.2.8.tar.gz] to /home/rainer/.cache/bazel/_bazel_rainer/8462f6817467f709671080a493dfc0cd/external/zlib_archive/zlib-1.2.8.tar.gz: GET returned 404 Not Found and referenced by '//:bspc'.

EDIT:

Zlib has updated their latest to 1.2.10 and just removed the 1.2.8 url. I can submit a PR for this I assume the fix for this would be to replace the old url with this:
http://zlib.net/zlib-1.2.10.tar.gz as well as replace the SHA

edit2: Looks like that fixed it. Two other issues:

INFO: Failed to connect to http://github.com/glennrp/libpng/archive/v1.2.53.zip
INFO: Failed to connect to http://bitbucket.org/eigen/eigen/get/1d454915237a.tar.gz

@SimsGautam
Copy link
Contributor

Alternatively, you can also set the zlib-1.2.8 URL to be http://zlib.net/fossils/zlib-1.2.8.tar.gz

@tkoeppe
Copy link
Collaborator

tkoeppe commented Jan 5, 2017

Fixed by 9af8f87, thank you very much for reporting.

@tkoeppe tkoeppe closed this as completed Jan 5, 2017
@tkoeppe tkoeppe added the fixed label Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants