| Summary: | gparted: FTBFS in rawhide | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | gparted | Assignee: | Mukundan Ragavan <nonamedotc> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | dakingun, nonamedotc, yselkowi | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2016-02-17 02:23:43 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 1305208 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Fedora Release Engineering
2016-02-13 21:31:49 UTC
Created attachment 1124831 [details]
build.log
Created attachment 1124832 [details]
root.log
Created attachment 1124833 [details]
state.log
See <https://bugzilla.gnome.org/show_bug.cgi?id=756035#c4>. A simple, but not thoroughly correct, fix is to make %{_datadir}/pixmaps/gparted.png conditional on %if 0%{?fedora} < 24. (In reply to Yaakov Selkowitz from comment #4) > See <https://bugzilla.gnome.org/show_bug.cgi?id=756035#c4>. A simple, but > not thoroughly correct, fix is to make %{_datadir}/pixmaps/gparted.png > conditional on %if 0%{?fedora} < 24. Looking at the build logs, that's exactly what I was thinking ... I'll push that now and if there is a better fix I can update the package later. nonamedotc's gparted-0.25.0-3.fc24 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=736466 (In reply to Mukundan Ragavan from comment #5) > I'll push that now and if there is a better fix I can update the package > later. FWIW, the proper fix for this is now upstream: https://git.gnome.org/browse/gparted/commit/?id=ff9aeb809277b03c2d46fb16985933cf4adae061 You'd have to BR: autoconf automake libtool, apply that patch then run autoreconf -fiv in %setup, and remove %{_datadir}/pixmaps/gparted.png from %files entirely. Or, just wait for the next version and do just the last step. Thanks Yaakov. I will see if there is a new version that's planned ... if that's going to take a while I will push this as a patch instead. |