j7nhai opened a new issue, #6330: URL: https://github.com/apache/incubator-gluten/issues/6330
### Backend VL (Velox) ### Bug description <img width="855" alt="image" src="https://github.com/apache/incubator-gluten/assets/146867566/e30aa84e-b23c-4b5f-839c-a62add0c60b9"> And I do successfully run ./build_veclox.sh <img width="835" alt="image" src="https://github.com/apache/incubator-gluten/assets/146867566/d941e3a5-8ec0-4098-9b37-0c478699c770"> But, when I run `./compile.sh --build_velox_backend=ON`, something wrong happended. ``` -- Use existing ProtoBuf libraries: /usr/local/lib/libprotobuf.a Velox module final CMAKE_CXX_FLAGS= -Wno-error=maybe-uninitialized -Wno-error=unused-but-set-variable -Wall -Wno-sign-compare -Wno-comment -Werror -Wno-error=parentheses -Wno-error=unused-function -Wno-error=unused-variable -Wno-strict-aliasing -Wno-ignored-qualifiers -Wno-deprecated-declarations -Wno-attributes -Wno-class-memaccess -march=native -std=c++17 -mno-avx512f -mbmi2 -- Found Boost: /usr/local/lib/cmake/Boost-1.84.0/BoostConfig.cmake (found suitable version "1.84.0", minimum required is "1.51.0") found components: context filesystem program_options regex system thread -- Found folly: /usr/local CMake Error at velox/CMakeLists.txt:96 (message): Velox library not exists: /opt/gluten/cpp/../ep/build-velox/build/velox_ep/_build/release/velox/functions/sparksql/libvelox_functions_spark.a Call Stack (most recent call first): velox/CMakeLists.txt:141 (add_velox_dependency) velox/CMakeLists.txt:591 (add_velox_dependencies) ``` ### Spark version None ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs _No response_ -- 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]
