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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   A cluster of Linux nightly verification jobs are failing to find LLVM using 
our FindLLVMAlt.cmake:
   
   ```
   -- Could NOT find LLVM (missing: LLVM_DIR)
   -- Could NOT find LLVM (missing: LLVM_DIR)
   -- Could NOT find LLVM (missing: LLVM_DIR)
   -- Could NOT find LLVM (missing: LLVM_DIR)
   -- Could NOT find LLVM (missing: LLVM_DIR)
   -- Could NOT find LLVM (missing: LLVM_DIR)
   -- Could NOT find LLVM (missing: LLVM_DIR)
   -- Could NOT find LLVM (missing: LLVM_DIR)
   -- Could NOT find LLVM (missing: LLVM_DIR)
   -- Could NOT find LLVM (missing: LLVM_DIR)
   -- Could NOT find LLVM (missing: LLVM_DIR)
   -- Could NOT find LLVM (missing: LLVM_DIR)
   -- Could NOT find LLVM (missing: LLVM_DIR)
   -- Could NOT find LLVM (missing: LLVM_DIR)
   CMake Error at 
/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
     Could NOT find LLVMAlt (missing: LLVM_PACKAGE_VERSION CLANG_EXECUTABLE
     LLVM_FOUND LLVM_LINK_EXECUTABLE)
   Call Stack (most recent call first):
     /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 
(_FPHSA_FAILURE_MESSAGE)
     cmake_modules/FindLLVMAlt.cmake:125 (find_package_handle_standard_args)
     src/gandiva/CMakeLists.txt:30 (find_package)
   ```
   
   (Excepted from 
https://github.com/ursacomputing/crossbow/actions/runs/12619675362/job/35164487847)
   
   We'll need to resolve this before the 19.0.0 release.
   
   ### Component(s)
   
   C++, Release


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to