Bugzilla – Bug 1101374
After zypper dup Audacity no longer runs
Last modified: 2018-07-19 17:40:21 UTC
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0 Build Identifier: The error is ABI 1012 / 1013 incompatibility between program and library me@localhost:~> audacity Fatal Error: Mismatch between the program and library build versions detected. The library used 3.0 (wchar_t,compiler with C++ ABI 1012,wx containers,compatible with 2.8), and your program used 3.0 (wchar_t,compiler with C++ ABI 1013,wx containers,compatible with 2.8). Aborted (core dumped) Reproducible: Always Steps to Reproduce: 1.zypper dup 2.audacity 3. Actual Results: Fatal Error: Mismatch between the program and library build versions detected. The library used 3.0 (wchar_t,compiler with C++ ABI 1012,wx containers,compatible with 2.8), and your program used 3.0 (wchar_t,compiler with C++ ABI 1013,wx containers,compatible with 2.8). Aborted (core dumped) Expected Results: audacity should start
Known problem, should be fixed soon... *** This bug has been marked as a duplicate of bug 1100497 ***