[
https://issues.apache.org/jira/browse/ARROW-16788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Li updated ARROW-16788:
-----------------------------
Summary: [C++] Some packaging builds fail to build bundled gRPC (was:
[C++] Some packing builds fail to build bundled gRPC)
> [C++] Some packaging builds fail to build bundled gRPC
> ------------------------------------------------------
>
> Key: ARROW-16788
> URL: https://issues.apache.org/jira/browse/ARROW-16788
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Reporter: David Li
> Priority: Major
>
> [https://github.com/ursacomputing/crossbow/runs/6789534725?check_suite_focus=true]
> {noformat}
> FAILED:
> CMakeFiles/grpc++.dir/src/core/ext/transport/binder/transport/binder_transport.cc.o
>
> /usr/lib/ccache/c++
> -I/build/apache-arrow-9.0.0.dev191/cpp_build/grpc_ep-prefix/src/grpc_ep/include
> -I/build/apache-arrow-9.0.0.dev191/cpp_build/grpc_ep-prefix/src/grpc_ep
> -I/build/apache-arrow-9.0.0.dev191/cpp_build/grpc_ep-prefix/src/grpc_ep/third_party/address_sorting/include
>
> -I/build/apache-arrow-9.0.0.dev191/cpp_build/grpc_ep-prefix/src/grpc_ep/src/core/ext/upb-generated
>
> -I/build/apache-arrow-9.0.0.dev191/cpp_build/grpc_ep-prefix/src/grpc_ep/src/core/ext/upbdefs-generated
>
> -I/build/apache-arrow-9.0.0.dev191/cpp_build/grpc_ep-prefix/src/grpc_ep/third_party/upb
>
> -I/build/apache-arrow-9.0.0.dev191/cpp_build/grpc_ep-prefix/src/grpc_ep/third_party/xxhash
> -Igens -isystem
> /build/apache-arrow-9.0.0.dev191/cpp_build/protobuf_ep-install/include
> -isystem /build/apache-arrow-9.0.0.dev191/cpp_build/absl_ep-install/include
> -g -O2 -fdebug-prefix-map=/build/apache-arrow-9.0.0.dev191=.
> -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2
> -fdiagnostics-color=always -O3 -DNDEBUG -O3 -DNDEBUG -fPIC -g -O2
> -fdebug-prefix-map=/build/apache-arrow-9.0.0.dev191=.
> -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2
> -fdiagnostics-color=always -O3 -DNDEBUG -O3 -DNDEBUG -fPIC -fPIC -pthread
> -std=c++11 -MD -MT
> CMakeFiles/grpc++.dir/src/core/ext/transport/binder/transport/binder_transport.cc.o
> -MF
> CMakeFiles/grpc++.dir/src/core/ext/transport/binder/transport/binder_transport.cc.o.d
> -o
> CMakeFiles/grpc++.dir/src/core/ext/transport/binder/transport/binder_transport.cc.o
> -c
> /build/apache-arrow-9.0.0.dev191/cpp_build/grpc_ep-prefix/src/grpc_ep/src/core/ext/transport/binder/transport/binder_transport.cc
> /build/apache-arrow-9.0.0.dev191/cpp_build/grpc_ep-prefix/src/grpc_ep/src/core/ext/transport/binder/transport/binder_transport.cc:
> In function ‘void set_pollset_set(grpc_transport*, grpc_stream*,
> grpc_pollset_set*)’:
> /build/apache-arrow-9.0.0.dev191/cpp_build/grpc_ep-prefix/src/grpc_ep/src/core/ext/transport/binder/transport/binder_transport.cc:135:29:
> error: format not a string literal and no format arguments
> [-Werror=format-security]
> 135 | gpr_log(GPR_INFO, __func__);
> | ^ {noformat}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)