boostorg / boostorg/boost

Verification checksum was incorrect

Open
#996 12 comments 2 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
8.6k
Forks
1.9k
Avg merge
39m
Merged PRs (30d)
2

Description

I'm using React Native which depends on Boost. When trying to run `pod install` I get the following message:

```
[!] Error installing boost
Verification checksum was incorrect, expected f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41, got 79e6d3f986444e5a80afbeccdaf2d1c1cf964baa8d766d20859d653a16c39848
```

I went down the rabbit hole: React Native tries to get Boost from `https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2` (in `node_modules/react-native/third-party-podspecs/boost.podspec`). This URL is broken - it leads to a [JFrog's "Your 14-day trial is over" page](https://landing.jfrog.com/reactivate-server/boostorg). Its checksum is indeed `79e6d3f986444e5a80afbeccdaf2d1c1cf964baa8d766d20859d653a16c39848`:

```
curl -sL https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2 | sha1sum
7694f0b22c5217c4a12cd0fc1b4f74758b9d3fa3 -
```

Is it an upstream problem with JFrog? Or maybe someone forgot to pay the bills? 🙃

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.