Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41806 - dev-python/PyQt-3.8.1 and 3.10 compile fails
Summary: dev-python/PyQt-3.8.1 and 3.10 compile fails
Status: RESOLVED DUPLICATE of bug 41101
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-16 10:29 UTC by Chris Bainbridge (RETIRED)
Modified: 2005-07-17 13:06 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 Chris Bainbridge (RETIRED) gentoo-dev 2004-02-16 10:29:08 UTC
After a while compiling (after the build source code is complete message):

g++ -c -pipe -w -O2 -D_REENTRANT -fPIC  -DSIP_MAKE_MODULE_DLL -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I. -I/usr/include/python2.3 -I/usr/qt/3/include -o qttablehuge0.o qttablehuge0.cpp
sipqttableQTable.cpp: In member function `QString
   sipQCheckTableItem::sipProtect_content()':
sipqttableQTable.cpp:11678: error: 'class QTableItem' has no member named '
   content'
sipqttableQTable.cpp: In member function `QString
   sipQComboTableItem::sipProtect_content()':
sipqttableQTable.cpp:12448: error: 'class QTableItem' has no member named '
   content'
sipqttableQTable.cpp: In member function `QString
   sipQTableItem::sipProtect_content()':
sipqttableQTable.cpp:13852: error: 'class QTableItem' has no member named '
   content'
make[1]: *** [qttablehuge0.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/PyQt-3.8.1/work/PyQt-x11-gpl-3.8.1/qttable'
make: *** [sub-qttable] Error 2

!!! ERROR: dev-python/PyQt-3.8.1 failed.
!!! Function src_compile, Line 48, Exitcode 2
!!! (no error message)

With PyQt-3.10 I get:

g++ -c -pipe -march=pentium3 -mfpmath=sse -msse -mmmx -O2 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. -I/usr/include/python2.3 -I/usr/qt/3/include -I/usr/X11R6/include -o sipqttablepart0.o sipqttablepart0.cpp
sipqttablepart0.cpp: In member function `QString
   sipQCheckTableItem::sipProtect_content()':
sipqttablepart0.cpp:13857: error: 'class QTableItem' has no member named '
   content'
sipqttablepart0.cpp: In member function `QString
   sipQComboTableItem::sipProtect_content()':
sipqttablepart0.cpp:14587: error: 'class QTableItem' has no member named '
   content'
sipqttablepart0.cpp: In member function `QString
   sipQTableItem::sipProtect_content()':
sipqttablepart0.cpp:15391: error: 'class QTableItem' has no member named '
   content'
make[1]: *** [sipqttablepart0.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/PyQt-3.10/work/PyQt-x11-gpl-3.10/qttable'
make: *** [all] Error 2

!!! ERROR: dev-python/PyQt-3.10 failed.
!!! Function src_compile, Line 39, Exitcode 2
!!! (no error message)

versions:
gcc-3.3.2
qt-3.3.0
python-3.2.3
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2004-02-16 10:39:24 UTC
As already noted in Bug 41101 Qt 3.3 isn't supported yet. We have to wait for PyQt 3.11.
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2004-02-18 03:43:48 UTC

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