Bug 31100 - Необходимо пересобрать с новым C++ ABI
Summary: Необходимо пересобрать с новым C++ ABI
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: libwxGTK (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Nobody's working on this, feel free to take it
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-25 16:40 MSK by Антон Мидюков
Modified: 2015-06-26 14:29 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).