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 993373

Summary: speech-dispatcher: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: speech-dispatcherAssignee: Peter Robinson <pbrobinson>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: bochecha, pbrobinson
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: 2013-08-07 07:32:32 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: 991858    
Attachments:
Description Flags
Fix build failure by dropping the Python 2 bindings none

Description Dennis Gilmore 2013-08-05 20:31:59 UTC
Your package speech-dispatcher failed to build from source in current rawhide.

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

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

Comment 1 Mathieu Bridon 2013-08-07 04:58:46 UTC
Created attachment 783664 [details]
Fix build failure by dropping the Python 2 bindings

Here's a patch fixing the issue.

It applies directly on the master branch of a fedpkg clone.

Comment 2 Peter Robinson 2013-08-07 07:25:10 UTC
(In reply to Mathieu Bridon from comment #1)
> Created attachment 783664 [details]
> Fix build failure by dropping the Python 2 bindings
> 
> Here's a patch fixing the issue.
> 
> It applies directly on the master branch of a fedpkg clone.

I already have a local version that builds. I originally planned to try and support both py2 and py3 bindings but was having trouble and not sure it's worth it. Thoughts?

Comment 3 Mathieu Bridon 2013-08-07 07:26:59 UTC
Upstream seems to not support Python 2 at all any more.

I tried to support both before I sent this patch, and failed as the configure script actually checks for Python >= 3.0

Comment 4 Peter Robinson 2013-08-07 07:32:32 UTC
Actually just done it. Also added obsoletes for the python2 bindings (and pushed some other changes I had locally)