raulcd opened a new issue, #37201:
URL: https://github.com/apache/arrow/issues/37201

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The java-jars job is currently failing on [Build C++ libraries macOS 
aarch_64](https://github.com/ursacomputing/crossbow/actions/runs/5865193153/job/15901640364#logs)
   
   This error is also happening on the maintenance branch for 13.0.0:
   https://github.com/apache/arrow/pull/36616#issuecomment-1680342110
   
https://github.com/ursacomputing/crossbow/actions/runs/5877563237/job/15937924010
   
   The error is the following:
   
   ```
    -- Performing Test CXX_LINKER_SUPPORTS_VERSION_SCRIPT
    -- Performing Test CXX_LINKER_SUPPORTS_VERSION_SCRIPT - Failed
   ```
   There's a bunch of Warnings but I am pretty sure they are not related:
   ```
   CMake Warning at 
/Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/cpp-build/cpp-install/lib/cmake/Arrow/FindThriftAlt.cmake:56
 (find_package):
     By not providing "FindThrift.cmake" in CMAKE_MODULE_PATH this project has
     asked CMake to find a package configuration file provided by "Thrift", but
     CMake did not find one.
   
     Could not find a package configuration file provided by "Thrift" with any
     of the following names:
   
       ThriftConfig.cmake
       thrift-config.cmake
   
     Add the installation prefix of "Thrift" to CMAKE_PREFIX_PATH or set
     "Thrift_DIR" to a directory containing one of the above files.  If "Thrift"
     provides a separate development package or SDK, be sure it has been
     installed.
   Call Stack (most recent call first):
     
/opt/homebrew/Cellar/cmake/3.27.2/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76
 (find_package)
     
/Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/cpp-build/cpp-install/lib/cmake/Arrow/ArrowConfig.cmake:105
 (find_dependency)
     adapter/orc/CMakeLists.txt:18 (find_package)
   
   
   CMake Warning at 
/Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/cpp-build/cpp-install/lib/cmake/Arrow/Findlz4Alt.cmake:29
 (find_package):
     By not providing "Findlz4.cmake" in CMAKE_MODULE_PATH this project has
     asked CMake to find a package configuration file provided by "lz4", but
     CMake did not find one.
   
     Could not find a package configuration file provided by "lz4" with any of
     the following names:
   
       lz4Config.cmake
       lz4-config.cmake
   
     Add the installation prefix of "lz4" to CMAKE_PREFIX_PATH or set "lz4_DIR"
     to a directory containing one of the above files.  If "lz4" provides a
     separate development package or SDK, be sure it has been installed.
   Call Stack (most recent call first):
     
/opt/homebrew/Cellar/cmake/3.27.2/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76
 (find_package)
     
/Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/cpp-build/cpp-install/lib/cmake/Arrow/ArrowConfig.cmake:105
 (find_dependency)
     adapter/orc/CMakeLists.txt:18 (find_package)
   
   
   -- Arrow version: 13.0.0
   -- Found the Arrow shared library: 
   -- Found the Arrow import library: 
   -- Found the Arrow static library: 
/Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/cpp-build/cpp-install/lib/libarrow.a
   -- Configuring incomplete, errors occurred!
   ```
   
   ### Component(s)
   
   Continuous Integration, Java, Packaging


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to