ZLIB: version bug fix#14387
Merged
Merged
Conversation
Change-Id: Ie9b38d91bd11410bc78a2d48e676234f35b51816
lj0919
approved these changes
Mar 31, 2022
Contributor
|
It's better maintain the previous version as well like 5.0.0 and 6.0.0 |
|
this does not solve for r6.0.0 |
Contributor
|
@ntutangyun In apollo 6.0, We should move the configuration to the front |
GowthamKudupudi
pushed a commit
to amd/apollo
that referenced
this pull request
Nov 17, 2022
[install][fix][ApolloAuto#14374][ApolloAuto#14387] Fix zlib downloading error
YanXuechun
pushed a commit
to YanXuechun/Xuechun
that referenced
this pull request
Oct 16, 2025
[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/apollo#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) ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change-Id: Ie9b38d91bd11410bc78a2d48e676234f35b51816