boost icon indicating copy to clipboard operation
boost copied to clipboard

Downloads failing for boostorg.jfrog.io, affecting several important packages

Open brianwestphal opened this issue 5 months ago • 10 comments

At least these two that I'm running into:

Unable to fetch from https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.gz

Was this changed intentionally/unintentionally?

brianwestphal avatar Jan 08 '24 05:01 brianwestphal

i got the "Not in GZIP format" in expo-modules-core

md-irefer avatar Jan 08 '24 06:01 md-irefer

The three issues before yours are all specific to this issue. This is essentially just a duplicate of them.

https://github.com/boostorg/boost/issues/845 https://github.com/boostorg/boost/issues/844 https://github.com/boostorg/boost/issues/843

userdocs avatar Jan 08 '24 08:01 userdocs

This is having a significant effect with users unable to compile apps for React Native:

https://github.com/facebook/react-native/issues/42109#issuecomment-1880663873

codebycarlos avatar Jan 08 '24 09:01 codebycarlos

Hey all, Nicola here from the React Native team. Here is the official recommendation on how to overcome this failure:

  • https://github.com/facebook/react-native/issues/42180

cortinico avatar Jan 08 '24 11:01 cortinico

Also affects MySQL building: https://bugs.mysql.com/bug.php?id=113576

sjmudd avatar Jan 08 '24 11:01 sjmudd

@cortinico it affects android as well, as we only ship android, so we went the patch package route as well.

Icehunter avatar Jan 08 '24 19:01 Icehunter

@cortinico it affects android as well, as we only ship android, so we went the patch package route as well.

Nope it does not affect Android as we distribute a prebuilt and users don't need to re-download boost. If you're seeing a failure, that's caused by one of your dependencies that should not re-download boost

cortinico avatar Jan 08 '24 19:01 cortinico

@cortinico it affects android as well, as we only ship android, so we went the patch package route as well.

Nope it does not affect Android as we distribute a prebuilt and users don't need to re-download boost. If you're seeing a failure, that's caused by one of your dependencies that should not re-download boost

We use reanimated, but I'm not quit sure what to say. If I patch-package react-native (0.73.1) than building release works.

Icehunter avatar Jan 08 '24 20:01 Icehunter

@cortinico In case of Expensify (react native partner), they are building react native from source, so they need to download boost. There we also get the Not in GZIP format error. Is the fix from iOS transferable to android?

hannojg avatar Jan 09 '24 07:01 hannojg

Okay, sorry, taking my words back. Seems like the issue is with the reanimated package! Sorry for the ping

hannojg avatar Jan 09 '24 08:01 hannojg