-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Error installing boost] Verification checksum was incorrect, expected #42110
Comments
I've filed this ticket for the Boost project (assuming I'm right) Curling the file also gives a different checksum curl -sL https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.tar.bz2 | shasum -a 256
5e89103d9b70bba5c91a794126b169cb67654be2051f90cf7c22ba6893ede0ff - It was also asked here on SO. Happening on my Mac and also on GitHub Actions |
Ok, created a simple patch for this for RN 0.73.1, but everyone could do this for their version
change # 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.83.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.83.0/source/boost_1_83_0.tar.bz2',
:sha256 => '6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e' }
# Pinning to the same version as React.podspec.
spec.platforms = min_supported_versions
spec.requires_arc = false
spec.module_name = 'boost'
spec.header_dir = 'boost'
spec.preserve_path = 'boost'
end to # 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.83.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'
# Patched due to issue https://github.com/boostorg/boost/issues/843
spec.source = { :http => 'https://sourceforge.net/projects/boost/files/boost/1.83.0/boost_1_83_0.tar.bz2',
:sha256 => '6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e' }
# Pinning to the same version as React.podspec.
spec.platforms = min_supported_versions
spec.requires_arc = false
spec.module_name = 'boost'
spec.header_dir = 'boost'
spec.preserve_path = 'boost'
end
|
Duplicates #42109 |
This comment was marked as off-topic.
This comment was marked as off-topic.
It started to happen again today.... |
Yeah happens to me again too... |
yea i am having same issues damn... |
Same issue : Trying to build via bitrise |
me toooo, |
Same 🙃 |
same |
Same here. |
Same 🥺 |
Just happened to me as well (RN 0.71.14) |
just happened for me as well |
Same here. React Native 0.73.1. Just created the project a few minutes ago |
same here..... using react-native version 0.70.6 |
Same here. |
same here. react native v 0.69.9 |
Same here. react native version 0.72.6 |
Same here. react native version 0.73.1, can reopen issuse ??? |
I don't see react-native's CI tests failing but I think that's mainly because the workflows save/restore cocoapod cache so they don't fetch boost from the original source basically |
Same here |
Happens again from yesterday. |
Happening it again, just now |
Facing the same issue again |
Guys! DO NOT REPLACE HASHSUM Replace this url with |
Here is a PR with the fix #42118, the RN team are on it already. More info- #42109 (comment) |
Thanks! |
We have an official workaround and a pinned issue: #42180. |
Description
[!] Error installing boost
Verification checksum was incorrect, expected f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41, got 5e89103d9b70bba5c91a794126b169cb67654be2051f90cf7c22ba6893ede0ff
Error occurred during React Native pod install. Please help
Steps to reproduce
npx react-native@latest init AwesomeProject
cd ios & pod install
React Native Version
0.73.1
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/kdn0325/AwesomeProject-bug-report
Screenshots and Videos
The text was updated successfully, but these errors were encountered: