I tested pyinstaller under several Linux configurations, 32Bit and AMD 64Bit. 
Under 32 Bit
systems (Ubuntu) everything is fine, pyinstaller is able to configure it self 
and to build executables
from Python scripts. But when I go to AMD64 Linux, pyinstaller does not work. 
The first error
occurs when one tries to configure the installer. That is the output:

[EMAIL PROTECTED]:~/pyinstaller-1.3$ python Configure.py 
I: computing EXE_dependencies
E: cannot find linux-vdso.so.1 in path  (needed by /usr/bin/python2.5)
I: Finding TCL/TK...
E: cannot find linux-vdso.so.1 in path  (needed by 
/usr/lib/python2.5/lib-dynload/array.so)
E: cannot find linux-vdso.so.1 in path  (needed by 
/usr/lib/python2.5/lib-dynload/_tkinter.so)
E: cannot find linux-vdso.so.1 in path  (needed by 
/usr/lib/python2.5/lib-dynload/strop.so)
E: cannot find linux-vdso.so.1 in path  (needed by 
/usr/lib/python2.5/lib-dynload/itertools.so)
E: cannot find linux-vdso.so.1 in path  (needed by /lib/libpthread.so.0)
E: cannot find linux-vdso.so.1 in path  (needed by /lib/libc.so.6)
E: cannot find linux-vdso.so.1 in path  (needed by /usr/lib/libBLT.2.4.so.8.4)
E: cannot find linux-vdso.so.1 in path  (needed by /usr/lib/libtk8.4.so.0)
E: cannot find linux-vdso.so.1 in path  (needed by /usr/lib/libtcl8.4.so.0)
E: cannot find linux-vdso.so.1 in path  (needed by /usr/lib/libX11.so.6)
E: cannot find linux-vdso.so.1 in path  (needed by /lib/libm.so.6)
E: cannot find linux-vdso.so.1 in path  (needed by /lib/libnsl.so.1)
E: cannot find linux-vdso.so.1 in path  (needed by /lib/libdl.so.2)
E: cannot find linux-vdso.so.1 in path  (needed by /usr/lib/libxcb-xlib.so.0)
E: cannot find linux-vdso.so.1 in path  (needed by /usr/lib/libxcb.so.1)
E: cannot find linux-vdso.so.1 in path  (needed by /usr/lib/libXau.so.6)
E: cannot find linux-vdso.so.1 in path  (needed by /usr/lib/libXdmcp.so.6)
I: found TCL/TK version 8.4
I: testing for Zlib...
I: ... Zlib available
I: Testing for Unicode support...
I: ... Unicode available
I: testing for UPX...
I: ...UPX available
I: computing PYZ dependencies...
[EMAIL PROTECTED]:~/pyinstaller-1.3$ 

As you can see, pyinstaller has a problem with linux-vdso.so.1. As far as a 
know, this file is
provided by the kernel to the application and is not located somewhere on the 
harddisk.
Because of the configure error, pyinstaller does not work afterwards.
Perhaps anybody has an idea how to solve this.
Best regards...

Stephan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/PyInstaller?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to