Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12549 - emerge PyQt fails
Summary: emerge PyQt fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-22 00:52 UTC by Chris Bruner
Modified: 2003-02-04 19:42 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 Bruner 2002-12-22 00:52:15 UTC
sipqtQFile.cpp:6460: no matching function for call to `QTabletEvent:: 
   QTabletEvent(QPoint&, int&, int&, int&, int&, QPair<int, int>&)' 
/usr/qt/3/include/qevent.h:226: candidates are: 
   QTabletEvent::QTabletEvent(const QTabletEvent&) 
/usr/qt/3/include/qevent.h:233: 
   QTabletEvent::QTabletEvent(const QPoint&, const QPoint&, int, int, int, int, 
   const QPair<int, int>&) 
/usr/qt/3/include/qevent.h:230: 
   QTabletEvent::QTabletEvent(QEvent::Type, const QPoint&, const QPoint&, int, 
   int, int, int, const QPair<int, int>&) 
sip/qevent.sip: In function `PyObject* sipSubClass_QEvent(const QEvent*)': 
sip/qevent.sip:504: `Tablet' is not a member of type `QEvent' 
sipqtQEvent.cpp: At global scope: 
sipqtQEvent.cpp:378: `Tablet' is not a member of type `QEvent' 
make[1]: *** [qthuge.o] Error 1 
make[1]: Leaving directory `/var/tmp/portage/PyQt-3.4/work/PyQt-x11-gpl-3.4/qt' 
make: *** [sub-qt] Error 2 
 
!!! ERROR: dev-python/PyQt-3.4 failed. 
!!! Function src_compile, Line 28, Exitcode 2 
!!! (no error message)
Comment 1 Hannes Mehnert (RETIRED) gentoo-dev 2002-12-22 10:51:40 UTC
which version of qt is merged? 
Comment 2 Bart Verwilst 2002-12-22 11:36:40 UTC
Also, please emerge PyQt 3.5, which is the latest version, with support for QT 3.1.x 
Comment 3 Chris Bruner 2002-12-22 23:47:28 UTC
x11-libs/qt 
      Latest version available: 3.1.0-r1 
      Latest version installed: 3.1.0-r1 
      Size of downloaded files: 13,062 kB 
      Homepage:    http://www.trolltech.com/ 
      Description: QT version 3.1.0 
I believe I was emerging PyQt 3.5 (the latest from gentoo)  
Just noticed that sip has a newer version, so I'll try again and see if that makes a 
difference. 
Comment 4 Bart Verwilst 2003-01-05 06:34:15 UTC
Did PyQT 3.5 compile for you now? If so, i'm closing this as fixed :o) Thanks 
Comment 5 Chris Bruner 2003-01-05 14:52:32 UTC
Yes PyQt 3.5 is installed on my system. 
 
However the problem I had is still there. I'm trying to install eric (an  
editor for python). When I do, it comes back with   
python install.py  
Sorry, please install QScintilla and/or reinstall  
PyQt with QScintilla support.  
  
So, the QScintilla isn't there, and I can't get it to install.   
But I guess this bug is closed though.  
Comment 6 Dan Armak (RETIRED) gentoo-dev 2003-01-31 13:13:15 UTC
OK