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

Bug 560846

Summary: x11-libs/wxGTK / media-sound/audacity: failure with gcc 5.2
Product: Gentoo Linux Reporter: Jason A. Donenfeld <zx2c4>
Component: Current packagesAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED DUPLICATE    
Severity: normal CC: proaudio, richard, wxwidgets
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jason A. Donenfeld gentoo-dev 2015-09-19 15:24:15 UTC
$ audacity 
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,wx containers,compatible with 2.6).
Aborted

This is after reemerging both wxGTK and audacity with gcc 5.2. Somehow they're using different C++ ABIs, and this is causing problems.

Reproducible: Always
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2015-09-19 21:56:28 UTC
Not here.  Are all dependencies built with gcc 5?
Comment 2 Alex Xu (Hello71) 2015-09-22 23:58:09 UTC
I'm going to wager a guess that build.logs are going to be useful for solving this.
Comment 3 SpanKY gentoo-dev 2015-09-23 02:27:53 UTC

*** This bug has been marked as a duplicate of bug 547788 ***