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 1308125 - seq24: FTBFS in rawhide
Summary: seq24: FTBFS in rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: seq24
Version: 24
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Ralf Corsepius
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F24FTBFS
TreeView+ depends on / blocked
 
Reported: 2016-02-13 22:29 UTC by Fedora Release Engineering
Modified: 2016-02-25 07:35 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-25 07:35:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (28.99 KB, text/plain)
2016-02-13 22:29 UTC, Fedora Release Engineering
no flags Details
root.log (108.34 KB, text/plain)
2016-02-13 22:29 UTC, Fedora Release Engineering
no flags Details
state.log (645 bytes, text/plain)
2016-02-13 22:29 UTC, Fedora Release Engineering
no flags Details
Patch to upgrade to 0.9.3 and fix the FTBFS (2.52 KB, patch)
2016-02-18 06:57 UTC, Ralf Corsepius
no flags Details | Diff

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


Note You need to log in before you can comment on or make changes to this bug.