Bug 977147
Summary: | gpart 0.1h-18 not built with $RPM_OPT_FLAGS | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ville Skyttä <ville.skytta> | ||||
Component: | gpart | Assignee: | David Cantrell <dcantrell> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 20 | CC: | dcantrell | ||||
Target Milestone: | --- | Keywords: | Patch, Reopened | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | gpart-0.1h-20.fc20 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-06-30 23:23:42 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 496968 | ||||||
Attachments: |
|
gpart-0.1h-18.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/gpart-0.1h-18.fc19 I also fixed this in master, so it's in the F-20 builds too. But I went ahead and did an update for F-19 as well. Package gpart-0.1h-18.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gpart-0.1h-18.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-14844/gpart-0.1h-18.fc19 then log in and leave karma (feedback). gpart-0.1h-18.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. (In reply to David Cantrell from comment #2) > I also fixed this in master, so it's in the F-20 builds too. But I went > ahead and did an update for F-19 as well. While this is fixed in F-19's 0.1h-18, for some reason for F-20 and Rawhide it's fixed in git only in 0.1h-20 and there's no such build in koji (latest is 0.1h-19 for F-20) so F-20 and Rawhide are still affected. gpart-0.1h-20.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/gpart-0.1h-20.fc20 Package gpart-0.1h-20.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gpart-0.1h-20.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-0658/gpart-0.1h-20.fc20 then log in and leave karma (feedback). gpart-0.1h-20.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 764369 [details] Build with $RPM_OPT_FLAGS gpart 0.1h-18 is not built with $RPM_OPT_FLAGS, fix against current git attached. Applying the fix uncovers the following issue, causing a build failure: In file included from /usr/include/fcntl.h:302:0, from gpart.c:52: In function 'open', inlined from 'make_mbr_backup' at gpart.c:1224:5, inlined from 'main' at gpart.c:1829:20: /usr/include/bits/fcntl2.h:50:24: error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments __open_missing_mode (); ^ make[1]: Leaving directory `/builddir/build/BUILD/gpart-0.1h/src' make[1]: *** [gpart.o] Error 1