davisusanibar commented on PR #39391:
URL: https://github.com/apache/arrow/pull/39391#issuecomment-1908924291
Hi,
Trying to build cpp dependencies for Java JNI libraries and receiving the
following error message:
````
$ arrow/java: mvn generate-resources -Pgenerate-libs-jni-macos-linux -N
...
-- Downloading...
dst='/Users/dsusanibar/Documents/business/voltron/fork/vibhatha/arrow/cpp-jni/zlib_ep-prefix/src/zlib-1.3.tar.gz'
timeout='none'
inactivity timeout='none'
-- Using src='https://zlib.net/fossils/zlib-1.3.tar.gz'
-- verifying file...
file='/Users/dsusanibar/Documents/business/voltron/fork/vibhatha/arrow/cpp-jni/zlib_ep-prefix/src/zlib-1.3.tar.gz'
-- SHA256 hash of
/Users/dsusanibar/Documents/business/voltron/fork/vibhatha/arrow/cpp-jni/zlib_ep-prefix/src/zlib-1.3.tar.gz
does not match expected value
expected:
'ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e'
actual:
'92e1f7b660b942a8365b54da7f098d4ed04f2d68f0219dfd192f2002b1d648f0'
-- Hash mismatch, removing...
````
Then if I change the hash to
`ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e` I am seeing:
````
$ arrow/java: mvn generate-resources -Pgenerate-libs-jni-macos-linux -N
...
-- stderr output is:
CMake Error at zlib_ep-stamp/download-zlib_ep.cmake:170 (message):
Each download failed!
error: downloading
'https://apache.jfrog.io/artifactory/arrow/thirdparty/7.0.0/zlib-1.3.tar.gz'
failed
status_code: 22
status_string: "HTTP response code said error"
log:
````
--
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]