case $MAKEFLAGS in \ *-s*) CC='gcc' LDSHARED='gcc -bundle -bundle_loader python.exe' OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -Wno-long-double -no-cpp-precomp' ./python.exe -E ./setup.py -q build;; \ *) CC='gcc' LDSHARED='gcc -bundle -bundle_loader python.exe' OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes -Wno-long-double -no-cpp-precomp' ./python.exe -E ./setup.py build;; \ esac running build running build_ext building '_curses' extension gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -Wno-long-double -no-cpp-precomp -I. -I/Volumes/Data/Users/jonathan/Projects/xenofarm/xenofarm/client/python/onegood1-2.dsl.easynet.co.uk/buildtmp/dist/python/dist/src/./Include -I/Volumes/Data/Users/jonathan/Projects/xenofarm/xenofarm/client/python/onegood1-2.dsl.easynet.co.uk/buildtmp/dist/python/dist/src/./Mac/Include -I/usr/local/include -I/Volumes/Data/Users/jonathan/Projects/xenofarm/xenofarm/client/python/onegood1-2.dsl.easynet.co.uk/buildtmp/dist/python/dist/src/Include -I/Volumes/Data/Users/jonathan/Projects/xenofarm/xenofarm/client/python/onegood1-2.dsl.easynet.co.uk/buildtmp/dist/python/dist/src -c /Volumes/Data/Users/jonathan/Projects/xenofarm/xenofarm/client/python/onegood1-2.dsl.easynet.co.uk/buildtmp/dist/python/dist/src/Modules/_cursesmodule.c -o /Volumes/Data/Users/jonathan/Projects/xenofarm/xenofarm/client/python/onegood1-2.dsl.easynet.co.uk/buildtmp/dist/python/dist/src/Modules/_cursesmodule.o cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory In file included from /Volumes/Data/Users/jonathan/Projects/xenofarm/xenofarm/client/python/onegood1-2.dsl.easynet.co.uk/buildtmp/dist/python/dist/src/Include/py_curses.h:6, from /Volumes/Data/Users/jonathan/Projects/xenofarm/xenofarm/client/python/onegood1-2.dsl.easynet.co.uk/buildtmp/dist/python/dist/src/Modules/_cursesmodule.c:113: /usr/include/ncurses.h:282: conflicting types for `wchar_t' /usr/include/stdlib.h:77: previous declaration of `wchar_t' building '_curses_panel' extension gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -Wno-long-double -no-cpp-precomp -I. -I/Volumes/Data/Users/jonathan/Projects/xenofarm/xenofarm/client/python/onegood1-2.dsl.easynet.co.uk/buildtmp/dist/python/dist/src/./Include -I/Volumes/Data/Users/jonathan/Projects/xenofarm/xenofarm/client/python/onegood1-2.dsl.easynet.co.uk/buildtmp/dist/python/dist/src/./Mac/Include -I/usr/local/include -I/Volumes/Data/Users/jonathan/Projects/xenofarm/xenofarm/client/python/onegood1-2.dsl.easynet.co.uk/buildtmp/dist/python/dist/src/Include -I/Volumes/Data/Users/jonathan/Projects/xenofarm/xenofarm/client/python/onegood1-2.dsl.easynet.co.uk/buildtmp/dist/python/dist/src -c /Volumes/Data/Users/jonathan/Projects/xenofarm/xenofarm/client/python/onegood1-2.dsl.easynet.co.uk/buildtmp/dist/python/dist/src/Modules/_curses_panel.c -o /Volumes/Data/Users/jonathan/Projects/xenofarm/xenofarm/client/python/onegood1-2.dsl.easynet.co.uk/buildtmp/dist/python/dist/src/Modules/_curses_panel.o cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory In file included from /Volumes/Data/Users/jonathan/Projects/xenofarm/xenofarm/client/python/onegood1-2.dsl.easynet.co.uk/buildtmp/dist/python/dist/src/Include/py_curses.h:6, from /Volumes/Data/Users/jonathan/Projects/xenofarm/xenofarm/client/python/onegood1-2.dsl.easynet.co.uk/buildtmp/dist/python/dist/src/Modules/_curses_panel.c:15: /usr/include/ncurses.h:282: conflicting types for `wchar_t' /usr/include/stdlib.h:77: previous declaration of `wchar_t' building 'bz2' extension gcc -bundle -bundle_loader python.exe /Volumes/Data/Users/jonathan/Projects/xenofarm/xenofarm/client/python/onegood1-2.dsl.easynet.co.uk/buildtmp/dist/python/dist/src/Modules/bz2module.o -L/usr/local/lib -lbz2 -o build/lib.darwin-6.2-Power Macintosh-2.3/bz2.so ld: table of contents for archive: /usr/lib/libbz2.a is out of date; rerun ranlib(1) (can't load from it) building 'dl' extension gcc -bundle -bundle_loader python.exe /Volumes/Data/Users/jonathan/Projects/xenofarm/xenofarm/client/python/onegood1-2.dsl.easynet.co.uk/buildtmp/dist/python/dist/src/Modules/dlmodule.o -L/usr/local/lib -o build/lib.darwin-6.2-Power Macintosh-2.3/dl.so ld: Undefined symbols: _dlclose _dlerror _dlopen _dlsym running build_scripts ./python.exe -E -c 'import sys ; from distutils.util import get_platform ; print get_platform()+"-"+sys.version[0:3]' >platform find ./Lib -name '*.py[co]' -print | xargs rm -f ./python.exe -E -tt ./Lib/test/regrtest.py -x test_pwd test_nis test_grammar test_opcodes test_operations test_builtin test_exceptions test_types test_MimeWriter test_StringIO test___all__ test___future__ test_al test_al skipped -- No module named al test_anydbm test test_anydbm crashed -- exceptions.AttributeError: 'module' object has no attribute 'error' test_array test_asynchat test_atexit test_audioop test_augassign test_base64 test_bastion test_binascii test_binhex test_binop test_bisect test_bool test_bsddb test test_bsddb crashed -- exceptions.AttributeError: 'module' object has no attribute 'btopen' test_bsddb3 test_bsddb3 skipped -- Use of the `bsddb' resource not enabled test_bufio test_bz2 test_bz2 skipped -- No module named bz2 test_calendar test_call test_capi test_cd test_cd skipped -- No module named cd test_cfgparser test_cgi test_charmapcodec test_cl test_cl skipped -- No module named cl test_class test_cmath test_codeccallbacks test_codecs test_codeop test_coercion test_commands test_compare test_compile test_complex test_contains test_cookie test_copy_reg test_cpickle test_crypt test_curses test_curses skipped -- No module named _curses test_dbm test_descr test_descrtut test_difflib test_dircache test_dl test_dl skipped -- No module named dl test_doctest test_doctest2 test_dumbdbm test_email test_email_codecs test_email_codecs skipped -- Optional Japanese codecs not installed test_enumerate test_eof test_errno test_extcall test_fcntl test_file test_fileinput test_fnmatch test_fork1 test_format test_fpformat test_frozen test_funcattrs test_future test_gc test_gdbm test_gdbm skipped -- No module named gdbm test_generators test_getargs test_getopt test_gettext test_gl test_gl skipped -- No module named gl test_glob test_global test_grp test_gzip test_hash test_heapq test_hmac test_hotshot test_htmllib test_htmlparser test_httplib test_imageop test_imaplib test_imgfile test_imgfile skipped -- No module named imgfile test_import test_inspect test_isinstance test_iter test_largefile test_linuxaudiodev test_linuxaudiodev skipped -- No module named linuxaudiodev test_locale test test_locale crashed -- exceptions.AttributeError: 'module' object has no attribute '_getdefaultlocale' test_long test_long_future test_longexp test_mailbox test_marshal test_math test_md5 test_mhlib test_mimetools test_mimetypes test_minidom test_mmap test_module test_mpz test_mpz skipped -- No module named mpz test_multifile test_mutants test_netrc test_new test_ntpath test_openpty test_operator test_os test_parser test_pep247 test_pep263 test_pep277 test_pep277 skipped -- test works only on NT+ test_pickle test_pkg test_pkgimport test_poll test_poll skipped -- select.poll not defined -- skipping test_poll test_popen test_popen2 test_posixpath test_pow test_pprint test_profile test_profilehooks test_pty test_pyclbr test_pyexpat test_queue test_quopri test_random test_re make[1]: *** [test] Segmentation fault ./python.exe -E -tt ./Lib/test/regrtest.py -x test_pwd test_nis test_grammar test_opcodes test_operations test_builtin test_exceptions test_types test_MimeWriter test_StringIO test___all__ test___future__ test_al test_al skipped -- No module named al test_anydbm test test_anydbm crashed -- exceptions.AttributeError: 'module' object has no attribute 'error' test_array test_asynchat test_atexit test_audioop test_augassign test_base64 test_bastion test_binascii test_binhex test_binop test_bisect test_bool test_bsddb test test_bsddb crashed -- exceptions.AttributeError: 'module' object has no attribute 'btopen' test_bsddb3 test_bsddb3 skipped -- Use of the `bsddb' resource not enabled test_bufio test_bz2 test_bz2 skipped -- No module named bz2 test_calendar test_call test_capi test_cd test_cd skipped -- No module named cd test_cfgparser test_cgi test_charmapcodec test_cl test_cl skipped -- No module named cl test_class test_cmath test_codeccallbacks test_codecs test_codeop test_coercion test_commands test_compare test_compile test_complex test_contains test_cookie test_copy_reg test_cpickle test_crypt test_curses test_curses skipped -- No module named _curses test_dbm test_descr test_descrtut test_difflib test_dircache test_dl test_dl skipped -- No module named dl test_doctest test_doctest2 test_dumbdbm test_email test_email_codecs test_email_codecs skipped -- Optional Japanese codecs not installed test_enumerate test_eof test_errno test_extcall test_fcntl test_file test_fileinput test_fnmatch test_fork1 test_format test_fpformat test_frozen test_funcattrs test_future test_gc test_gdbm test_gdbm skipped -- No module named gdbm test_generators test_getargs test_getopt test_gettext test_gl test_gl skipped -- No module named gl test_glob test_global test_grp test_gzip test_hash test_heapq test_hmac test_hotshot test_htmllib test_htmlparser test_httplib test_imageop test_imaplib test_imgfile test_imgfile skipped -- No module named imgfile test_import test_inspect test_isinstance test_iter test_largefile test_linuxaudiodev test_linuxaudiodev skipped -- No module named linuxaudiodev test_locale test test_locale crashed -- exceptions.AttributeError: 'module' object has no attribute '_getdefaultlocale' test_long test_long_future test_longexp test_mailbox test_marshal test_math test_md5 test_mhlib test_mimetools test_mimetypes test_minidom test_mmap test_module test_mpz test_mpz skipped -- No module named mpz test_multifile test_mutants test_netrc test_new test_ntpath test_openpty test_operator test_os test_parser test_pep247 test_pep263 test_pep277 test_pep277 skipped -- test works only on NT+ test_pickle test_pkg test_pkgimport test_poll test_poll skipped -- select.poll not defined -- skipping test_poll test_popen test_popen2 test_posixpath test_pow test_pprint test_profile test_profilehooks test_pty test_pyclbr test_pyexpat test_queue test_quopri test_random test_re make[1]: *** [test] Segmentation fault