Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1307545

Summary: gnash: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: gnashAssignee: Hicham HAOUARI <hicham.haouari>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: denis.arnaud_fedora, hicham.haouari, jreznik, jwakely, mfabian, pbrobinson, PTrenholme
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-05-16 11:03: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:
Embargoed:
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:26:08 UTC
Your package gnash failed to build from source in current rawhide.

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

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

Comment 1 Fedora Release Engineering 2016-02-13 21:26:10 UTC
Created attachment 1124699 [details]
build.log

Comment 2 Fedora Release Engineering 2016-02-13 21:26:12 UTC
Created attachment 1124700 [details]
root.log

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

Comment 4 Jan Kurik 2016-02-24 14:44:08 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle.
Changing version to '24'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase

Comment 5 Jonathan Wakely 2016-04-12 10:42:02 UTC
../../libcore/DragState.h:63:24: error: cannot convert 'const boost::optional<gnash::SWFRect>' to 'bool' in return
         return (_bounds);
                        ^
The fix is trivial:

         return static_cast<bool>(_bounds);

Comment 6 Jonathan Wakely 2016-04-12 10:43:45 UTC
*** Bug 1326202 has been marked as a duplicate of this bug. ***

Comment 7 Jonathan Wakely 2016-04-12 11:04:13 UTC
A scratch build now fails with:

DEBUG util.py:417:  No matching package to install: 'agg-devel'
DEBUG util.py:417:  Not all dependencies satisfied
DEBUG util.py:417:  Error: Some packages could not be found.

See http://koji.fedoraproject.org/koji/taskinfo?taskID=13633674

Comment 8 Jonathan Wakely 2016-04-12 12:24:53 UTC
The agg package was retired last week:

commit 3fba7fb85a262a7a7e15ce7d102bc40e79912c55
Author: Jon Ciesla <...>
Date:   Tue Apr 5 14:26:15 2016 -0400

    No longer used within Fedora due to changes not accepted upstream from several projects

Comment 9 Peter Robinson 2016-05-09 09:34:09 UTC
*** Bug 1267691 has been marked as a duplicate of this bug. ***

Comment 10 Peter Robinson 2016-05-09 09:36:54 UTC
Hicham: what is you're intention here? With agg being retired, and firefox killing off plugins RSN is the intention to retire this package?

Comment 11 Fedora Admin XMLRPC Client 2016-05-16 11:00:14 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 12 Peter Robinson 2016-05-16 11:03:43 UTC
So I've retired it given no response from the maintainer:

"Mozilla is retiring nsapi plugins in Firefox, there's a number of dependencies of gnash that have been retired due to difficult upstream changes, and it's FTBFS and mostly dead upstream"