| Summary: | easystroke FTBFS in rawhide | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jonathan Wakely <jwakely> |
| Component: | easystroke | Assignee: | Tom "spot" Callaway <tcallawa> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | 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: | |
Fixed in rawhide. |
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))); ^~~~