Bug 1101374 - After zypper dup Audacity no longer runs
Summary: After zypper dup Audacity no longer runs
Status: RESOLVED DUPLICATE of bug 1100497
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: x86-64 openSUSE Factory
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-16 17:21 UTC by Steve John
Modified: 2018-07-19 17:40 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve John 2018-07-16 17:21:57 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
Comment 1 Wolfgang Bauer 2018-07-19 17:40:21 UTC
Known problem, should be fixed soon...

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