Bug #113576 | boost url in 8.0+ seems to be a non-public URL and direct downloads are blocked | ||
---|---|---|---|
Submitted: | 8 Jan 2024 11:23 | Modified: | 6 Mar 2024 23:02 |
Reporter: | Simon Mudd (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | 8.0, 8.2 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[8 Jan 2024 11:23]
Simon Mudd
[8 Jan 2024 11:50]
Simon Mudd
https://github.com/boostorg/boost/issues/849
[8 Jan 2024 12:21]
MySQL Verification Team
Hello Simon, Thank you for the report and feedback. regards, Umesh
[8 Jan 2024 14:14]
Terje Røsten
Hi, thanks for report. Correct fix seems to be to use: https://archives.boost.io/release/1.77.0/source/boost_1_77_0.tar.bz2 right?
[8 Jan 2024 14:23]
Tor Didriksen
Options: - Provide a public URL for boost that works and is always reachable. - Consider including boost into the MySQL git tree so the external dependency is removed. or my recommended solution: download manually, then point to the unpacked tarball doing cmake -DWITH_BOOST=...
[8 Jan 2024 14:49]
Tor Didriksen
this seems to happen once in a while: commit df0bb0d7fecc96d459c55e4448503d90d592773f Author: Tor Didriksen <tor.didriksen@oracle.com> Date: Mon May 10 15:53:06 2021 +0200 Bug #32856104 CMAKE BOOST URL UPDATE JFrog has sunset Bintray, boost requires a new URL.
[9 Jan 2024 9:52]
Simon Mudd
I temporarily changed the URL in my internal tooling to use https://archives.boost.io/release/1.77.0/source/boost_1_77_0.tar.bz2 and that works. For now that seems good enough but the source tree might need an update of some form.
[6 Mar 2024 23:02]
Jon Stephens
Documented fix as follows in the MySQL 8.0.37 and 8.4.0 changelogs: Updated the URL used for downloading the Boost libraries. Closed.