Bug 1307507 - flrig: FTBFS in rawhide
Summary: flrig: FTBFS in rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: flrig
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Richard Shaw
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F24FTBFS
TreeView+ depends on / blocked
 
Reported: 2016-02-13 21:22 UTC by Fedora Release Engineering
Modified: 2016-02-17 17:04 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-17 17:04:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (110.19 KB, text/plain)
2016-02-13 21:22 UTC, Fedora Release Engineering
no flags Details
root.log (89.74 KB, text/plain)
2016-02-13 21:22 UTC, Fedora Release Engineering
no flags Details
state.log (617 bytes, text/plain)
2016-02-13 21:22 UTC, Fedora Release Engineering
no flags Details
proposed patch (1.49 KB, patch)
2016-02-17 12:26 UTC, Ralf Corsepius
no flags Details | Diff

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

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

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

Comment 1 Fedora Release Engineering 2016-02-13 21:22:11 UTC
Created attachment 1124585 [details]
build.log

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

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

Comment 4 Ralf Corsepius 2016-02-17 12:26:56 UTC
Created attachment 1127928 [details]
proposed patch

This FTBFS is caused by a symbol clash between a file-local variable "ignore" and std::ignore, which is exposed by this package using "using namespace std;" in its files.

A proper fix would be to eliminate all "using namespace std;" or to rename the offending variable.

The patch (against Fedora's spec in git master) implements the latter, because it's less intrusive and therefore seems more appropriate as a sort term work-around for a package to me.

Comment 5 Richard Shaw 2016-02-17 17:04:05 UTC
Thanks for the quick fix. Applied and built. I have reported it upstream as well.

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


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