You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Kazuaki Ishizaki (Jira)" <ji...@apache.org> on 2020/10/06 19:35:00 UTC

[jira] [Created] (ARROW-10200) [Java][CI] Fix failure of Java CI on s390x

Kazuaki Ishizaki created ARROW-10200:
----------------------------------------

             Summary: [Java][CI] Fix failure of Java CI on s390x
                 Key: ARROW-10200
                 URL: https://issues.apache.org/jira/browse/ARROW-10200
             Project: Apache Arrow
          Issue Type: Bug
    Affects Versions: 2.0.0
            Reporter: Kazuaki Ishizaki


ARROW-9701 causes the following failure due to missing a library {{libprotobuf.so.18}}.
{code:java}
...
[ERROR] PROTOC FAILED: /arrow/java/flight/flight-core/target/protoc-plugins/protoc-3.7.1-linux-s390_64.exe: error while loading shared libraries: libprotobuf.so.18: cannot open shared object file: No such file or directory
[ERROR] /arrow/java/flight/flight-core/../../../format/Flight.proto [0:0]: /arrow/java/flight/flight-core/target/protoc-plugins/protoc-3.7.1-linux-s390_64.exe: error while loading shared libraries: libprotobuf.so.18: cannot open shared object file: No such file or directory
...
{code}



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