pitrou commented on PR #44977:
URL: https://github.com/apache/arrow/pull/44977#issuecomment-2530797184
Ok, looking at the logs of a bundled build, CMake simply ignores the
`closer.lua` download result because its hash doesn't match (it's an HTML
page!):
```
-- Downloading...
dst='/build/cpp/thrift_ep-prefix/src/thrift-0.20.0.tar.gz'
timeout='none'
inactivity timeout='none'
-- Using
src='https://www.apache.org/dyn/closer.lua/thrift/0.20.0/thrift-0.20.0.tar.gz'
-- verifying file...
file='/build/cpp/thrift_ep-prefix/src/thrift-0.20.0.tar.gz'
-- SHA256 hash of
/build/cpp/thrift_ep-prefix/src/thrift-0.20.0.tar.gz
does not match expected value
expected:
'b5d8311a779470e1502c027f428a1db542f5c051c8e1280ccd2163fa935ff2d6'
actual:
'b72837b855681fbdd4820c3268cd04ff958efc614eaaa992892a5f37c5ab5ea1'
-- Hash mismatch, removing...
-- Using src='https://dlcdn.apache.org/thrift/0.20.0/thrift-0.20.0.tar.gz'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 7% complete]
-- [download 9% complete]
```
This makes `closer.lua` actually unusable...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]