boostorg / boost

Super-project for modularized Boost
https://github.com/boostorg/wiki/wiki/Getting-Started%3A-Overview
Boost Software License 1.0
7.13k stars 1.75k forks source link

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

Open brianwestphal opened 9 months ago

brianwestphal commented 9 months ago

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?

md-irefer commented 9 months ago

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

userdocs commented 9 months ago

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

codebycarlos commented 9 months ago

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

cortinico commented 9 months ago

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

sjmudd commented 9 months ago

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

Icehunter commented 9 months ago

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

cortinico commented 9 months ago

@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

Icehunter commented 9 months ago

@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.

hannojg commented 9 months ago

@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 commented 9 months ago

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