Bug 44826 - Warning: Mismatch between the program and library build versions detected.
Summary: Warning: Mismatch between the program and library build versions detected.
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: python3-module-wx (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Fr. Br. George
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-06 21:03 MSK by Anton Zhukharev
Modified: 2023-01-14 15:46 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 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).

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