NEUpanning opened a new issue, #5491:
URL: https://github.com/apache/incubator-gluten/issues/5491
### Problem description
I ran `./dev/buildbundle-veloxbe.sh` and it failed.
### System information
Velox System Info v0.0.2
Commit: 1b219aaa3d14e34f794c8b4369aa11603169460c
CMake Version: 3.29.2
System: Darwin-23.2.0
Arch: x86_64
C++ Compiler:
C++ Compiler Version: 15.0.0.15000100
C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
C Compiler Version: 15.0.0.15000100
CMake Prefix Path:
### CMake log
```bash
++ cd /Users/panning/VSProjects/glutenNvelox_CE/incubator-gluten/dev/../cpp
++ rm -rf build
++ mkdir build
++ cd build
++ cmake -DBUILD_VELOX_BACKEND=ON -DCMAKE_BUILD_TYPE=Release
-DBUILD_TESTS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_BENCHMARKS=OFF
-DBUILD_JEMALLOC=OFF -DENABLE_HBM=OFF -DENABLE_QAT=OFF -DENABLE_IAA=OFF
-DENABLE_GCS=OFF -DENABLE_S3=OFF -DENABLE_HDFS=OFF ..
-- Building using CMake version: 3.29.2
-- The C compiler identification is AppleClang 15.0.0.15000100
-- The CXX compiler identification is AppleClang 15.0.0.15000100
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler:
/Library/Developer/CommandLineTools/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:
/Library/Developer/CommandLineTools/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Set VELOX_HOME to
/Users/panning/VSProjects/glutenNvelox_CE/incubator-gluten/ep/build-velox/build/velox_ep
-- Add definition NDEBUG
Unsupported compiler ID: AppleClang
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer
directory '/Library/Developer/CommandLineTools' is a command line tools instance
-- Found JNI:
/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/include found
components: AWT JVM
-- Found glog: /usr/local/lib/libglog.dylib
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- Found Boost: /usr/local/lib/cmake/Boost-1.84.0/BoostConfig.cmake (found
version "1.84.0")
-- Set Substrait Proto Directory in
/Users/panning/VSProjects/glutenNvelox_CE/incubator-gluten/gluten-core/src/main/resources/substrait/proto
-- Set Gluten Proto Directory in
/Users/panning/VSProjects/glutenNvelox_CE/incubator-gluten/gluten-core/src/main/resources/io/glutenproject/proto
-- Found Arrow library:
/Users/panning/VSProjects/glutenNvelox_CE/incubator-gluten/ep/build-velox/build/velox_ep/_build/release/third_party/arrow_ep/install/lib/libarrow.1400.dylib
-- Found Arrow library:
/Users/panning/VSProjects/glutenNvelox_CE/incubator-gluten/ep/build-velox/build/velox_ep/_build/release/third_party/arrow_ep/install/lib/libparquet.1400.dylib
-- Could NOT find Protobuf (missing: Protobuf_INCLUDE_DIR)
-- Use existing ProtoBuf libraries: /usr/local/lib/libprotobuf.a
-- Use existing Jemalloc libraries
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- 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
-- Found Arrow library:
/Users/panning/VSProjects/glutenNvelox_CE/incubator-gluten/ep/build-velox/build/velox_ep/_build/release/third_party/arrow_ep/install/lib/libarrow.1400.dylib
-- Found Arrow library:
/Users/panning/VSProjects/glutenNvelox_CE/incubator-gluten/ep/build-velox/build/velox_ep/_build/release/third_party/arrow_ep/install/lib/libparquet.1400.dylib
-- Could NOT find re2 (missing: re2_DIR)
-- RE2 Library Can Be Found in /usr/local/lib/libre2.a
-- Found Thrift: /usr/local/lib/libthrift.dylib (found version "0.20.0")
-- Configuring done (3.1s)
CMake Error at core/CMakeLists.txt:296 (add_dependencies):
The dependency target "protobuf::libprotobuf" of target "jni_proto" does
not exist.
-- Generating done (0.2s)
CMake Generate step failed. Build files cannot be regenerated correctly.
```
--
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]