-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
zlib-1.2.11.tar.gz is not found on official #14374
Comments
(06:44:35) WARNING: Download from https://zlib.net/zlib-1.2.11.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found |
I have the same problem, then edit two files: apollo/.cache/bazel/540135163923dd7d5820f3ee4b306b32/external/rules_proto/proto/private/dependencies.bzl then build again |
It works. thanks! |
nice!thankyou!! |
Under the error reporting path prompted,change link https://zlib.net/zlib-1.2.11.tar.gz to https://zlib.net/fossils/zlib-1.2.11.tar.gz. |
Thanks a lot! Works like a charm. |
Thanks for solutions, editting .cache file is a temp method, I have commit this bug fix. detail: #14387 |
Hi to all! I'm using the apollo 6.0 and I have the same problem. Editing .cache file is not good solution for me and the fix by @lx18233184051 doesn't work for me. Are there any ideas how to fix it in apollo 6.0? |
please backport it to r7.0.0 |
I think we should fix the previous version by the way |
In apollo 6.0, We should move the configuration to the front
|
…ng error [Synopsis] The new version of `zlib` - zlib-1.2.12 is released (https://zlib.net/zlib-1.2.12.tar.gz), the previous version of `zlib` became unavailable (https://zlib.net/zlib-1.2.11.tar.gz) [Solution] Get the previous `zlib` version from `zlib/archive` [IMP] It would definitely be better to cherry-pick the fix (ApolloAuto#14387) from the vanilla Apollo [Error log] `./apollo.sh build` ``` ... (10:53:17) ERROR: /apollo/modules/localization/msf/local_pyramid_map/base_map/BUILD:22:11: //modules/localization/msf/local_pyramid_map/base_map:base_map_matrix depends on @zlib//:zlib in repository @zlib which failed to fetch. no such package '@zlib//': java.io.IOException: Error downloading [https://zlib.net/zlib-1.2.11.tar.gz] to /apollo/.cache/bazel/540135163923dd7d5820f3ee4b306b32/external/zlib/temp165233950568194062/zlib-1.2.11.tar.gz: GET returned 404 Not Found (10:53:17) ERROR: Analysis of target '//modules/localization/msf/local_pyramid_map/base_map:base_map_matrix' failed; build aborted: Analysis failed (10:53:17) INFO: Elapsed time: 20.380s (10:53:17) INFO: 0 processes. (10:53:17) FAILED: Build did NOT complete successfully (672 packages loaded, 1\ 1323 targets configured) ```
[install][fix][ApolloAuto#14374][ApolloAuto#14387] Fix zlib downloading error
good job , it work for me in apollo 6.0, thanks |
apollo/.cache/bazel/540135163923dd7d5820f3ee4b306b32/external/io_bazel_rules_go/go/private/repositories.bzl |
I had the same problem when trying to build apollo 6.0, but I can't find 'zlib' related fields under the error reporting path prompted(File "/apollo/.cache/bazel/540135163923dd7d5820f3ee4b306b32/external/bazel_tools/tools/build_defs/repo/http.bzl") |
when i build the apollo-v7.00 the zlib-1.2.11.tar.gz is not found on official ,because the zlib-1.2.12 is updated
The text was updated successfully, but these errors were encountered: