| Summary: | sci-biology/blossoc-1.4.0: undefined reference to `std::ctype<char>::_M_widen_init() const@GLIBCXX_3.4.11' | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Martin Mokrejš <mmokrejs> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Martin Mokrejš
2010-12-17 23:23:44 UTC
Looks like boost was built with a more recent version of g++, so it needs libstdc++ from at least that version. Yeah, this is an issue with boost. You could either rebuild boost using that compiler or wait for a fix for the new one. If you are able to reproduce this bug after rebuilding boost with the older gcc, please reopen. (In reply to comment #2) > Yeah, this is an issue with boost. You could either rebuild boost using that > compiler or wait for a fix for the new one. If you are able to reproduce this > bug after rebuilding boost with the older gcc, please reopen. I don't agree this is an INVALID bugreport if revdep-rebuild does not report this problem. I find it too much difficult to think of all apps DEPENDING on boost to be compiled with same gcc version. If that is generally required, revdep-rebuild should include all of them in the listing. |