-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Unable to resolve package boost_X_XX_0.tar.gz #26184
Comments
Even I am facing the same issue, the issue is not with the download, it's with the downloaded file format, the error states that the file is not in GZIP format. |
I think there is a problem with access to this resource - there is a redirect to a page that returns a |
Same issue here |
You can try this temporary solution: software-mansion/react-native-reanimated#5542 (comment) |
Same issue here - worked fine yesterday. the solution in react-native-reanimated did not work for me. also tried several different versions, but the issue appears to be the link, explained by @slash006 |
Same issue here |
Its probably down for the JFrog download link. |
Same issue here |
I manually download boost from https://zenlayer.dl.sourceforge.net/project/boost/boost/1.83.0/boost_1_83_0.tar.gz, and put it under expo/react-native-lab/react-native/packages/react-native/ReactAndroid/build/downloads |
Is it work?? |
I am using EAS. |
JFrog for boost download now is up, and the issue should be resolved. I've tried to build using EAS and its success |
yes, it worked for me |
it seems, its working now. |
This can be closed as is effectively a duplicate of facebook/react-native#42109 |
It started to happen again today.... |
JFrog down now. It seems not stable. |
Same here. FK! |
Same here |
same here |
In your node_modules => expo-modules-core/android/build.gradle, Replace the following function
with the below function
I have changed the source URL in the downloadBoost function by following this answer and it works for me. I just patched this in my project using patch-package. Make sure to delete the previously downloaded file boost_1_76_0.tar.gz in expo-modules-core/android/build/downloads |
We have an official workaround and a pinned issue: facebook/react-native#42180. |
Fixed the Issue with Boost Library Step 1: Update URL in ReactAndroid Build Script
Step 2: Update URL in Expo Modules Core
Step 3: Apply the Patches After making the changes, run the following commands to apply the patches:
|
It's back again and no result by any of the answers. |
same issue |
same issue too T.T |
We need install patch-package first: |
Install this package,
This solved my problem. |
Summary
Hi,
since yesterday it's not possible to download boost package. https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.gz seems to be unavailable:
[RUN_GRADLEW] Execution failed for task ':expo-modules-core:prepareBoost'. [RUN_GRADLEW] > Could not read /tmp/adam/eas-build-local-nodejs/.../expo-modules-core/android/build/downloads/boost_1_76_0.tar.gz. [RUN_GRADLEW] > Not in GZIP format
What platform(s) does this occur on?
Android
SDK Version
~47.0.12
Environment
expo-env-info 1.0.5 environment info:
System:
OS: Linux 6.2 Ubuntu 22.04.3 LTS 22.04.3 LTS (Jammy Jellyfish)
Shell: 5.1.16 - /bin/bash
Binaries:
Node: 21.4.0 - ~/.nvm/versions/node/v21.4.0/bin/node
Yarn: 1.22.21 - /usr/local/bin/yarn
npm: 10.2.4 - ~/.nvm/versions/node/v21.4.0/bin/npm
npmPackages:
@expo/webpack-config: ^0.17.2 => 0.17.4
expo: ~47.0.12 => 47.0.14
react: 18.1.0 => 18.1.0
react-dom: 18.1.0 => 18.1.0
react-native: 0.70.5 => 0.70.5
react-native-web: ~0.18.9 => 0.18.12
Expo Workflow: managed
Minimal reproducible example
eas build -p android --local --profile preview
The text was updated successfully, but these errors were encountered: