Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 601036 - dev-python/graph-tool-2.2.44 with dev-libs/boost-1.62.0-r1 - graph_hits.cc:71:44: error: reference to ‘placeholders’ is ambiguous
Summary: dev-python/graph-tool-2.2.44 with dev-libs/boost-1.62.0-r1 - graph_hits.cc:71...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Stabilization (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on: 601624
Blocks: 590244
  Show dependency tree
 
Reported: 2016-11-27 21:28 UTC by Chris White
Modified: 2018-07-28 17:58 UTC (History)
2 users (show)

See Also:
Package list:
=dev-python/graph-tool-2.19
Runtime testing required: No
stable-bot: sanity-check+


Attachments
build.log (build2.log,38.42 KB, text/plain)
2016-11-27 21:28 UTC, Chris White
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris White 2016-11-27 21:28:56 UTC
Created attachment 454566 [details]
build.log

Attached is a build log. I attempted seeing if the unstable graph-tool-2.16 might work but it requires C++14 support not available in stable gcc and there's also #596950. The only other solution there might be is to update to the latest graph-tool (2.19) and see if it fixes the issue.
Comment 1 Pacho Ramos gentoo-dev 2016-11-29 13:58:06 UTC
Running:
append-cxxflags -std=c++14 (from flag-o-matic.eclass) could help to get it fixed with older gcc versions :/

Did you try?
Comment 2 Pacho Ramos gentoo-dev 2017-01-17 10:59:28 UTC
also try with 2.19
Comment 3 Joost Ruis 2017-02-09 22:20:48 UTC
Just for the record.
2.19 fails to configure.

checking whether x86_64-pc-linux-gnu-g++ supports C++14 features by default... no
checking whether x86_64-pc-linux-gnu-g++ supports C++14 features with -std=gnu++14... no
checking whether x86_64-pc-linux-gnu-g++ supports C++14 features with -std=gnu++0x... no
configure: error: *** A compiler with support for C++14 language features is required.

my gcc-config:
x86_64-pc-linux-gnu-4.9.3-vanilla *
Comment 4 David Seifert gentoo-dev 2017-02-09 22:34:00 UTC
graph-tool-2.19 needs GCC 5 at least. Until GCC 5 is not stabilised, we can't fix this.
Comment 5 deference 2017-04-30 02:12:07 UTC
I'm experiencing this also.
Why did Gentoo drop the older boost ebuilds, they worked fine
and now I've got 5 bugs that I can't fix or work around?
Comment 6 David Seifert gentoo-dev 2017-05-17 18:14:44 UTC
2.19 is stabilised now.

commit d848f64957066a30a8429ced59354f00f15b5620
Author: David Seifert <soap@gentoo.org>
Date:   Wed May 17 20:05:50 2017 +0200

    dev-python/graph-tool: Remove old
    
    Bug: https://bugs.gentoo.org/show_bug.cgi?id=601036