You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
~/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
The text was updated successfully, but these errors were encountered: