[PySide] bug report at installer

Roman Lacko backup.rlacko at gmail.com
Mon Mar 25 08:44:47 CET 2013


Hi, can you send my full build output ?

I have not SUSE but have successfully compiled and installed PySide from
source package on Ubuntu 12.04 64bit.

Thanks
R.


2013/3/25 Roberto Ladwig <rladwig3 at hotmail.com>

> found a bug at install time with the package  PySlide1.1.2.tgz. i also go
> the same error using  pip install.
> this error occurs in an AMD 64 bit system running  opensuse linux 12.3 but
> it is highly probable it will occur in any 64bit system.
>
> after the software finishes compiling and linking all the llibraties and
> gets ready to copy them to the proper location;
> the package errors out stating that the address in question does not exist.
>
> this address is
>
> ~/PySide-1.1.2/pyside_install/py2.7-qt4.8.4-64bit-relese/lib/python2.7/site-packages/
> the address does exist  but the installer somehow gets the wrong path
> value at copy time
> the problem resides at this level.
> ~/PySide-1.1.2/pyside_install/py2.7-qt4.8.4-64bit-relese/lib
> there are two libraries one is 32bit the other one is 64bit
> since i don't know what variable controls the path name  i had to make a
> symbolic link to the 64bit version  an only at that point the installer
> worked.
> mv  ~/PySide-1.1.2/pyside_install/py2.7-qt4.8.4-64bit-relese/lib
> ~/PySide-1.1.2/pyside_install/py2.7-qt4.8.4-64bit-relese/lib32
> ln -s ~/PySide-1.1.2/pyside_install/py2.7-qt4.8.4-64bit-relese/lib64
> ~/PySide-1.1.2/pyside_install/py2.7-qt4.8.4-64bit-relese/lib
>
> only at that point the installer ran correctly.
>
>
> thanks all
>
> _______________________________________________
> PySide mailing list
> PySide at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/pyside
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/pyside/attachments/20130325/98712544/attachment.html>


More information about the PySide mailing list