Summary: | dev-util/include-what-you-use-3.8 linking failure | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Nado <nado> |
Component: | Current packages | Assignee: | Sergei Trofimovich (RETIRED) <slyfox> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Nado
2016-09-30 18:30:54 UTC
Did you by chance use different gcc versions to compile llvm and include-what-you-use? gcc-4.8/9 to gcc-5.x changed c++ ABI for some stdlib types. In this case rebuilding sys-devel/llvm and sys-devel/clang with your current gcc should help. Indeed that was the cause. Thank you for your time. |