kevinw66 opened a new issue, #9764: URL: https://github.com/apache/incubator-gluten/issues/9764
### Problem description Since Velox now support with newer version of re2: https://github.com/facebookincubator/velox/pull/12631, https://github.com/facebookincubator/velox/pull/12678, we don't need to use re2_SOURCE=BUNDLED for openEuler24 anymore. Otherwise we will get ``` -- Setting re2 source to BUNDLED -- [re2] Building re2 from source -- [re2] Setting absl source to AUTO -- [re2] [absl] Using SYSTEM absl CMake Error at CMake/resolve_dependency_modules/re2.cmake:43 (message): Abseil 20240116 or later is required for bundled RE2: 20230802 Call Stack (most recent call first): CMake/ResolveDependency.cmake:43 (include) CMake/ResolveDependency.cmake:84 (velox_build_dependency) CMakeLists.txt:518 (velox_resolve_dependency) -- Configuring incomplete, errors occurred! make[1]: *** [Makefile:96: cmake] Error 1 make[1]: Leaving directory '/opt/incubator-gluten/ep/build-velox/build/velox_ep' make: *** [Makefile:117: release] Error 2 ``` ### System information Gluten Version: 1.5.0-SNAPSHOT Commit: b3ebdb419d6873ca9766f05c34a3e5cfeb8966ce CMake Version: 3.28.3 System: Linux-6.6.0-90.0.0.84.oe2403.aarch64 Arch: aarch64 CPU Name: Model name: - BIOS Model name: virt-7.2 CPU @ 2.0GHz C++ Compiler: /usr/lib64/ccache/c++ C++ Compiler Version: 12.3.1 C Compiler: /usr/lib64/ccache/cc C Compiler Version: 12.3.1 CMake Prefix Path: /usr/local;/usr;/;/usr/local/lib64/python3.11/site-packages/cmake/data;/usr/local;/usr/X11R6;/usr/pkg;/opt ### 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]
