[Pythonmac-SIG] Test failure (crash?) with Py-2.6.5rc1 on OS 10.6.2

Tom Loredo loredo at astro.cornell.edu
Tue Mar 2 21:04:16 CET 2010


I've just built Py-2.6.5rc1 on Snow Leopard, configured to build
an intel-only universal framework, as follows:

export MACOSX_DEPLOYMENT_TARGET=10.6
time ./configure --prefix=/usr/local/tmp --enable-framework --enable-universalsdk=/Developer/SDKs/MacOSX10.6.sdk --with-
universal-archs=intel

"make" runs fine, but "make test" fails with what appears to
be a crash:

test_syntax
test_sys
test_tarfile
test_tcl
2010-03-02 14:39:15.473 python.exe[37210:60b] The application with bundle ID (null) is running setugid(), which is not 
allowed.
make: *** [test] Error 1

I don't know what to make of this; I'm not even sure what test is
causing the problem (is the test name printed before the test executes,
or after it runs?).  Perhaps it's a Tcl issue, but I don't have any
such issues with Py-2.6.4 with an identical configuration.

-Tom


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/


More information about the Pythonmac-SIG mailing list