Summary: | media-gfx/aqsis-1.8.2 : aqsl.cpp:(.text._ZN5boost4wave4util8...ingIcSA_S | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Graphics Project <graphics+disabled> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | plevine457, treecleaner |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=644428 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 594410 | ||
Attachments: |
emerge-history.txt
environment media-gfx:aqsis-1.8.2:20161101-200605.log |
Description
Toralf Förster
![]() Created attachment 452108 [details]
emerge-history.txt
Created attachment 452110 [details]
environment
Created attachment 452112 [details]
media-gfx:aqsis-1.8.2:20161101-200605.log
FWIW : Usually I do ignore build issues at my tinderboxes wrt to "undefined reference to .*std::__cxx11" - b/c in the past that indicates a failed GCC upgrade, and kicked away the affected image. But such issues did not happened since months but sudddenly I do got 3 build errors at 3 different images at different packages within last few weeks - therefore I filed this issue here. *** Bug 600080 has been marked as a duplicate of this bug. *** (In reply to Toralf Förster from comment #4) > FWIW : > > Usually I do ignore build issues at my tinderboxes wrt to "undefined > reference to .*std::__cxx11" - b/c in the past that indicates a failed GCC > upgrade, and kicked away the affected image. > > But such issues did not happened since months but sudddenly I do got 3 build > errors at 3 different images at different packages within last few weeks - > therefore I filed this issue here. Boost and its dependent packages are very sensitive to changes in the C++ dialect. Presumably, this is why the boost ebuilds force "-std=c++14" in CXXFLAGS. But when building packages that link against it with gcc-5, the dialect defaults to "-std=c++98". If you get strange boost related errors like this when building with gcc-5, try building with "-std=c++14" in CXXFLAGS and see if it correctly builds. If so, the ebuild might need to force "-std=c++14" like boost. Gone |