You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Forcing gRPC_SOURCE to Protobuf_SOURCE (SYSTEM)
CMake Warning at cmake_modules/FindgRPCAlt.cmake:25 (find_package):
By not providing "FindgRPC.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "gRPC", but
CMake did not find one.
Could not find a package configuration file provided by "gRPC" (requested
version 1.17.0) with any of the following names:
gRPCConfig.cmake
grpc-config.cmake
Add the installation prefix of "gRPC" to CMAKE_PREFIX_PATH or set
"gRPC_DIR" to a directory containing one of the above files. If "gRPC"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
cmake_modules/ThirdpartyToolchain.cmake:280 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:3942 (resolve_dependency)
CMakeLists.txt:498 (include)
-- Checking for module 'grpc++'
-- No package 'grpc++' found
-- Providing CMake module for gRPCAlt as part of Arrow CMake package
-- pkg-config package for grpc++ for static link isn't found
CMake Error at cmake_modules/ThirdpartyToolchain.cmake:3957 (get_target_property):
get_target_property() called with non-existent target "gRPC::grpc++".
Call Stack (most recent call first):
CMakeLists.txt:498 (include)
CMake Error at cmake_modules/ThirdpartyToolchain.cmake:3965 (message):
Cannot find grpc++ headers in
Call Stack (most recent call first):
CMakeLists.txt:498 (include)
-- Configuring incomplete, errors occurred!
See also "/var/folders/dl/2sqc_b2s20vfy540jn97pz8h0000gn/T/arrow-HEAD.XXXXX.2O9roRLY/cpp-build/CMakeFiles/CMakeOutput.log".
See also "/var/folders/dl/2sqc_b2s20vfy540jn97pz8h0000gn/T/arrow-HEAD.XXXXX.2O9roRLY/cpp-build/CMakeFiles/CMakeError.log".
Failed to verify release candidate. See /var/folders/dl/2sqc_b2s20vfy540jn97pz8h0000gn/T/arrow-HEAD.XXXXX.2O9roRLY for details.
This have also failed on the Release Candidate 0 verification tasks for 11.0.0: #33751 (comment)
Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered:
…bs on M1 (#33755)
### Rationale for this change
This should fix the verification job failures for M1
### What changes are included in this PR?
The PR ensure installation of our defined `Brewfile` dependencies as part of the verification tasks
### Are these changes tested?
Will be tested via crossbow tasks
### Are there any user-facing changes?
No
* Closes: #33754
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
Since yesterday the nightlies for macOS arm64:
verify-rc-source-cpp-macos-arm64
verify-rc-source-integration-macos-arm64
have failed with:
This have also failed on the Release Candidate 0 verification tasks for 11.0.0:
#33751 (comment)
Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered: