You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/04/04 17:40:42 UTC

[GitHub] [arrow] westonpace opened a new issue, #34891: [C++] MinGW builds failing because LLVM 16 is being installed but LLVM 15 is desired by gandiva

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

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   In the most recent successful build I see `mingw-w64-x86_64-llvm-15.0.7-3` get installed.  In more recent failing builds I see `mingw-w64-x86_64-llvm-16.0.0-1` get installed.  This then fails below with...
   
   ```
   2023-04-04T17:24:14.5277400Z CMake Warning at cmake_modules/FindLLVMAlt.cmake:30 (find_package):
   2023-04-04T17:24:15.0382718Z   Could not find a configuration file for package "LLVM" that is compatible
   2023-04-04T17:24:15.0384361Z   with requested version "15.0".
   2023-04-04T17:24:15.0384827Z 
   2023-04-04T17:24:15.0389025Z   The following configuration files were considered but not accepted:
   2023-04-04T17:24:15.0389676Z 
   2023-04-04T17:24:15.0390222Z     D:/a/_temp/msys64/mingw64/lib/cmake/llvm/LLVMConfig.cmake, version: 16.0.0
   2023-04-04T17:24:15.0391049Z     D:/a/_temp/msys64/mingw64/lib/cmake/llvm/llvm-config.cmake, version: unknown
   2023-04-04T17:24:15.0391508Z 
   2023-04-04T17:24:15.0391875Z Call Stack (most recent call first):
   2023-04-04T17:24:15.0392483Z   src/gandiva/CMakeLists.txt:28 (find_package)
   ```
   
   However, I don't think we actually specify a version of llvm at all.  It does not appear in https://github.com/apache/arrow/blob/main/ci/scripts/msys2_setup.sh
   
   Is there a way to hard-code the llvm version that gets installed by msys?  Should we upgrade gandiva to tolerate LLVM 16?  Or can we do a bundled install of LLVM 15?
   
   ### Component(s)
   
   C++


-- 
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-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow] westonpace commented on issue #34891: [C++] MinGW builds failing because LLVM 16 is being installed but LLVM 15 is desired by gandiva

Posted by "westonpace (via GitHub)" <gi...@apache.org>.
westonpace commented on issue #34891:
URL: https://github.com/apache/arrow/issues/34891#issuecomment-1496358671

   Ah, I see https://github.com/apache/arrow/issues/34768 so maybe this is not a concern then.


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] westonpace closed issue #34891: [C++] MinGW builds failing because LLVM 16 is being installed but LLVM 15 is desired by gandiva

Posted by "westonpace (via GitHub)" <gi...@apache.org>.
westonpace closed issue #34891: [C++] MinGW builds failing because LLVM 16 is being installed but LLVM 15 is desired by gandiva
URL: https://github.com/apache/arrow/issues/34891


-- 
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-unsubscribe@arrow.apache.org

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