Bug 44826

Summary: Warning: Mismatch between the program and library build versions detected.
Product: Sisyphus Reporter: Anton Zhukharev <ancieg>
Component: python3-module-wxAssignee: Fr. Br. George <george>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: george, grenka
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Anton Zhukharev 2023-01-06 21:03:31 MSK
Про обычном импорте модуля вылезает прямо в Python-интерпретатор предупреждение.

Python 3.10.8 (main, Dec 17 2022, 11:34:59) [GCC 12.1.1 20220518 (ALT Sisyphus 12.1.1-alt2)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
20:53:05: Warning: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1016,wx containers,compatible with 2.6,compatible with 2.8),
and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1017,wx containers,compatible with 2.6,compatible with 2.8).
>>>

Думаю, что можно поправить обновлением до 4.2.0 (текущей версии в апстриме).
Comment 1 Grigory Ustinov 2023-01-14 15:46:49 MSK
+* Sat Jan 14 2023 Grigory Ustinov <grenka@altlinux.org> 4.2.0-alt1
+- Build new version (Closes: #44826 and #44827).

Вот так автозакрывать баги не надо.