lionelcao opened a new issue, #9354:
URL: https://github.com/apache/incubator-gluten/issues/9354
### Problem description
+ popd
~/incubator-gluten/ep/build-velox/build/velox_ep/deps-download
+ return
+ cd cmake-3
+ ./bootstrap --prefix=/usr/local
---------------------------------------------
CMake 3.28.3, Copyright 2000-2023 Kitware, Inc. and Contributors
Found GNU toolchain
C compiler on this system is: gcc -mavx2 -mfma -mavx -mf16c -mlzcnt -mbmi2
C++ compiler on this system is: g++ -mavx2 -mfma -mavx -mf16c -mlzcnt
-mbmi2
Makefile processor on this system is: gmake
g++ has setenv
g++ has unsetenv
g++ does not have environ in stdlib.h
g++ has stl wstring
g++ has <ext/stdio_filebuf.h>
---------------------------------------------
gmake: 'cmake' is up to date.
./bootstrap: line 2081: 7440 Illegal instruction
"${cmake_bootstrap_dir}/cmake" "${cmake_source_dir}"
"-C${cmake_bootstrap_dir}/InitialCacheFlags.cmake"
"-G${cmake_bootstrap_generator}" ${cmake_options}
${cmake_bootstrap_system_libs} "$@"
### System information
[root@kclient incubator-gluten]# ./dev/info.sh
CMake Error at CMakeLists.txt:6 (project):
No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
Error: --system-information failed on internal CMake!
### CMake log
```bash
```
--
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]