[
https://issues.apache.org/jira/browse/ARROW-10200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou resolved ARROW-10200.
----------------------------------
Fix Version/s: 2.0.0
Resolution: Fixed
Issue resolved by pull request 8368
[https://github.com/apache/arrow/pull/8368]
> [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
> Components: Continuous Integration, Java
> Affects Versions: 2.0.0
> Reporter: Kazuaki Ishizaki
> Assignee: Kazuaki Ishizaki
> Priority: Minor
> Labels: pull-request-available
> Fix For: 2.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)