This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author meador.inge
Recipients Arfrever, Trundle, barry, eric.araujo, jcea, meador.inge, pitrou
Date 2013-01-01.22:34:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357079670.88.0.819639274127.issue11824@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think the current patch is correct.  It breaks the usage of `freeze.py -p $path` since LIBDIR and LIBRARY are blindly used.

Maybe something like the attached that respects -p and -P can be used instead?

As for the testing, I think a reasonable solution to get started with is to add some buildbot runs that automate the hello.py freeze on various hosts.  That will give us some basic coverage and then more tests can be added over time if need be.  I would be happy to help set that up (with given guidance on how to access the buildbots).

Even with the attached patch I still can't fully build (on OS X 10.7.5) because of issue16047:

Undefined symbols for architecture x86_64:
  "_PyInit__imp", referenced from:
      __PyImport_Inittab in config.o
ld: symbol(s) not found for architecture x86_64

I will take a look at that issue next.
History
Date User Action Args
2013-01-01 22:34:30meador.ingesetrecipients: + meador.inge, barry, jcea, pitrou, eric.araujo, Arfrever, Trundle
2013-01-01 22:34:30meador.ingesetmessageid: <1357079670.88.0.819639274127.issue11824@psf.upfronthosting.co.za>
2013-01-01 22:34:30meador.ingelinkissue11824 messages
2013-01-01 22:34:30meador.ingecreate