PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 622 - PPA pyside is broken on Ubuntu 10.10
: PPA pyside is broken on Ubuntu 10.10
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: packaging
: 1.0.0 beta3
: All All
: P3 major
Assigned To: Bruno Araujo
:
:
:
  Show dependency treegraph
 
Reported: 2011-01-17 22:42 EET by kbrownlees
Modified: 2011-01-21 15:44 EET (History)
8 users (show)

See Also:


Attachments
Package list which fails to import (2.86 KB, text/plain)
2011-01-17 22:44 EET, kbrownlees
Details
Package list which works (2.59 KB, text/plain)
2011-01-17 22:45 EET, kbrownlees
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kbrownlees 2011-01-17 22:42:44 EET
When installing pyside from the PPA on ubuntu 10.10 I get the following issue
(on two different computers):

kieran@tyrid:~$ tweaky
Traceback (most recent call last):
  File
"/home/kieran/Work/DBS/fpga/trunk/top_level/src/tweaky/gui/mainWindow.py", line
8, in <module>
    from PySide import QtCore, QtGui
  File "/usr/lib/pymodules/python2.6/PySide/__init__.py", line 2, in <module>
    import private
  File "/usr/lib/pymodules/python2.6/PySide/private.py", line 2, in <module>
    from QtCore import __moduleShutdown
ImportError: /usr/lib/libpyside-py26.so.1.0: undefined symbol:
_ZN8Shiboken12TypeResolver5toCppEP7_objectPPvb

It seems the issue is in the PPA there is a mixture of beta1 and beta3 (mainly
shiboken is beta3 while everything else is beta1), see attachment
packages-which-fail.txt and notice that pyside is
1.0.0~beta1-0pyside2~maverick0 while libshiboken is
1.0.0~beta3-0pyside1~maverick0. 

I fixed it by manually installing libshiboken version
1.0.0~beta1-0pyside2~maverick0, holding it, then install python-pyside.
Comment 1 kbrownlees 2011-01-17 22:44:46 EET
Created attachment 223 [details]
Package list which fails to import
Comment 2 kbrownlees 2011-01-17 22:45:13 EET
Created attachment 224 [details]
Package list which works
Comment 3 Matti Airas 2011-01-18 07:51:17 EET
Yes, this is a known issue. The PPA packages are maintained by Didier 'OdyX'
Raboud on a volunteer basis, and he's been struggling to keep up with our beta
release cadence. As far as I know, he is working on the issue.

I'm marking the bug as WAITING.
Comment 4 Matti Airas 2011-01-18 14:33:13 EET
Didier now managed to get beta 3 packages to the PPA - resolving FIXED.
Comment 5 renato filho 2011-01-21 15:44:52 EET
release beta4