Skip to content
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

Closed
rafaels-dev opened this issue Dec 31, 2023 · 14 comments
Closed

Error on download files from JFrog - account deactivated #842

rafaels-dev opened this issue Dec 31, 2023 · 14 comments

Comments

@rafaels-dev
Copy link

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:

# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

Pod::Spec.new do |spec|
  spec.name = 'boost'
  spec.version = '1.76.0'
  spec.license = { :type => 'Boost Software License', :file => "LICENSE_1_0.txt" }
  spec.homepage = 'http://www.boost.org'
  spec.summary = 'Boost provides free peer-reviewed portable C++ source libraries.'
  spec.authors = 'Rene Rivera'
  spec.source = { :http => 'https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2',
                  :sha256 => 'f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41' }

  # Pinning to the same version as React.podspec.
  spec.platforms = { :ios => '11.0' }
  spec.requires_arc = false

  spec.module_name = 'boost'
  spec.header_dir = 'boost'
  spec.preserve_path = 'boost'
end

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:
image

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  -
@jnak
Copy link

jnak commented Dec 31, 2023

Same here!

@irisjae
Copy link

irisjae commented Dec 31, 2023

Does anyone know of a mirror?

@rafaels-dev
Copy link
Author

Does anyone know of a mirror?

I downloaded a copy of the file hosted on Source Forge and put it directly on my project.
https://sourceforge.net/projects/boost/files/boost/1.76.0/

The SHA256 of the Source Forge file is the same as the original file.

@tensor-works
Copy link

same problem!

@danidaryaweesh
Copy link

Same problem for us too. Is this going to be fixed by them anytime soon?

@f4exb
Copy link

f4exb commented Jan 1, 2024

Chocobo1 added a commit to Chocobo1/qBittorrent that referenced this issue Jan 1, 2024
Boost main download site jfrog is unavailable at the time of writing.
Related: boostorg/boost#842
Silverlan added a commit to Silverlan/pragma that referenced this issue Jan 1, 2024
Silverlan added a commit to Silverlan/pragma that referenced this issue Jan 1, 2024
@sdarwin
Copy link
Contributor

sdarwin commented Jan 1, 2024

account deactivated.

A temporary mirror site: https://archives.boost.io/release/1.84.0/source/

Hopefully the jfrog links will be restored soon.

Chocobo1 added a commit to qbittorrent/qBittorrent that referenced this issue Jan 2, 2024
Boost main download site jfrog is unavailable at the time of writing.
Related: boostorg/boost#842
PR #20218.
@irisjae
Copy link

irisjae commented Jan 4, 2024

Seems the links are back up.

@mclow mclow closed this as completed Jan 4, 2024
@shamas
Copy link

shamas commented Jan 7, 2024

Does anyone know of a mirror?

I downloaded a copy of the file hosted on Source Forge and put it directly on my project. https://sourceforge.net/projects/boost/files/boost/1.76.0/

The SHA256 of the Source Forge file is the same as the original file.

How did you put it directly in your project?

I found that using spec.source with a file:/ url format worked

@Shigbeard
Copy link

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".

@MrCyjaneK
Copy link

MrCyjaneK commented Jan 7, 2024

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

@userdocs
Copy link

userdocs commented Jan 7, 2024

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.

buddly27 added a commit to buddly27/OpenUSD that referenced this issue Jan 7, 2024
@MrCyjaneK
Copy link

@userdocs yet it is the official link from the official website

petrutlucian94 added a commit to petrutlucian94/ceph that referenced this issue Jan 8, 2024
The Boost download URL is broken again [1], we'll switch to a
working mirror.

[1] boostorg/boost#842
petrutlucian94 added a commit to petrutlucian94/ceph that referenced this issue Jan 8, 2024
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>
@qidaye
Copy link

qidaye commented Jan 8, 2024

jfrog is still not working.

petrutlucian94 added a commit to petrutlucian94/ceph that referenced this issue Jan 8, 2024
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>
qidaye added a commit to apache/doris-thirdparty that referenced this issue Jan 8, 2024
boost jfrog download url is down.
Same issue: boostorg/boost#842

So we change the download url to boost io temporarylly.
qidaye added a commit to qidaye/doris-thirdparty that referenced this issue Jan 8, 2024
boost jfrog download url is down.
Same issue: boostorg/boost#842

So we change the download url to boost io temporarylly.
qidaye added a commit to apache/doris-thirdparty that referenced this issue Jan 8, 2024
boost jfrog download url is down.
Same issue: boostorg/boost#842

So we change the download url to boost io temporarylly.
petrutlucian94 added a commit to petrutlucian94/ceph that referenced this issue Jan 8, 2024
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)
petrutlucian94 added a commit to petrutlucian94/ceph that referenced this issue Jan 8, 2024
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)
petrutlucian94 added a commit to petrutlucian94/ceph that referenced this issue Jan 8, 2024
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)
bernie-laberge added a commit to AcademySoftwareFoundation/OpenRV that referenced this issue Jan 8, 2024
### 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>
lhutton1 added a commit to lhutton1/tvm that referenced this issue Jan 9, 2024
The JFrog artifactory link is down, so changing to an alternative
mirror mentioned in boostorg/boost#842.

Change-Id: Id83c97d6506dd388ba76b5b01576860844080fa9
Mousius pushed a commit to apache/tvm that referenced this issue Jan 10, 2024
* [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.
junrushao pushed a commit to mlc-ai/relax that referenced this issue Jan 17, 2024
* [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.
junrushao pushed a commit to mlc-ai/relax that referenced this issue Jan 17, 2024
* [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.
junrushao pushed a commit to mlc-ai/relax that referenced this issue Jan 21, 2024
* [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.
rishabh-d-dave pushed a commit to rishabh-d-dave/ceph that referenced this issue Jan 29, 2024
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests