[PySide] PySide/QtCore.so: undefined symbol: _ZN8Shiboken6Object4hashEP7_object

Salvatore Iovene salvatore at iovene.com
Mon Feb 10 07:17:32 CET 2014


Hi Roman,

On Sun, Feb 9, 2014 at 10:05 AM, Roman Lacko <backup.rlacko at gmail.com> wrote:
>
> Dňa 8.2.2014 15:55 používateľ "Salvatore Iovene" <salvatore at iovene.com>
> napísal:
>
>
>>
>> Hi,
>> I'm using PySide 1.1.1. I know it's old, but newer versions cause a
>> segmentation fault somewhere in my stack.
>> 1.1.1 works well on my production server, but now that I was setting
>> up a new development environment, I ran into a problem installing
>> PySide.
>>
>> It's installed via `pip` in a Ubuntu 12.04 chroot environment, with
>> Python 2.7.4.
>
> hi,
> Can you send here the pip build output log ?

Let me include just the final part at first, because I have it at
hand. Later I'll do another build if you require.

This seems to be relevant:

    changing mode of build/scripts-2.7/pyside_postinstall.py from 644 to 755
      File "/usr/local/lib/python2.7/dist-packages/pysideuic/port_v3/proxy_base.py",
line 26
        class ProxyBase(metaclass=ProxyType):
                                 ^
    SyntaxError: invalid syntax

    changing mode of /usr/local/bin/pyside_postinstall.py to 755
    Installing pyside-uic script to /usr/local/bin
    Executing post install script '/usr/bin/pyside_postinstall.py'...
    Traceback (most recent call last):
      File "/usr/bin/pyside_postinstall.py", line 84, in install_linux
        from PySide import QtCore
    ImportError:
/usr/local/lib/python2.7/dist-packages/PySide/QtCore.so: undefined
symbol: _ZN8Shiboken6Object4hashEP7_object
    PySide package found in /usr/local/lib/python2.7/dist-packages/PySide...
    Patched rpath in
/usr/local/lib/python2.7/dist-packages/PySide/QtHelp.so to
/usr/local/lib/python2.7/dist-packages/PySide.
    Patched rpath in
/usr/local/lib/python2.7/dist-packages/PySide/QtWebKit.so to
/usr/local/lib/python2.7/dist-packages/PySide.
    Patched rpath in
/usr/local/lib/python2.7/dist-packages/PySide/QtCore.so to
/usr/local/lib/python2.7/dist-packages/PySide.
    Patched rpath in
/usr/local/lib/python2.7/dist-packages/PySide/QtGui.so to
/usr/local/lib/python2.7/dist-packages/PySide.
    Patched rpath in
/usr/local/lib/python2.7/dist-packages/PySide/QtOpenGL.so to
/usr/local/lib/python2.7/dist-packages/PySide.
    Patched rpath in
/usr/local/lib/python2.7/dist-packages/PySide/QtUiTools.so to
/usr/local/lib/python2.7/dist-packages/PySide.
    Patched rpath in
/usr/local/lib/python2.7/dist-packages/PySide/shiboken to
/usr/local/lib/python2.7/dist-packages/PySide.
    Patched rpath in
/usr/local/lib/python2.7/dist-packages/PySide/QtDeclarative.so to
/usr/local/lib/python2.7/dist-packages/PySide.
    Patched rpath in
/usr/local/lib/python2.7/dist-packages/PySide/QtNetwork.so to
/usr/local/lib/python2.7/dist-packages/PySide.
    Patched rpath in
/usr/local/lib/python2.7/dist-packages/PySide/QtScriptTools.so to
/usr/local/lib/python2.7/dist-packages/PySide.
    Patched rpath in
/usr/local/lib/python2.7/dist-packages/PySide/QtSql.so to
/usr/local/lib/python2.7/dist-packages/PySide.
    Patched rpath in
/usr/local/lib/python2.7/dist-packages/PySide/QtXmlPatterns.so to
/usr/local/lib/python2.7/dist-packages/PySide.
    Patched rpath in
/usr/local/lib/python2.7/dist-packages/PySide/QtScript.so to
/usr/local/lib/python2.7/dist-packages/PySide.
    Patched rpath in
/usr/local/lib/python2.7/dist-packages/PySide/QtXml.so to
/usr/local/lib/python2.7/dist-packages/PySide.
    Patched rpath in
/usr/local/lib/python2.7/dist-packages/PySide/QtTest.so to
/usr/local/lib/python2.7/dist-packages/PySide.
    Patched rpath in
/usr/local/lib/python2.7/dist-packages/PySide/QtSvg.so to
/usr/local/lib/python2.7/dist-packages/PySide.
    The PySide package not installed: None
Successfully installed PySide
Cleaning up...


In the rest of the build process I didn't notice any error, save the
occasional warning.

Thanks,
Salvatore.


-- 
Salvatore Iovene

Personal website: http://iovene.com/
Founder of AstroBin: http://astrobin.com/



More information about the PySide mailing list