[opensuse-factory] Tumbleweed 20160623 - Audacity broken
``````````````` ~> audacity Fatal Error: Mismatch between the program and library build versions detected. The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,STL containers,compatible with 2.6), and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1010,STL containers,compatible with 2.6). Aborted (core dumped) ``````````````` This occurs both with the Packman version and with the Tumbleweed OSS current versions. I tried downgrading to the Leap version, but it also fails: `````````````` ~> audacity audacity: Symbol `_ZN12wxTextBuffer6ms_eofE' has different size in shared object, consider re-linking audacity: Symbol `wxTopLevelWindows' has different size in shared object, consider re-linking Fatal Error: Mismatch between the program and library build versions detected. The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,STL containers,compatible with 2.6), and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,STL containers,compatible with 2.6). Aborted (core dumped) `````````````` -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
can confirm, it doesn't just affect you. I already emailed the packman packager. But I also had this error before the 0621 snapshot, so I'm not sure it's because of gcc6 or something else. Am 24.06.2016 um 20:04 schrieb S.:
``````````````` ~> audacity Fatal Error: Mismatch between the program and library build versions detected. The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,STL containers,compatible with 2.6), and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1010,STL containers,compatible with 2.6). Aborted (core dumped) ```````````````
This occurs both with the Packman version and with the Tumbleweed OSS current versions. I tried downgrading to the Leap version, but it also fails:
`````````````` ~> audacity audacity: Symbol `_ZN12wxTextBuffer6ms_eofE' has different size in shared object, consider re-linking audacity: Symbol `wxTopLevelWindows' has different size in shared object, consider re-linking Fatal Error: Mismatch between the program and library build versions detected. The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,STL containers,compatible with 2.6), and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,STL containers,compatible with 2.6). Aborted (core dumped) ``````````````
-- Cheers Marvin -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Freitag, 24. Juni 2016 20:17:12 CEST Marvin Schlegel wrote:
can confirm, it doesn't just affect you. I already emailed the packman packager. But I also had this error before the 0621 snapshot, so I'm not sure it's because of gcc6 or something else.
Am 24.06.2016 um 20:04 schrieb S.:
``````````````` ~> audacity Fatal Error: Mismatch between the program and library build versions detected. The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,STL containers,compatible with 2.6), and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1010,STL containers,compatible with 2.6). Aborted (core dumped) ```````````````
wxWidgets-2.8 fails to compile currently with the following error: [ 137s] ./src/gtk/bdiag.xbm:6:50: error: narrowing conversion of '128' from 'int' to 'char' inside { } [-Wnarrowing] https://build.opensuse.org/package/live_build_log/openSUSE:Factory/wxWidgets... standard/x86_64 This is an obvious error in the code, the array should be uint8_t or equivalent. Kind regards, Stefan -- Stefan Brüns / Bergstraße 21 / 52062 Aachen home: +49 241 53809034 mobile: +49 151 50412019 work: +49 2405 49936-424 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Friday 2016-06-24 20:17, Marvin Schlegel wrote:
~> audacity Fatal Error: Mismatch between the program and library build versions detected. The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,STL containers,compatible with 2.6), and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1010,STL containers,compatible with 2.6). Aborted (core dumped) ```````````````
This occurs both with the Packman version and with the Tumbleweed OSS current versions. I tried downgrading to the Leap version, but it also fails:
wx2.8 is a mess in openSUSE. (And you cannot fix it for released openSUSE versions anymore.) wx3.0 has it nice and smooth but.... audacity does not support (wx's) Unicode mode, despite Unicode mode being *the* configuration wxwidgets itself recommends. Code was submitted as a courtesy to show how the API use needs to looks like (otherwise it would have probably taken even longer), discussion then died at, IIRC, the question of testing. https://github.com/audacity/audacity/pull/112 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 25/06/2016 00:00, Jan Engelhardt wrote:
On Friday 2016-06-24 20:17, Marvin Schlegel wrote:
~> audacity Fatal Error: Mismatch between the program and library build versions detected. The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1009,STL containers,compatible with 2.6), and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1010,STL containers,compatible with 2.6). Aborted (core dumped) ```````````````
This occurs both with the Packman version and with the Tumbleweed OSS current versions. I tried downgrading to the Leap version, but it also fails: wx2.8 is a mess in openSUSE. (And you cannot fix it for released openSUSE versions anymore.) wx3.0 has it nice and smooth but....
audacity does not support (wx's) Unicode mode, despite Unicode mode being *the* configuration wxwidgets itself recommends. Code was submitted as a courtesy to show how the API use needs to looks like (otherwise it would have probably taken even longer), discussion then died at, IIRC, the question of testing. https://github.com/audacity/audacity/pull/112 When I get the time to create a wxWidgets-3-nostl package, audacity can be updated, we're already one release behind and 2.1.3 will be released soon.
Dave P -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
I'm not sure if these Fedora 24 GCC6 fixes for Audacity are relevant? https://bugzilla.redhat.com/show_bug.cgi?id=1307335 https://bugzilla.redhat.com/show_bug.cgi?id=1310502 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
For the time being, I finally found a package that works: http://download.opensuse.org/repositories/home:/k0da:/appdata/openSUSE_Facto... -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (5)
-
Dave Plater
-
Jan Engelhardt
-
Marvin Schlegel
-
S.
-
Stefan Bruens