Bug 1774128
| Summary: | building gf_attach can't find contrib/sunrpc/xdr_sizeof.c | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Andrew Miloradovsky <andrew> |
| Component: | build | Assignee: | Yaniv Kaul <ykaul> |
| Status: | CLOSED WORKSFORME | QA Contact: | Rahul Hinduja <rhinduja> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | mainline | CC: | bugs, pasik |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-11-26 13:10:20 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
Andrew Miloradovsky
2019-11-19 16:28:52 UTC
Can you try with -with-libtirpc=no ? Tried: make clean PYTHON=`which python` ./configure --with-libtirpc=no make all -j4 No difference. P.S. GlusterFS configure summary =========================== FUSE client : yes epoll IO multiplex : yes fusermount : yes readline : yes georeplication : yes Linux-AIO : yes Enable Debug : no Enable ASAN : no Enable TSAN : no Use syslog : yes XML output : yes Unit Tests : no Track priv ports : yes POSIX ACLs : yes SELinux features : yes Are yo Sorry, I forgot to install ~libtirpc~ into the environment...
It should be:
guix environment --ad-hoc autoconf automake gcc-toolchain libtool \
pkg-config fuse libtirpc rpcsvc-proto flex bison openssl util-linux \
zlib acl python2 libxml2 liburcu readline libaio
There was a warning I missed:
configure: WARNING:
---------------------------------------------------------------------------------
libtirpc (and/or ipv6-default) were enabled but libtirpc-devel is not installed.
Disabling libtirpc and ipv6-default and falling back to legacy glibc rpc headers.
This is a transitional warning message. Eventually it will be an error message.
---------------------------------------------------------------------------------
Now it builds fine.
Great to see it resolved. |