Bug 34155 - Крах при импорте PyQt4.Qsci
Summary: Крах при импорте PyQt4.Qsci
Status: CLOSED FIXED
Alias: None
Product: Branch p8
Classification: Distributions
Component: python-module-qscintilla2-qt4 (show other bugs)
Version: не указана
Hardware: all Linux
: P3 critical
Assignee: Andrey Cherepanov
QA Contact: qa-p8@altlinux.org
URL:
Keywords:
: 34099 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-11-09 12:01 MSK by Vadim Zelenin
Modified: 2017-11-13 09:46 MSK (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vadim Zelenin 2017-11-09 12:01:03 MSK
$ python2 -c "import PyQt4.Qsci"
Ошибка сегментирования
$

Предполагаю, что причина сходна с #34147
https://bugzilla.altlinux.org/show_bug.cgi?id=34147
Comment 1 Sergey V Turchin 2017-11-09 16:37:18 MSK
*** Bug 34099 has been marked as a duplicate of this bug. ***
Comment 2 Repository Robot 2017-11-10 09:09:55 MSK
qscintilla2-2.9-alt5.M80P.1 -> p8:

Thu Nov 09 2017 Oleg Solovyov <mcpain@altlinux> 2.9-alt5.M80P.1
- Pinned dependency on sip because rebuild of sip requires rebuild of this package. (Closes: 34155, 34157, 34159)
Comment 3 Анатолий Кирсанов 2017-11-11 12:05:31 MSK
При обновлении до python-module-qscintilla2-qt4-2.9-alt5.M80P.1 описанная
проблема пропала.

$ python2 -c "import PyQt4.Qsci"
$