You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/02/10 14:37:00 UTC

[jira] [Created] (ARROW-15647) [C++] CMake warnings with Flight SQL

Antoine Pitrou created ARROW-15647:
--------------------------------------

             Summary: [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


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)