Bug #103667 | Download Boost failed, error: 22;"HTTP response code said error" | ||
---|---|---|---|
Submitted: | 12 May 2021 7:52 | Modified: | 13 May 2021 6:44 |
Reporter: | Quella Zhang | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | branch 8.0 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[12 May 2021 7:52]
Quella Zhang
[12 May 2021 8:08]
MySQL Verification Team
Hello Quella Zhang, Thank you for the report and feedback. regards, Umesh
[12 May 2021 8:10]
MySQL Verification Team
Imho this is duplicate of Bug #103611, please see Bug #103611 regards, Umesh
[12 May 2021 16:03]
Tor Didriksen
Assuming this is some kind of continuous build system, you really shouldn't be using DOWNLOAD_BOOST. It is meant as a convenience option for a one-off build. Pre-download whatever boost versions you need, and set an environment variable WITH_BOOST or BOOST_ROOT to point to it.
[13 May 2021 6:44]
Quella Zhang
Thank you, it is indeed better to use the pre-downloaded version of Boost in our build system, we will set an environment variable WITH_BOOST or BOOST_ROOT to point to it.