Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 620410

Summary: dev-util/lldb-4.0.0 - fails to compile on gcc-7
Product: Gentoo Linux Reporter: adebeus
Component: Current packagesAssignee: LLVM support project <llvm>
Status: RESOLVED WONTFIX    
Severity: normal CC: anton.kochkov, mgorny, plevine457, tamiko, tsmksubc
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/7639
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 617524    
Attachments: gcc-7 patch

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+.