Bug 1943007
| Summary: | ceph: FTBFS with upcoming autoconf-2.71 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ondrej Dubaj <odubaj> |
| Component: | ceph | Assignee: | Kaleb KEITHLEY <kkeithle> |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | adeza, branto, danmick, david, fedora, i, josef, kkeithle, loic, ramkrsna, steve |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-03-26 11:25:14 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1942967 | ||
|
Description
Ondrej Dubaj
2021-03-25 12:42:23 UTC
autoconf-2.71 works fine for me on three machines: f35/rawhide, f34/rawhide (pre-branch), f34 post-branch. E.g.: $ rpm -q autoconf autoconf-2.71-1.fc34.noarch $ rpmbuild -ba SPECS/ceph.spec ... + /usr/bin/rm -rf /home/kkeithle/rpmbuild/BUILDROOT/ceph-16.1.0-0.8.snapshot.fc34.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 1) ceph doesn't use autoconf (see the .spec file ;-)) 2) your copr build's build.log.gz is truncated 3) ceph builds take a lot of disk and memory. In all likelihood your builds failed because of one of those issues, not because of the new autoconf. And as another data point, I can remove autoconf entirely (and install libtool with `rpm -i --nodeps libtool-2.4.6-40.fc34.x86_64.rpm`) and build successfully. I strongly suggest you configure your copr builds with more disk (~50G is what I have found to be needed, YMMV) and 12G memory minimum. |