rajatma1993 commented on issue #10242:
URL:
https://github.com/apache/incubator-gluten/issues/10242#issuecomment-3112241134
Docker build is leading to the below error after set LLVM_VERSION to 19
-- The C compiler identification is Clang 19.1.7
-- The CXX compiler identification is Clang 19.1.7
-- The ASM compiler identification is unknown
-- Found assembler: /usr/bin/clang-17
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - failed
-- Check for working C compiler: /usr/bin/clang-19
-- Check for working C compiler: /usr/bin/clang-19 - broken
CMake Error at /usr/share/cmake-4.0/Modules/CMakeTestCCompiler.cmake:67
(message):
The C compiler
"/usr/bin/clang-19"
is not able to compile a simple test program.
It fails with the following output:
Change Dir: '/build/CMakeFiles/CMakeScratch/TryCompile-QWZ2JZ'
Run Build Command(s): /usr/bin/ninja -v cmTC_de45f
[1/2] /usr/bin/clang-19 --target=x86_64-linux-gnu
--sysroot=/clickhouse/cmake/linux/../../contrib/sysroot/linux-x86_64/x86_64-linux-gnu/libc
--gcc-toolchain=/clickhouse/cmake/linux/../../contrib/sysroot/linux-x86_64
-MD -MT CMakeFiles/cmTC_de45f.dir/testCCompiler.c.o -MF
CMakeFiles/cmTC_de45f.dir/testCCompiler.c.o.d -o
CMakeFiles/cmTC_de45f.dir/testCCompiler.c.o -c
/build/CMakeFiles/CMakeScratch/TryCompile-QWZ2JZ/testCCompiler.c
[2/2] : && /usr/bin/cmake -E rm -f libcmTC_de45f.a &&
/usr/bin/llvm-ar-17 qc libcmTC_de45f.a
CMakeFiles/cmTC_de45f.dir/testCCompiler.c.o && /usr/bin/llvm-ranlib-17
libcmTC_de45f.a && :
FAILED: libcmTC_de45f.a
: && /usr/bin/cmake -E rm -f libcmTC_de45f.a && /usr/bin/llvm-ar-17 qc
libcmTC_de45f.a CMakeFiles/cmTC_de45f.dir/testCCompiler.c.o &&
/usr/bin/llvm-ranlib-17 libcmTC_de45f.a && :
/bin/sh: 1: /usr/bin/llvm-ar-17: not found
ninja: build stopped: subcommand failed.
what is suspects is might be internal ASM compiler is either not identified
or it is also set to 17, any specific file we can check ?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]