You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2022/11/15 08:50:58 UTC

[arrow] 02/27: ARROW-18092: [CI][Conan] Update versions of gRPC related dependencies (#14453)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch maint-10.0.x
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 5f66d0e484511ae359f2e4dfbdaf0e007e2f52ff
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Wed Oct 19 10:02:25 2022 +0900

    ARROW-18092: [CI][Conan] Update versions of gRPC related dependencies (#14453)
    
    Error message:
    
    https://github.com/ursacomputing/crossbow/actions/runs/3271941831/jobs/5382341820#step:5:566
    
        WARN: Remotes registry file missing, creating default one in /root/.conan/remotes.json
        WARN: grpc/1.48.0: requirement re2/20220601 overridden by arrow/10.0.0 to re2/20220201
        WARN: grpc/1.48.0: requirement protobuf/3.21.4 overridden by arrow/10.0.0 to protobuf/3.21.1
        WARN: googleapis/cci.20220711: requirement protobuf/3.21.4 overridden by grpc/1.48.0 to protobuf/3.21.1
        WARN: grpc-proto/cci.20220627: requirement protobuf/3.21.4 overridden by grpc/1.48.0 to protobuf/3.21.1
        ERROR: Missing binary: grpc/1.48.0:ddc600b3316e16c4e38f2c1ca1214d7241b4dd80
        grpc/1.48.0: WARN: Can't find a 'grpc/1.48.0' package for the
        specified settings, options and dependencies:
        - Settings: arch=x86_64,
                    build_type=Release,
                    compiler=gcc,
                    compiler.libcxx=libstdc++,
                    compiler.version=10,
                    os=Linux
        - Options: codegen=True,
                   cpp_plugin=True,
                   csharp_ext=False,
                   csharp_plugin=True,
                   fPIC=True,
                   node_plugin=True,
                   objective_c_plugin=True,
                   php_plugin=True,
                   python_plugin=True,
                   ruby_plugin=True,
                   secure=False,
                   shared=False,
                   abseil:fPIC=True,
                   abseil:shared=False,
                   c-ares:fPIC=True,
                   c-ares:shared=False,
                   c-ares:tools=True,
                   googleapis:fPIC=True,
                   googleapis:shared=False,
                   grpc-proto:fPIC=True,
                   grpc-proto:shared=False,
                   openssl:386=False,
                   openssl:enable_weak_ssl_ciphers=False,
                   openssl:fPIC=True,
                   openssl:no_aria=False,
                   openssl:no_asm=False,
                   openssl:no_async=False,
                   openssl:no_bf=False,
                   openssl:no_blake2=False,
                   openssl:no_camellia=False,
                   openssl:no_cast=False,
                   openssl:no_chacha=False,
                   openssl:no_cms=False,
                   openssl:no_comp=False,
                   openssl:no_ct=False,
                   openssl:no_deprecated=False,
                   openssl:no_des=False,
                   openssl:no_dgram=False,
                   openssl:no_dh=False,
                   openssl:no_dsa=False,
                   openssl:no_dso=False,
                   openssl:no_ec=False,
                   openssl:no_ecdh=False,
                   openssl:no_ecdsa=False,
                   openssl:no_engine=False,
                   openssl:no_filenames=False,
                   openssl:no_gost=False,
                   openssl:no_hmac=False,
                   openssl:no_idea=False,
                   openssl:no_md4=False,
                   openssl:no_md5=False,
                   openssl:no_mdc2=False,
                   openssl:no_ocsp=False,
                   openssl:no_pinshared=False,
                   openssl:no_rc2=False,
                   openssl:no_rfc3779=False,
                   openssl:no_rmd160=False,
                   openssl:no_rsa=False,
                   openssl:no_seed=False,
                   openssl:no_sha=False,
                   openssl:no_sm2=False,
                   openssl:no_sm3=False,
                   openssl:no_sm4=False,
                   openssl:no_sock=False,
                   openssl:no_srp=False,
                   openssl:no_srtp=False,
                   openssl:no_sse2=False,
                   openssl:no_ssl=False,
                   openssl:no_ssl3=False,
                   openssl:no_stdio=False,
                   openssl:no_tests=False,
                   openssl:no_threads=False,
                   openssl:no_tls1=False,
                   openssl:no_ts=False,
                   openssl:no_whirlpool=False,
                   openssl:openssldir=None,
                   openssl:shared=False,
                   protobuf:debug_suffix=True,
                   protobuf:fPIC=True,
                   protobuf:lite=False,
                   protobuf:shared=False,
                   protobuf:with_rtti=True,
                   protobuf:with_zlib=True,
                   re2:fPIC=True,
                   re2:shared=False,
                   zlib:fPIC=True,
                   zlib:shared=False
        - Dependencies: abseil/20220623.0,
                        c-ares/1.18.1,
                        openssl/1.1.1q,
                        re2/20220201,
                        zlib/1.2.12,
                        protobuf/3.21.1,
                        googleapis/cci.20220711,
                        grpc-proto/cci.20220627
        - Requirements: abseil/20220623.Y.Z,
                        c-ares/1.Y.Z,
                        googleapis/cci.20220711,
                        grpc-proto/cci.20220627,
                        openssl/1.Y.Z,
                        protobuf/3.21.1:37dd8aae630726607d9d4108fefd2f59c8f7e9db,
                        re2/20220201.Y.Z,
                        zlib/1.Y.Z
        - Package ID: ddc600b3316e16c4e38f2c1ca1214d7241b4dd80
    
        ERROR: Missing prebuilt package for 'grpc/1.48.0'
    
    Authored-by: Sutou Kouhei <ko...@clear-code.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 ci/conan/all/conanfile.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/conan/all/conanfile.py b/ci/conan/all/conanfile.py
index 26abcc028b..726f83239b 100644
--- a/ci/conan/all/conanfile.py
+++ b/ci/conan/all/conanfile.py
@@ -302,7 +302,7 @@ class ArrowConan(ConanFile):
         if self._with_thrift():
             self.requires("thrift/0.16.0")
         if self._with_protobuf():
-            self.requires("protobuf/3.21.1")
+            self.requires("protobuf/3.21.4")
         if self._with_jemalloc():
             self.requires("jemalloc/5.2.1")
         if self._with_boost():
@@ -346,7 +346,7 @@ class ArrowConan(ConanFile):
         if self.options.with_zstd:
             self.requires("zstd/1.5.2")
         if self._with_re2():
-            self.requires("re2/20220201")
+            self.requires("re2/20220601")
         if self._with_utf8proc():
             self.requires("utf8proc/2.7.0")
         if self.options.with_backtrace: