Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 189393 - dev-python/PyQt4 requires x11-libs/qt:4 built with "zlib" USE flag
Summary: dev-python/PyQt4 requires x11-libs/qt:4 built with "zlib" USE flag
Status: RESOLVED DUPLICATE of bug 188389
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-18 18:35 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2007-08-18 21:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-08-18 18:35:09 UTC
dev-python/PyQt4 requires x11-libs/qt:4 built with "zlib" USE flag.
The appropriate check should be added to pkg_setup().

I found somebody with this problem on Gentoo Fora. The following output is copied from his post:

sipQtCorecmodule.cpp: In function 'PyObject* func_qUncompress(PyObject*, PyObject*)': 
 sipQtCorecmodule.cpp:8312: error: 'qUncompress' was not declared in this scope 
 sipQtCorecmodule.cpp: In function 'PyObject* func_qCompress(PyObject*, PyObject*)': 
 sipQtCorecmodule.cpp:8343: error: 'qCompress' was not declared in this scope 
 sip/QtCore/qobject.sip: In function 'void initQtCore()': 
 sip/QtCore/qobject.sip:2943: warning: dereferencing type-punned pointer will break strict-aliasing rules 
 make[1]: *** [sipQtCorecmodule.o] Błąd 1 
 make[1]: *** Oczekiwanie na niezakończone zadania.... 
 make[1]: Opuszczenie katalogu `/var/tmp/portage/dev-python/PyQt4-4.3/work/PyQt-x11-gpl-4.3/QtCore' 
 make: *** [all] Błąd 2
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-08-18 21:14:53 UTC

*** This bug has been marked as a duplicate of bug 188389 ***