Bug 675875

Summary: PySide.QtNetwork traceback
Product: [Fedora] Fedora Reporter: Toshio Ernie Kuratomi <a.badger>
Component: python-pysideAssignee: Kalev Lember <kalevlember>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 14CC: kalevlember, kevin, ltinkl, rdieter, than
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-pyside-0.4.1-4.fc14 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-19 01:20:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Toshio Ernie Kuratomi 2011-02-08 04:13:44 UTC
Description of problem:

PySide's QtNetwork module has an undefined symbol.  This also prevents importing PySide.QtDeclarative

Version-Release number of selected component (if applicable):
python-pyside-0.4.1-3.fc14.x86_64

How reproducible:
Everytime

Steps to Reproduce:
1. python
2. from PySide import QtNetwork
3.
  
Actual results:
>>> from PySide import QtNetwork
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /usr/lib64/python2.7/site-packages/PySide/QtNetwork.so: undefined symbol: _ZNK21QNetworkConfiguration10bearerNameEv


Expected results:
>>> from PySide import QtNetwork
>>> 

Additional info:

This does not happen in a 32 bit rawhide virtual machine with:
python-pyside-1.0.0-0.2.beta4.fc15.i686

Not sure yet if it's 32bit vs 64 bit or the updated pyside that makes the problem disappear.

Comment 1 Toshio Ernie Kuratomi 2011-02-08 05:13:59 UTC
badone reports that this also happens with F14 KDE-4.6 and qt-4.7.1-13.fc14.x86_64

Comment 2 Toshio Ernie Kuratomi 2011-02-09 15:34:24 UTC
Kevin Kofler thinks this may just need a rebuild but I get an error when attempting to rebuild.

Comment 3 Kevin Kofler 2011-02-09 15:54:34 UTC
Oh fun. Are they shipping pregenerated binding code (like the .sip files PyQt4 ships)? If so, that pregenerated code likely needs regenerating or patching. I need to see the build.log to debug this.

Comment 4 Toshio Ernie Kuratomi 2011-02-09 18:13:07 UTC
Here's the failing task: https://koji.fedoraproject.org/koji/taskinfo?taskID=2796048

Comment 5 Fedora Update System 2011-02-09 22:31:40 UTC
python-pyside-0.4.1-4.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/python-pyside-0.4.1-4.fc14

Comment 6 Fedora Update System 2011-02-10 21:30:12 UTC
python-pyside-0.4.1-4.fc14 has been pushed to the Fedora 14 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update python-pyside'.  You can provide feedback for this update here: https://admin.fedoraproject.org/updates/python-pyside-0.4.1-4.fc14

Comment 7 Fedora Update System 2011-02-19 01:20:46 UTC
python-pyside-0.4.1-4.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.