Hey, Giovanni, thanks for the reply.

Alright, you're going to have to talk noob to me. This is what the FAQ says:

"...compile the bootloader on the oldest system you have around, so
that it gets linked with the oldest version of GLIBC. Then, ... copy
the bootloader binaries (support/loader/*) into your development
system and run Build.py there."

If I understand correctly, I need to Make.py, make, and Configure.py
pyinstaller on an "old enough" version of glibc (for me, probably
whatever comes with Ubuntu 6.06)  and copy the files from that
support/loader/ to the support/loader directory in my more modern
Ubuntu installation?

Thanks again,
-mac

On Sun, Jan 3, 2010 at 4:40 PM, Giovanni Bajo <[email protected]> wrote:
> On Sat, 2 Jan 2010 21:03:21 -0600, mac9416 <[email protected]>
> wrote:
>>
>> """
>> mac9...@mac9416-desktop:/media/XXX/keryx$ ./keryx
>> Traceback (most recent call last):
>>  File "<string>", line 110, in <module>
>>  File "/home/mac9416/trunk/iu.py", line 439, in importHook
>>  File "/home/mac9416/trunk/iu.py", line 524, in doimport
>>  File "/home/mac9416/unstable/lib/wxkeryx/__init__.py", line 19, in
>>  <module>
>>  File "/home/mac9416/trunk/iu.py", line 439, in importHook
>>  File "/home/mac9416/trunk/iu.py", line 524, in doimport
>>  File "keryx/build/pyi.linux2/keryx/outPYZ1.pyz/wx", line 45, in
> <module>
>>  File "/home/mac9416/trunk/iu.py", line 439, in importHook
>>  File "/home/mac9416/trunk/iu.py", line 524, in doimport
>>  File "keryx/build/pyi.linux2/keryx/outPYZ1.pyz/wx._core", line 4, in
>>  <module>
>>  File "/home/mac9416/trunk/iu.py", line 439, in importHook
>>  File "/home/mac9416/trunk/iu.py", line 498, in doimport
>>  File "/home/mac9416/trunk/iu.py", line 300, in getmod
>>  File "/home/mac9416/trunk/archive.py", line 468, in getmod
>>  File "/home/mac9416/trunk/iu.py", line 109, in getmod
>> ImportError: /tmp/_MEImVoGGp/libglib-2.0.so.0: symbol __abort_msg,
>> version GLIBC_PRIVATE not defined in file libc.so.6 with link time
>> reference
>> """
>
> See the last item of the FAQ:
> http://www.pyinstaller.org/wiki/FAQ
>
> You must compile the bootloader on the older distribution (i.e.: against
> the oldest glibc you need to support). I eventually would like to ship a
> LSB binary bootloader (using an "old enough" version of LSB) which should
> get rid of all these problems altogether for most people, but I'm not there
> yet. Patches are always welcome of course :)
> --
> Giovanni Bajo
> Develer S.r.l.
> http://www.develer.com
>
> --
>
> 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.
>
>
>

--

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