You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Yuqi Gu (Jira)" <ji...@apache.org> on 2022/12/20 05:41:00 UTC

[jira] [Commented] (BIGTOP-3894) Failed to build Alluxio on Centos-7 for ppcle64

    [ https://issues.apache.org/jira/browse/BIGTOP-3894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17649574#comment-17649574 ] 

Yuqi Gu commented on BIGTOP-3894:
---------------------------------

1. 'protobuf-3.17.3' was pre-installed in Bigtop toolchain for ppc64le, and grpc-java-1.28.0 pf protoc was also built based on protobuf-3.17.3.
So replaced the protobuf-3.17.3 with 3.19.2 here to workaound the GLIBC issue.

2.  protobuf-3.17.3 doesn't support ppc64le; Also skip protoc backwards compatibility check.



> Failed to build Alluxio on Centos-7 for ppcle64
> -----------------------------------------------
>
>                 Key: BIGTOP-3894
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3894
>             Project: Bigtop
>          Issue Type: Sub-task
>            Reporter: Yuqi Gu
>            Assignee: Yuqi Gu
>            Priority: Major
>
> Failed to build Alluxio on Centos-7 for ppcle64:
> {code:java}
> /ws/build/alluxio/rpm/BUILD/alluxio-2.8.0/core/transport/src/main/proto/proto/journal/table.proto [0:0]: /ws/build/alluxio/rpm/BUILD/alluxio-2.8.0/core/transport/target/protoc-plugins/protoc-3.19.2-linux-ppcle_64.exe: /lib64/ld64.so.2: version `GLIBC_2.22' not found (required by /ws/build/alluxio/rpm/BUILD/alluxio-2.8.0/core/transport/target/protoc-plugins/protoc-3.19.2-linux-ppcle_64.exe)
> [ERROR] /ws/build/alluxio/rpm/BUILD/alluxio-2.8.0/core/transport/src/main/proto/proto/journal/file.proto [0:0]: /ws/build/alluxio/rpm/BUILD/alluxio-2.8.0/core/transport/target/protoc-plugins/protoc-3.19.2-linux-ppcle_64.exe: /lib64/ld64.so.2: version `GLIBC_2.22' not found (required by /ws/build/alluxio/rpm/BUILD/alluxio-2.8.0/core/transport/target/protoc-plugins/protoc-3.19.2-linux-ppcle_64.exe)
> [ERROR] /ws/build/alluxio/rpm/BUILD/alluxio-2.8.0/core/transport/src/main/proto/proto/journal/meta.proto [0:0]: /ws/build/alluxio/rpm/BUILD/alluxio-2.8.0/core/transport/target/protoc-plugins/protoc-3.19.2-linux-ppcle_64.exe: /lib64/ld64.so.2: version `GLIBC_2.22' not found (required by /ws/build/alluxio/rpm/BUILD/alluxio-2.8.0/core/transport/target/protoc-plugins/protoc-3.19.2-linux-ppcle_64.exe)
> {code}
> Glibc-2.22 is needed to be installed for protoc-3.19.2-linux-ppcle_64.exe



--
This message was sent by Atlassian Jira
(v8.20.10#820010)