-
Notifications
You must be signed in to change notification settings - Fork 1.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
Error on download files from JFrog - account deactivated #842
Comments
Same here! |
Does anyone know of a mirror? |
I downloaded a copy of the file hosted on Source Forge and put it directly on my project. The SHA256 of the Source Forge file is the same as the original file. |
same problem! |
Same problem for us too. Is this going to be fixed by them anytime soon? |
Same problem here too: https://github.com/f4exb/sdrangel/actions/runs/7372158552 |
Boost main download site jfrog is unavailable at the time of writing. Related: boostorg/boost#842
A temporary mirror site: https://archives.boost.io/release/1.84.0/source/ Hopefully the jfrog links will be restored soon. |
Boost main download site jfrog is unavailable at the time of writing. Related: boostorg/boost#842 PR #20218.
Seems the links are back up. |
How did you put it directly in your project? I found that using spec.source with a file:/ url format worked |
This issue should be re-opened, at the time of writing the jfrog urls on the boost.org website lead to a landing page to "reactivate the account". |
I agree with @Shigbeard, all download links are broken as for now. Migrating the url to use https://archives.boost.io/ instead worked, hashes match. commit |
There is no point reopening this issue when this #844 supersedes any outcome that may be achieved here. That is the real solution that needs to be implemented. This issue regarding an unreliable external cdn is meme at this point. |
@userdocs yet it is the official link from the official website |
The Boost download URL is broken again [1], we'll switch to a working mirror. [1] boostorg/boost#842
The Boost download URL is broken again [1], we'll switch to a working mirror. [1] boostorg/boost#842 Fixes: https://tracker.ceph.com/issues/63952 Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
jfrog is still not working. |
The Boost download URL is broken again [1], we'll switch to a working mirror. [1] boostorg/boost#842 Fixes: https://tracker.ceph.com/issues/63952 Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
boost jfrog download url is down. Same issue: boostorg/boost#842 So we change the download url to boost io temporarylly.
boost jfrog download url is down. Same issue: boostorg/boost#842 So we change the download url to boost io temporarylly.
boost jfrog download url is down. Same issue: boostorg/boost#842 So we change the download url to boost io temporarylly.
The Boost download URL is broken again [1], we'll switch to a working mirror. [1] boostorg/boost#842 Fixes: https://tracker.ceph.com/issues/63952 Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com> (cherry picked from commit 594d1e5)
The Boost download URL is broken again [1], we'll switch to a working mirror. [1] boostorg/boost#842 Fixes: https://tracker.ceph.com/issues/63952 Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com> (cherry picked from commit 594d1e5)
The Boost download URL is broken again [1], we'll switch to a working mirror. [1] boostorg/boost#842 Fixes: https://tracker.ceph.com/issues/63952 Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com> (cherry picked from commit 594d1e5)
### Fix boost currently unavailable on boostorg.jfrog.io issue Now using an alternative location for the boost sources: https://archives.boost.io/release/1.80.0/source/ ### Linked issues NA ### Summarize your change. Now using an alternative location for the boost sources: https://archives.boost.io/release/1.80.0/source/ Note that even though it is taken from a different location, it has the exact same MD5 checksum. ### Describe the reason for the change. Since a week ago, the boost sources are no longer available from the expected location: https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_1_80_0.tar.gz There is an open, still unresolved, issue about this in the boost project: boostorg/boost#842 This causes a build break when building RV from scratch if one does not have the boost already downloaded. ### Describe what you have tested and on which operating system. Successfully tested build on Mac. Plus the URL checksum matches the one from the original location which is nice. ### Add a list of changes, and note any that might need special attention during the review. ### If possible, provide screenshots. Signed-off-by: Bernard Laberge <bernard.laberge@autodesk.com>
The JFrog artifactory link is down, so changing to an alternative mirror mentioned in boostorg/boost#842. Change-Id: Id83c97d6506dd388ba76b5b01576860844080fa9
* [CI] Upgrade sccache version to 0.7.* Sccache was previously pinned at version 0.3.3, however, there has recently been an issue when installing some of its dependencies: ``` error[E0277]: expected a `Fn(reqwest::Request, &'a mut task_local_extensions::extensions::Extensions, reqwest_middleware::Next<'a>)` closure, found `RetryAfterMiddleware` ``` Upgrading the version of sccache to the latest seems to resolve this error. * Use an alternative mirror for boost artifacts The JFrog artifactory link is down, so changing to an alternative mirror mentioned in boostorg/boost#842.
* [CI] Upgrade sccache version to 0.7.* Sccache was previously pinned at version 0.3.3, however, there has recently been an issue when installing some of its dependencies: ``` error[E0277]: expected a `Fn(reqwest::Request, &'a mut task_local_extensions::extensions::Extensions, reqwest_middleware::Next<'a>)` closure, found `RetryAfterMiddleware` ``` Upgrading the version of sccache to the latest seems to resolve this error. * Use an alternative mirror for boost artifacts The JFrog artifactory link is down, so changing to an alternative mirror mentioned in boostorg/boost#842.
* [CI] Upgrade sccache version to 0.7.* Sccache was previously pinned at version 0.3.3, however, there has recently been an issue when installing some of its dependencies: ``` error[E0277]: expected a `Fn(reqwest::Request, &'a mut task_local_extensions::extensions::Extensions, reqwest_middleware::Next<'a>)` closure, found `RetryAfterMiddleware` ``` Upgrading the version of sccache to the latest seems to resolve this error. * Use an alternative mirror for boost artifacts The JFrog artifactory link is down, so changing to an alternative mirror mentioned in boostorg/boost#842.
* [CI] Upgrade sccache version to 0.7.* Sccache was previously pinned at version 0.3.3, however, there has recently been an issue when installing some of its dependencies: ``` error[E0277]: expected a `Fn(reqwest::Request, &'a mut task_local_extensions::extensions::Extensions, reqwest_middleware::Next<'a>)` closure, found `RetryAfterMiddleware` ``` Upgrading the version of sccache to the latest seems to resolve this error. * Use an alternative mirror for boost artifacts The JFrog artifactory link is down, so changing to an alternative mirror mentioned in boostorg/boost#842.
The Boost download URL is broken again [1], we'll switch to a working mirror. [1] boostorg/boost#842 Fixes: https://tracker.ceph.com/issues/63952 Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com> (cherry picked from commit 594d1e5)
The current Boost download source we use (boostorg.jfrog.io) was shut down, this PR replaces it with the new CDN (archives.boost.io) the official boost.org website has switched to. Refs: boostorg/website#900 boostorg/boost#845 (comment) boostorg/boost#842 Pull Request: https://projects.blender.org/blender/blender/pulls/132774
Today I'm trying to install the boost using the below podspec (extracted from react-native), but I was receiving the error message
[!] Error installing boost Verification checksum was incorrect, expected f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41, got 5e89103d9b70bba5c91a794126b169cb67654be2051f90cf7c22ba6893ede0ff
:.PodSpec:
When I try to open the URL https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2 on the browser, I noticed the following page:
I also download the same URL using the cURL and the result was a HTML page with the same SHA256 of the error message:
$ curl -L https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2 | sha256sum % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 223 0 --:--:-- --:--:-- --:--:-- 225 100 11534 100 11534 0 0 8325 0 0:00:01 0:00:01 --:--:-- 8325 5e89103d9b70bba5c91a794126b169cb67654be2051f90cf7c22ba6893ede0ff -
The text was updated successfully, but these errors were encountered: