You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/15 04:57:08 UTC

[GitHub] [arrow] REASY commented on a diff in pull request #13157: feat: Java JNI with S3 support

REASY commented on code in PR #13157:
URL: https://github.com/apache/arrow/pull/13157#discussion_r873109292


##########
ci/docker/linux-apt-jni.dockerfile:
##########
@@ -61,6 +61,7 @@ RUN apt-get update -y -q && \
         protobuf-compiler \
         rapidjson-dev \
         tzdata \
+        libcurl4-openssl-dev\

Review Comment:
   Otherwise getting the following error when try `ARCH=amd64 docker-compose run debian-java-jni`:
   ```
   Building AWS C++ SDK from source
   CMake Error at /opt/cmake-3.11.4-Linux-x86_64/share/cmake-3.11/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
     Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
   Call Stack (most recent call first):
     /opt/cmake-3.11.4-Linux-x86_64/share/cmake-3.11/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
     /opt/cmake-3.11.4-Linux-x86_64/share/cmake-3.11/Modules/FindCURL.cmake:48 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
     cmake_modules/ThirdpartyToolchain.cmake:1087 (find_package)
     cmake_modules/ThirdpartyToolchain.cmake:4371 (find_curl)
     cmake_modules/ThirdpartyToolchain.cmake:4526 (build_awssdk)
     CMakeLists.txt:552 (include)
   ```



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org