Bug 1302917 - easystroke FTBFS in rawhide
Summary: easystroke FTBFS in rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: easystroke
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-29 00:27 UTC by Jonathan Wakely
Modified: 2016-02-01 17:31 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description Jonathan Wakely 2016-01-29 00:27:02 UTC
It needs to be rebuilt with the new Boost 1.60.0 package.

Before gcc-6.0.0 arrived in rawhide it failed to build because it depends on libsigc++ which now requires C++11, but gcc-6 defaults to C++14 so that is resolved, and it fails with this error instead:

actions.cc: In constructor 'TreeViewMulti::TreeViewMulti()':
actions.cc:57:39: error: 'group' is not a member of 'sigc'
  get_selection()->set_select_function(sigc::group(&negate, sigc::ref(pending)));
                                       ^~~~

Comment 1 Tom "spot" Callaway 2016-02-01 17:31:09 UTC
Fixed in rawhide.


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