Bug 34155

Summary: Крах при импорте PyQt4.Qsci
Product: Branch p8 Reporter: Vadim Zelenin <VadimZelenin>
Component: python-module-qscintilla2-qt4Assignee: Andrey Cherepanov <cas>
Status: CLOSED FIXED QA Contact: qa-p8 <qa-p8>
Severity: critical    
Priority: P3 CC: darktemplar, kiav1976, mcpain, zerg
Version: не указана   
Hardware: all   
OS: Linux   

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"
$