Bug 31100

Summary: Необходимо пересобрать с новым C++ ABI
Product: Sisyphus Reporter: Антон Мидюков <midyukov-anton>
Component: libwxGTKAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: glebfm, real
Version: unstable   
Hardware: all   
OS: Linux   

Description Антон Мидюков 2015-06-25 16:40:44 MSK
При старте в вывод терминала (через gdb) получаем:

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 1008,wx containers,compatible with 2.6).

Program received signal SIGABRT, Aborted.
0x00007ffff27de2a5 in __GI_raise (sig=sig@entry=6)
    at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56	  return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig);
(gdb) Quit
(gdb) quit 
A debugging session is active.
Comment 1 Gleb F-Malinovskiy 2015-06-26 13:43:12 MSK
(In reply to comment #0)
> При старте в вывод терминала (через gdb) получаем:
> 
> 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 1008,wx
> containers,compatible with 2.6).

Нужно пересобрать libwxGTK. Проблема ровно из-за того, что audacity пересобран, а wxGTK ещё нет.
Перевешиваю.
 
> Program received signal SIGABRT, Aborted.
> 0x00007ffff27de2a5 in __GI_raise (sig=sig@entry=6)
>     at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
> 56      return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig);

Без backtrace эта информация слегка бесполезна.
Comment 2 Repository Robot 2015-06-26 14:29:27 MSK
wxGTK-2:2.8.12-alt1.svn20131012.1 -> sisyphus:

* Fri Jun 26 2015 Gleb F-Malinovskiy <glebfm@altlinux> 2:2.8.12-alt1.svn20131012.1
- Rebuilt for gcc5 C++11 ABI (ALT#31100).