John Muschelli created ARROW-15840:
--------------------------------------
Summary: s2n static/shared folder make
Key: ARROW-15840
URL: https://issues.apache.org/jira/browse/ARROW-15840
Project: Apache Arrow
Issue Type: Bug
Components: R
Reporter: John Muschelli
Installing `arrow` in R using install.packages("arrow")
Got a number of issues with CMake looking for certain files in `static`
subfolder as opposed to standard `shared`, such as
/opt/conda/lib/aws-checksums/cmake/{*}static{*}/aws-checksums-targets.cmake vs
/opt/conda/lib/aws-checksums/cmake/{*}shared{*}/aws-checksums-targets.cmake.
Copied shared to static and issue was resolved. Not sure if it's a config
issue on my end or not.
CMake Error at /opt/conda/lib/aws-checksums/cmake/aws-checksums-config.cmake:4
(include):
include could not find load file:
/opt/conda/lib/aws-checksums/cmake/static/aws-checksums-targets.cmake
Call Stack (most recent call first):
/usr/share/cmake-3.13/Modules/CMakeFindDependencyMacro.cmake:48 (find_package)
/opt/conda/lib/aws-c-event-stream/cmake/aws-c-event-stream-config.cmake:3
(find_dependency)
/usr/share/cmake-3.13/Modules/CMakeFindDependencyMacro.cmake:48 (find_package)
/opt/conda/lib/cmake/aws-cpp-sdk-core/aws-cpp-sdk-core-config.cmake:2
(find_dependency)
/opt/conda/lib/cmake/AWSSDK/AWSSDKConfig.cmake:292 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:4301 (find_package)
CMakeLists.txt:546 (include)
--
This message was sent by Atlassian Jira
(v8.20.1#820001)