Discussion:
[Xcb] xcb_poll_for_reply64
Pierluigi Di Cerbo
2016-11-21 16:56:56 UTC
Permalink
Hi all
I am writing since I am almost hopeless

I have to run a program written by the Sysadmin of the cluster that usually
I use. when I run it, I get the following error:

Traceback (most recent call last):
File "<string>", line 10, in <module>
File
"/home/vagrant/devel/RCM/multivnc/PyInstaller/PyInstaller-2.1/PyInstaller/loader/pyi_importers.py",
line 270, in load_module
File "/tmp/build/rcm_client_tk/out00-PYZ.pyz/Tkinter", line 39, in
<module>
File
"/home/vagrant/devel/RCM/multivnc/PyInstaller/PyInstaller-2.1/PyInstaller/loader/pyi_importers.py",
line 409, in load_module
ImportError: /usr/lib/libX11.so.6: undefined symbol: xcb_poll_for_reply64

I run Arch Linux 4.8.8-2-ARCH


I am totally sure that the version of libxcb that I installed is the most
recent one (pacman -Qo /usr/lib/libxcb.so return /usr/lib/libxcb.so is
owned by libxcb 1.12-1 )

and the same for libX11

How is it possible??
Please help me, I am desperate

P
Uli Schlachter
2016-11-23 17:56:45 UTC
Permalink
Post by Pierluigi Di Cerbo
Hi all
I am writing since I am almost hopeless
I have to run a program written by the Sysadmin of the cluster that usually
[...]
Post by Pierluigi Di Cerbo
ImportError: /usr/lib/libX11.so.6: undefined symbol: xcb_poll_for_reply64
I run Arch Linux 4.8.8-2-ARCH
I am totally sure that the version of libxcb that I installed is the most
recent one (pacman -Qo /usr/lib/libxcb.so return /usr/lib/libxcb.so is
owned by libxcb 1.12-1 )
and the same for libX11
How is it possible??
I don't know why PyInstaller is, but from the web site it sounds like it
is a program that tries to get a program and all of its dependencies
together. I bet that PyInstaller picked up an old version of libxcb and
decided not to pick a suitable version of libX11.

To confirm, I would suggest running 'find /home/vagrant/devel/RCM/ -name
"libxcb*"' to see if it finds some other versions of libxcb.

Cheers,
Uli
--
Q: Because it reverses the logical flow of conversation.
A: Why is putting a reply at the top of the message frowned upon?
Pierluigi Di Cerbo
2016-11-24 08:40:24 UTC
Permalink
Actually, the system administrator told me that is a problem of the
program...
I am really sorry for the inconvenience, thank you very much to answer me!
Post by Pierluigi Di Cerbo
Post by Pierluigi Di Cerbo
Hi all
I am writing since I am almost hopeless
I have to run a program written by the Sysadmin of the cluster that
usually
[...]
Post by Pierluigi Di Cerbo
ImportError: /usr/lib/libX11.so.6: undefined symbol: xcb_poll_for_reply64
I run Arch Linux 4.8.8-2-ARCH
I am totally sure that the version of libxcb that I installed is the most
recent one (pacman -Qo /usr/lib/libxcb.so return /usr/lib/libxcb.so is
owned by libxcb 1.12-1 )
and the same for libX11
How is it possible??
I don't know why PyInstaller is, but from the web site it sounds like it
is a program that tries to get a program and all of its dependencies
together. I bet that PyInstaller picked up an old version of libxcb and
decided not to pick a suitable version of libX11.
To confirm, I would suggest running 'find /home/vagrant/devel/RCM/ -name
"libxcb*"' to see if it finds some other versions of libxcb.
Cheers,
Uli
--
Q: Because it reverses the logical flow of conversation.
A: Why is putting a reply at the top of the message frowned upon?
Loading...