You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Duncan Bellamy (Jira)" <ji...@apache.org> on 2022/08/06 17:59:00 UTC

[jira] [Created] (ARROW-17329) Build fails on alpine linux for arrow 9.0.0, /usr/local/include in INTERFACE_INCLUDE_DIRECTORIES

Duncan Bellamy created ARROW-17329:
--------------------------------------

             Summary: Build fails on alpine linux for arrow 9.0.0, /usr/local/include in INTERFACE_INCLUDE_DIRECTORIES
                 Key: ARROW-17329
                 URL: https://issues.apache.org/jira/browse/ARROW-17329
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
    Affects Versions: 9.0.0
         Environment: alpine linux edge
            Reporter: Duncan Bellamy
             Fix For: 9.0.1


zstd can now only be found if  ??{{-DZSTD_LIB=/usr/lib/libzstd.so}}?? is passed to cmake

trying to compile 9.0.0.0 I now get the error:

??-- Configuring done??
??CMake Error in src/arrow/CMakeLists.txt:??
??Imported target "zstd::libzstd" includes non-existent path??

??"/usr/local/include"??

??in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:??
 * ??The path was deleted, renamed, or moved to another location.??

 * ??An install or uninstall procedure did not complete successfully.??

 * ??The installation package was faulty and references files it does not??
??provide.??

??CMake Error in src/arrow/CMakeLists.txt:??
??Imported target "zstd::libzstd" includes non-existent path??

??"/usr/local/include"??

??in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:??
 * ??The path was deleted, renamed, or moved to another location.??

 * ??An install or uninstall procedure did not complete successfully.??

 * ??The installation package was faulty and references files it does not??
??provide.??

??CMake Error in src/arrow/dataset/CMakeLists.txt:??
??Imported target "zstd::libzstd" includes non-existent path??

??"/usr/local/include"??

??in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:??
 * ??The path was deleted, renamed, or moved to another location.??

 * ??An install or uninstall procedure did not complete successfully.??

 * ??The installation package was faulty and references files it does not??
??provide.??

??– Generating done??

/usr/local/include does not exist in my build environment, or the builders for alpine linux



--
This message was sent by Atlassian Jira
(v8.20.10#820010)