Hmm, on second thought after looking at it, I'm not sure at all how to "undo" that commit in the HEAD of pyinstaller/develop. A lot has been refactored since then.
On Wed, Apr 10, 2013 at 1:12 PM, Daniel Hyams <[email protected]> wrote: > Thanks Martin: > > Python 2.6.6 from python.org. > OSX Snow Leopard 10.6.7 > > Going through with git bisect, I find that the revision that breaks things > for me is > > macmini:pyinstaller macapple$ git bisect good > f5a8bb43d1113e756f0c5b3cf0fca5ed6c1fb13b is the first bad commit > commit f5a8bb43d1113e756f0c5b3cf0fca5ed6c1fb13b > Author: Martin Zibricky <[email protected]> > Date: Tue Mar 12 16:10:46 2013 +0100 > > Clean: Recompile OSX bootloaders. > > :040000 040000 a2a476746ec18a02c01473b492962a34146677d0 > 9d95515d7842b90c6cd9fde1ecbba886c5399c90 M PyInstaller > > > So going through the git bisect process again, but this time recompiling > the bootloaders each time, gives the revision that causes it: > > > 231e3cedb2eabbdd6ed0e2b4574aa02a0cba79f8 is the first bad commit > commit 231e3cedb2eabbdd6ed0e2b4574aa02a0cba79f8 > Author: Martin Zibricky <[email protected]> > Date: Mon Feb 4 21:59:41 2013 +0100 > > Issue #298: Check temppath existence only once. > > :040000 040000 55c1245e54766135fff4fa82a8410620f5859ec1 > 0474cf1114cb3f81f845a34ae8718ccf89fd40df M bootloader > > > I'm not sure if I believe it, because that doesn't match up to the > timeline that I expected, but it seems plausible given the problem. I'm > going to try to "reverse cherrypick" that one rev and see if it fixes > things. > > > > > On Wed, Apr 10, 2013 at 10:29 AM, Martin Zibricky > <[email protected]>wrote: > >> Daniel Hyams píše v St 10. 04. 2013 v 09:23 -0400: >> > And as a little extra bit of info, if I build with pyinstaller as >> > snagged from your development branch as of 2/19/2013, I don't have any >> > problems; I can run the "app" and it works, because MEIPASS2 is being >> > set correctly. >> >> I tried the example and the .spec file however, I'm not able to >> reproduce that. I will need more information how to reproduce that. >> >> What python do you use? Is it the default available on osx? >> What OSX version? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "PyInstaller" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/pyinstaller?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > -- > Daniel Hyams > [email protected] > -- Daniel Hyams [email protected] -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
