Bug 1302917

Summary: easystroke FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Jonathan Wakely <jwakely>
Component: easystrokeAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: rob.townley, tcallawa
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-01 17:31:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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.