Ok, thanks for the suggestions. I've run strace, and uploaded the log here:
http://hoech.net/dispcalGUI/tmp/dispcalGUI-onefile-strace.log The system I use only for building and testing, so there's no sensitive data atm. The error is at line 2002 in the log, but I still have no idea what actually causes it. It seems all files are loaded from the temp dir as should be. On 25 Mai, 18:55, Giovanni Bajo <[email protected]> wrote: > On 5/24/2009 2:30 PM, Florian Höch wrote: > > > > > I found a solution that works for me with the four distributions I > > tested the app on. I had to exclude the following libraries: > > > libcairo.so.2 > > libdl.so.2 > > libfontconfig.so.1 > > libgdk_pixbuf-2.0.so.0 > > libgdk-x11-2.0.so.0 > > libgmodule-2.0.so.0 > > libgobject-2.0.so.0 > > libgthread-2.0.so.0 > > libgtk-x11-2.0.so.0 > > libpango* (all the libpango stuff) > > libpthread.so.0 > > librt.so.1 > > libX* (all the libX stuff) > > Hi Florian, > > it doesn't sound any specific ring to me. I can't understand why we > should exclude libgtk or libX from the build... there has to be > something that escapes me. > > I believe that the problem lies elsewhere: there is probably something > *missing* from the build. Can you please check with strace? It should be > rather straightforward: > > * Build a clean package with PyInstaller (all libraries included) > * Move to the machine where the package does not work. > * Run "strace -ff ./programname 2>&1 1>strace.log" > * grep the strace log for all dynamic libraries that get loaded, and > see which are loaded from /lib instead of the temporary directory. > > (if you could send me the strace.log it would also be great, but please > check if it contains sensitive information) > -- > 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 -~----------~----~----~----~------~----~------~--~---
