[
https://issues.apache.org/jira/browse/ARROW-15647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490296#comment-17490296
]
Antoine Pitrou commented on ARROW-15647:
----------------------------------------
cc [~lidavidm] [~kou]
> [C++] CMake warnings with Flight SQL
> ------------------------------------
>
> Key: ARROW-15647
> URL: https://issues.apache.org/jira/browse/ARROW-15647
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Reporter: Antoine Pitrou
> Priority: Minor
>
> I get the following warnings with Flight enabled when building from a Conda
> environment:
> {code}
> CMake Warning at cmake_modules/BuildUtils.cmake:692 (add_executable):
> Cannot generate a safe runtime search path for target arrow-flight-sql-test
> because files in some directories may conflict with libraries in implicit
> directories:
> runtime library [libsqlite3.so.0] in /usr/lib/x86_64-linux-gnu may be
> hidden by files in:
> /home/antoine/miniconda3/envs/pyarrow/lib
> Some of these libraries may not be found correctly.
> Call Stack (most recent call first):
> src/arrow/CMakeLists.txt:62 (add_test_case)
> src/arrow/flight/sql/CMakeLists.txt:80 (add_arrow_test)
> CMake Warning at src/arrow/flight/sql/CMakeLists.txt:91 (add_executable):
> Cannot generate a safe runtime search path for target
> flight_sql_test_server because files in some directories may conflict with
> libraries in implicit directories:
> runtime library [libsqlite3.so.0] in /usr/lib/x86_64-linux-gnu may be
> hidden by files in:
> /home/antoine/miniconda3/envs/pyarrow/lib
> Some of these libraries may not be found correctly.
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)