A-little-bit-of-data commented on PR #10243:
URL: 
https://github.com/apache/incubator-gluten/pull/10243#issuecomment-3106268851

   @PHILO-HE   
   Hello, I also compiled it under X86, and an error occurred at the last step.
   
   Compile script :`./dev/builddeps-veloxbe.sh --run_setup_script=OFF 
--enable_s3=ON --enable_gcs=OFF --enable_abfs=OFF --enable_vcpkg=ON 
--build_arrow=OFF &&     mvn clean package -Pbackends-velox -Pspark-3.5 
-DskipTests`
   
   
   
   ```
   [647/647] Building CXX object 
velox/connectors/fuzzer/CMakeFiles/velox_fuzzer_connector.dir/FuzzerConnector.cpp.o
   make[1]: Leaving directory '/incubator-gluten/ep/build-velox/build/velox_ep'
   + '[' -d _build/release/_deps ']'
   + echo 'Successfully built Velox from Source.'
   Successfully built Velox from Source.
   + build_gluten_cpp
   + echo 'Start to build Gluten CPP'
   Start to build Gluten CPP
   + cd /incubator-gluten/dev/../cpp
   + rm -rf build
   + mkdir build
   + cd build
   + GLUTEN_CMAKE_OPTIONS='-DBUILD_VELOX_BACKEND=ON     
-DCMAKE_BUILD_TYPE=Release     
-DVELOX_HOME=/incubator-gluten/dev/../ep/build-velox/build/velox_ep     
-DBUILD_TESTS=OFF     -DBUILD_EXAMPLES=OFF     -DBUILD_BENCHMARKS=OFF     
-DENABLE_JEMALLOC_STATS=OFF     -DENABLE_HBM=OFF     -DENABLE_QAT=OFF     
-DENABLE_IAA=OFF     -DENABLE_GCS=OFF     -DENABLE_S3=ON     -DENABLE_HDFS=OFF  
   -DENABLE_ABFS=OFF'
   + '[' Linux == Darwin ']'
   + cmake -DBUILD_VELOX_BACKEND=ON -DCMAKE_BUILD_TYPE=Release 
-DVELOX_HOME=/incubator-gluten/dev/../ep/build-velox/build/velox_ep 
-DBUILD_TESTS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_BENCHMARKS=OFF 
-DENABLE_JEMALLOC_STATS=OFF -DENABLE_HBM=OFF -DENABLE_QAT=OFF -DENABLE_IAA=OFF 
-DENABLE_GCS=OFF -DENABLE_S3=ON -DENABLE_HDFS=OFF -DENABLE_ABFS=OFF ..
   -- Building using CMake version: 3.28.3
   -- The C compiler identification is GNU 11.2.1
   -- The CXX compiler identification is GNU 11.2.1
   -- Detecting C compiler ABI info
   -- Detecting C compiler ABI info - done
   -- Check for working C compiler: /opt/rh/devtoolset-11/root/usr/bin/cc - 
skipped
   -- Detecting C compile features
   -- Detecting C compile features - done
   -- Detecting CXX compiler ABI info
   -- Detecting CXX compiler ABI info - done
   -- Check for working CXX compiler: /opt/rh/devtoolset-11/root/usr/bin/c++ - 
skipped
   -- Detecting CXX compile features
   -- Detecting CXX compile features - done
   -- Add definition NDEBUG
   -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
   -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
   -- Check if compiler accepts -pthread
   -- Check if compiler accepts -pthread - yes
   -- Found Threads: TRUE  
   -- Found JNI: /usr/lib/jvm/java-1.8.0-openjdk/include  found components: AWT 
JVM 
   -- Found glog: 
/incubator-gluten/dev/vcpkg/vcpkg_installed/x64-linux-avx/lib/libglog.a  
   -- Found PkgConfig: /usr/bin/pkg-config (found version "0.27.1") 
   Core module final CMAKE_CXX_FLAGS= -Wno-class-memaccess 
-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 -mavx2 -mfma -mavx -mf16c 
-mlzcnt -mbmi2
   -- Found Boost: 
/incubator-gluten/dev/vcpkg/vcpkg_installed/x64-linux-avx/include (found 
version "1.84.0")  
   -- Set Gluten Proto Directory in 
/incubator-gluten/gluten-core/src/main/resources/org/apache/gluten/proto
   -- Set Substrait Proto Directory in 
/incubator-gluten/gluten-substrait/src/main/resources/substrait/proto
   -- Found Arrow library: /usr/local/lib64/libarrow.a
   CMake Error at CMake/ConfigArrow.cmake:44 (message):
     Arrow library Not Found: libparquet.a
   Call Stack (most recent call first):
     core/CMakeLists.txt:180 (find_arrow_lib)
   ```


-- 
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]

Reply via email to