JohnMudd píše v Pá 16. 09. 2011 v 12:18 -0700:
> The problem was that PyInstaller was including libresolv.so.2 from the
> old machine. That's apparently incompatible with my new machine. All I
> had to do was add the following line to bindepend.py in the
> PyInstaller dir and rebuild. 
> 
>    r'/lib/libresolv.so.2':1,

I committed the fix to 1.5 branch and to svn trunk. Could you please
test it, if it still works for you?

These are the statements for exclude list:

    # glibc regex excludes
    r'/ld-linux\.so\..*':1,
    r'/libBrokenLocale\.so\..*':1,
    r'/libanl\.so\..*':1,
    r'/libcidn\.so\..*':1,
    r'/libcrypt\.so\..*':1,
    r'/libnsl\.so\..*':1,
    r'/libnss_compat.*\.so\..*':1,
    r'/libnss_dns.*\.so\..*':1,
    r'/libnss_files.*\.so\..*':1,
    r'/libnss_hesiod.*\.so\..*':1,
    r'/libnss_nis.*\.so\..*':1,
    r'/libnss_nisplus.*\.so\..*':1,
    r'/libresolv\.so\..*':1,
    r'/libutil\.so\..*':1,

-- 
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