Bug 1730433
Summary: | Gluster release 6 build errors on ppc64le | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Robert Baron <robbaron> |
Component: | build | Assignee: | Susant Kumar Palai <spalai> |
Status: | CLOSED WORKSFORME | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6 | CC: | atumball, bugs, kkeithle |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | ppc64le | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-08-05 12:55:26 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Robert Baron
2019-07-16 17:35:41 UTC
Hi Robert, thanks for the report. Consider it is RHEL7, can you check if './configure --without-libtirpc' works for errors in 1? About 2, looks like it is a valid error. Susant, can you please send a patch if Robert's suggestion makes sense? On RHEL7 and CentOS7 you must use --without-libtirpc to configure and build. Glusterfs-6 is built with python2 on RHEL7 and CentOS7 and uses python2 explicitly at run-time. You can install python3 for other things, but gluster won't use it. You can get userspace-rcu RPMs from the CentOS Storage SIG. (You can get glusterfs packages from there as well.) On a CentOS box you can do `yum -y install centos-release-gluster6` followed by `yum -y install userspace-rcu-devel` openssl-devel is in RHEL base (rhel-7-server-rpms repo) No need to build from source. You can get userspace-rcu(-devel) from EPEL or the CentOS Storage SIG. (yes, even for ppc64le, see http://mirror.centos.org/altarch/7.6.1810/storage/ppc64le/gluster-6/) But build from source if you wish. Closing as WORKSFORME. Reopen if necessary. |