boostorg / boostorg/boost

Error installing boost Verification checksum was incorrect

Open
#843 120 comments 64 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 developing a Mobile app with React Native (0.73.1) and for building the app I need to install the pods. The pods contains installing boos, see [this file](https://github.com/facebook/react-native/blob/main/packages/react-native/third-party-podspecs/boost.podspec#L14).

I get the following error

```logs
Installing boost (1.83.0)

[!] Error installing boost
Verification checksum was incorrect, expected 6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e, got 5e89103d9b70bba5c91a794126b169cb67654be2051f90cf7c22ba6893ede0ff
```

When I check [this site](https://www.boost.org/users/history/version_1_83_0.html) I see the checksum should be `6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e`

When I do this on my Mac

```sh
curl -sL https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.tar.bz2 | shasum -a 256

5e89103d9b70bba5c91a794126b169cb67654be2051f90cf7c22ba6893ede0ff -
```

I get a different checksum

Please let me know what I need to provide more to debug this

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.