zhztheplayer opened a new issue, #7886: URL: https://github.com/apache/incubator-gluten/issues/7886
### Problem description Error: ``` 2024-11-10T16:58:52.0923270Z CMake Error at /opt/cmake/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message): 2024-11-10T16:58:52.0927129Z Could NOT find LibLZMA (missing: LIBLZMA_LIBRARY) (found version "5.4.1") 2024-11-10T16:58:52.0929152Z Call Stack (most recent call first): 2024-11-10T16:58:52.0932168Z /opt/cmake/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) 2024-11-10T16:58:52.0936062Z /opt/cmake/share/cmake-3.28/Modules/FindLibLZMA.cmake:105 (find_package_handle_standard_args) 2024-11-10T16:58:52.0940127Z /opt/gluten/dev/vcpkg/vcpkg_installed/x64-linux-avx/share/liblzma/vcpkg-cmake-wrapper.cmake:26 (_find_package) 2024-11-10T16:58:52.0943543Z /opt/gluten/dev/vcpkg/.vcpkg/scripts/buildsystems/vcpkg.cmake:813 (include) 2024-11-10T16:58:52.0946688Z /opt/cmake/share/cmake-3.28/Modules/CMakeFindDependencyMacro.cmake:76 (find_package) 2024-11-10T16:58:52.0949205Z -- Configuring incomplete, errors occurred! 2024-11-10T16:58:52.0952301Z /opt/gluten/dev/vcpkg/vcpkg_installed/x64-linux-avx/share/libxml2/libxml2-config.cmake:139 (find_dependency) 2024-11-10T16:58:52.0956591Z /opt/gluten/dev/vcpkg/vcpkg_installed/x64-linux-avx/share/libxml2/vcpkg-cmake-wrapper.cmake:2 (_find_package) 2024-11-10T16:58:52.0959941Z /opt/gluten/dev/vcpkg/.vcpkg/scripts/buildsystems/vcpkg.cmake:813 (include) 2024-11-10T16:58:52.0962017Z velox/CMakeLists.txt:144 (find_package) 2024-11-10T16:58:52.0963428Z velox/CMakeLists.txt:342 (find_azure) ``` Reproduce: ``` tools/gluten-te/ubuntu/examples/buildhere-veloxbe-portable-libs/run.sh --enable_vcpkg=ON --build_tests=OFF --build_benchmarks=OFF --enable_s3=ON --enable_gcs=ON --enable_hdfs=ON --enable_abfs=ON --build_type=RelWithDebInfo ``` ### System information X86 + Linux ### CMake log _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]
