Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 620410 - dev-util/lldb-4.0.0 - fails to compile on gcc-7
Summary: dev-util/lldb-4.0.0 - fails to compile on gcc-7
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: LLVM support project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-7
  Show dependency tree
 
Reported: 2017-06-02 07:59 UTC by adebeus
Modified: 2018-03-29 07:20 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gcc-7 patch (gcc-7.patch,285 bytes, patch)
2017-06-02 07:59 UTC, adebeus
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description adebeus 2017-06-02 07:59:29 UTC
Created attachment 474972 [details, diff]
gcc-7 patch

The build fails with an error about std::bind not being a member of std. All that's needed to make it work is an extra #include<functional> in one file. The attached patch (from https://reviews.llvm.org/D30961?id=91797) fixes it.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-03-29 07:20:39 UTC
LLDB 4 is gone now. Feel free to reopen if you can reproduce with 5+.