kszucs commented on pull request #11448:
URL: https://github.com/apache/arrow/pull/11448#issuecomment-945817371
The LLVM 13 package on MinGW might be faulty since for example the macOS
build with LLVM 13 works as expected.
There is no easy way to downgrade LLVM to 12 in MinGW so I'm going to
disable gandiva in those builds for now.
```
CMake Error at
D:/a/_temp/msys64/mingw32/lib/cmake/llvm/LLVMExports.cmake:1254 (message):
The imported target "mlir-tblgen" references the file
"D:/a/_temp/msys64/mingw32/bin/mlir-tblgen.exe"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"D:/a/_temp/msys64/mingw32/lib/cmake/llvm/LLVMExports.cmake"
but not all the files it references.
Call Stack (most recent call first):
D:/a/_temp/msys64/mingw32/lib/cmake/llvm/LLVMConfig.cmake:263 (include)
cmake_modules/FindLLVMAlt.cmake:27 (find_package)
src/gandiva/CMakeLists.txt:28 (find_package)
```
--
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]