Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 570246 - media-sound/audacity: ABI mismatch
Summary: media-sound/audacity: ABI mismatch
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-30 13:45 UTC by Jason A. Donenfeld
Modified: 2016-02-05 14:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason A. Donenfeld gentoo-dev 2015-12-30 13:45:33 UTC
zx2c4@thinkpad ~ $ 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

Using gcc 5.3.

Recompiling either wxGTK or Audacity does not fix the problem.
Comment 1 Alexis Ballier gentoo-dev 2016-02-05 14:35:11 UTC
I think you should rebuild everything C++:

https://wiki.gentoo.org/wiki/Upgrading_from_gcc-4.x_to_gcc-5.x

it works fine here