Bug 1308125

Summary: seq24: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: seq24Assignee: Ralf Corsepius <rc040203>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: brendan.jones.it, rc040203
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-25 07:35:09 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
Patch to upgrade to 0.9.3 and fix the FTBFS none

Description Fedora Release Engineering 2016-02-13 22:29:02 UTC
Your package seq24 failed to build from source in current rawhide.

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

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

Comment 1 Fedora Release Engineering 2016-02-13 22:29:04 UTC
Created attachment 1126436 [details]
build.log

Comment 2 Fedora Release Engineering 2016-02-13 22:29:05 UTC
Created attachment 1126437 [details]
root.log

Comment 3 Fedora Release Engineering 2016-02-13 22:29:05 UTC
Created attachment 1126438 [details]
state.log

Comment 4 Ralf Corsepius 2016-02-18 06:57:57 UTC
Created attachment 1128149 [details]
Patch to upgrade to 0.9.3 and fix the FTBFS

The trigger of this FTBFS is a clash between a package-local class "mutex"
and class "std::mutex", caused by "using namespace std;" within the package.

One approach to address this issue would be to remove "using namespace std;" and to make "std::" explict. Another one is to rename the local "class mutex".

The patch (against Fedora's git master) in the attachment implements the latter, because it's less intrusive and better suited as a temporary work-around.

It renames "class mutex" to "class seq24_mutex." for seg24-0.9.3 (final).
I have not managed to apply this approach to seg24-0.9.3-r131.

Comment 5 Jan Kurik 2016-02-24 15:13:41 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 6 Ralf Corsepius 2016-02-25 07:08:50 UTC
Taking. I am going to apply my proposal above.

Comment 7 Ralf Corsepius 2016-02-25 07:35:09 UTC
Changes applied to and packages built for rawhide and f24.

rawhide: http://koji.fedoraproject.org/koji/buildinfo?buildID=738754
f24: http://koji.fedoraproject.org/koji/buildinfo?buildID=738755