Bug 1307589

Summary: gparted: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: gpartedAssignee: Mukundan Ragavan <nonamedotc>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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 Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2016-02-13 21:31:49 UTC
Your package gparted failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=12821582

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

Comment 1 Fedora Release Engineering 2016-02-13 21:31:51 UTC
Created attachment 1124831 [details]
build.log

Comment 2 Fedora Release Engineering 2016-02-13 21:31:53 UTC
Created attachment 1124832 [details]
root.log

Comment 3 Fedora Release Engineering 2016-02-13 21:31:54 UTC
Created attachment 1124833 [details]
state.log

Comment 4 Yaakov Selkowitz 2016-02-16 21:13:33 UTC
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.

Comment 5 Mukundan Ragavan 2016-02-17 01:36:20 UTC
(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.

Comment 6 Upstream Release Monitoring 2016-02-17 01:59:56 UTC
nonamedotc's gparted-0.25.0-3.fc24 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=736466

Comment 7 Yaakov Selkowitz 2016-02-18 22:26:53 UTC
(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.

Comment 8 Mukundan Ragavan 2016-02-19 01:36:38 UTC
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.