-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Pod install error verification checksum was incorrect at boost (1.83.0) #42109
Comments
|
Having the same issue |
+1 |
same issue. started tonight |
The issue seems to be on jfrog.io, the download links are dead https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.gz It seems to be the only mirror according to: |
And even there links dont work, rederecting to dead site |
We found a temporary solution until the issue is resolved move to
change to
|
I solved it with this. |
@cortinico do you plan to fix it so we would not need to patch it? Any ETA?
|
Same issue. |
same issue |
1 similar comment
same issue |
same here |
Same |
same |
3 similar comments
same |
same |
same |
* Fixes Croatian pluralization, which seemed to be legitimately broken * Workaround for facebook/react-native#42109 * Ensure `npm test` runs with UTC time zone
same here, and RN 0.72.5 same |
same |
1 similar comment
same |
boostorg/boost#843 - helped me, just change url from boostorg to sourceforge (checksum is the same) |
Same issue |
Not working |
+1 🤣 |
It looks like it's happening again to quite a few people. Could we please re-open this? |
For anyone struggling, this is what worked for me in the meantime. You can grab a copy elsewhere (e.g. SourceForge) and replace it with the one in your This may come with security implications and you'll have to do it each time you run an |
Having the same issue |
i have this issue now. @_@ |
same |
Same here... |
Experiencing this issue on React Native & App Center CI/CD |
same the temp fix mentioned above works though: #42109 (comment) |
same here.... |
same here..... using react-native version 0.70.6 |
same here....., Please help...! |
Also having the issue (running |
The same case. Happy New Year You All Guys! |
Error installing boost |
Same issue as @prateekuttreja2020 . Running on React Native 0.70. Boost 1.76.0 |
same issue, react native v. 0.72.6 - only happens in the CI/CD pipeline though.. |
Same issue with me but why this issue is closed ? |
Same error here. (0.71.6) |
Hi everyone. We are extremely sorry for the disruption. As I mention already, we don't own the service where Boost is hosted, so this is not a part of our infra where we can intervene directly. We are working on a solution to avoid this problem in the future, so bear with us for now.
Please bear in mind that 0.70 is not supported anymore. We might consider to make a new release for the sake of this change, but that's still up for discussion. Please, stop adding comment like "+1" or "I'm affected too", because this just adds noise to the issue and doesn't make us work faster. @prashantkamboj the issue is closed because the exact same incident happened around New Year's Eve and then the infra recovered the 1st of January, so we closed the issue. WorkaroundTo unblock yourself, you can apply the changes highlighted by this PR: https://github.com/facebook/react-native/pull/42118/files For 0.72 and 0.73, these changes should be straight forward, as they are already in the monorepo setup, so the files path matches with the one of the PR. For 0.70 and 0.71, we are not in the monorepo. To get the right path, remove the
|
for those with [email protected]
Quick way to find out: download the file and run |
Excellent! The temporary solution, as mentioned by others earlier, is effective. However, the issue is that we need to apply this solution every time we install fresh packages. Even creating a patch for these changes doesn't work seamlessly. I'm still in search of a permanent fix. |
Hi! .../node_modules/react-native/ReactAndroid/build.gradle has
And .../node_modules/react-native/third-party-podspecs
I am unsure what to change like @cipolleschi mentioned. Could somebody point me on what to change as issue is critical for me at the moment. |
You could check this. Maybe it helps |
i guess you need to do the patch package by changing the source url |
We have an official workaround and a pinned issue: #42180. |
Description
[!] Error installing boost
Verification checksum was incorrect, expected 6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e, got 5e89103d9b70bba5c91a794126b169cb67654be2051f90cf7c22ba6893ede0ff
Steps to reproduce
React Native Version
0.73.1
Affected Platforms
Build - MacOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
none
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: