You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2021/03/29 07:37:00 UTC

[jira] [Created] (ARROW-12131) [CI][GLib] Ensure upgrading MSYS2

Kouhei Sutou created ARROW-12131:
------------------------------------

             Summary: [CI][GLib] Ensure upgrading MSYS2
                 Key: ARROW-12131
                 URL: https://issues.apache.org/jira/browse/ARROW-12131
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Continuous Integration, GLib
            Reporter: Kouhei Sutou
            Assignee: Kouhei Sutou


We need to refresh package database after system upgrade for ucrt64
repository.

See also: https://github.com/msys2/setup-msys2/issues/119


https://github.com/apache/arrow/runs/2215664184

{noformat}
+ pacman --needed --noconfirm --sync mingw-w64-x86_64-aws-sdk-cpp mingw-w64-x86_64-boost mingw-w64-x86_64-brotli mingw-w64-x86_64-ccache mingw-w64-x86_64-clang mingw-w64-x86_64-cmake mingw-w64-x86_64-gcc mingw-w64-x86_64-gflags mingw-w64-x86_64-grpc mingw-w64-x86_64-gtest mingw-w64-x86_64-libutf8proc mingw-w64-x86_64-llvm mingw-w64-x86_64-lz4 mingw-w64-x86_64-ninja mingw-w64-x86_64-polly mingw-w64-x86_64-protobuf mingw-w64-x86_64-python3-numpy mingw-w64-x86_64-rapidjson mingw-w64-x86_64-re2 mingw-w64-x86_64-snappy mingw-w64-x86_64-thrift mingw-w64-x86_64-zlib mingw-w64-x86_64-zstd mingw-w64-x86_64-gobject-introspection mingw-w64-x86_64-gtk-doc mingw-w64-x86_64-meson
warning: database file for 'ucrt64' does not exist (use '-Sy' to download)
warning: mingw-w64-x86_64-brotli-1.0.9-2 is up to date -- skipping
warning: mingw-w64-x86_64-clang-11.0.0-8 is up to date -- skipping
warning: mingw-w64-x86_64-gcc-10.2.0-9 is up to date -- skipping
warning: mingw-w64-x86_64-llvm-11.0.0-8 is up to date -- skipping
warning: mingw-w64-x86_64-lz4-1.9.3-1 is up to date -- skipping
warning: mingw-w64-x86_64-zlib-1.2.11-9 is up to date -- skipping
warning: mingw-w64-x86_64-zstd-1.4.8-2 is up to date -- skipping
error: failed to prepare transaction (could not find database)
Error: Process completed with exit code 1.
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)