Bugs item #1077302, was opened at 2004-12-02 04:24 Message generated for change (Comment added) made by jneb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1077302&group_id=5470
Category: Build Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: Ian Holsman (webperf) Assigned to: Nobody/Anonymous (nobody) Summary: problem with make test on OS/X Initial Comment: hi.. I'm a newbie on this stuff.. just trying to install the latest & greatest and have come up with this issue $ uname -a Darwin dyn-130-194-244-92.its.monash.edu.au 7.6.0 Darwin Kernel Version 7.6.0: Sun Oct 10 12:05:27 PDT 2004; root:xnu/xnu-517.9.4.obj~1/RELEASE_PPC Power Macintosh powerpc ^^10.3.6 Powerbook G4 1.5ghz box $ ./configure --prefix=/ex --enable-toolbox-glue --enable-framework $ make ... $ make test ... test test__locale failed -- Traceback (most recent call last): File "/python/Python-2.4/Lib/test/test__locale.py", line 43, in test_lc_numeric "%s != %s (%s); " AssertionError: , != . (decimal_point); supposed to be fr_FR, set to fr_FR test_aepack ... test_locale test_locale skipped -- Locale support on MacOSX is minimal and cannot be tested test_logging test_long test_long_future test_longexp test_macfs test_macostools test test_macostools failed -- Traceback (most recent call last): File "/python/Python-2.4/Lib/test/test_macostools.py", line 78, in test_mkalias_relative macostools.mkalias(test_support.TESTFN, TESTFN2, sys.prefix) File "/python/Python-2.4/Lib/plat-mac/macostools.py", line 39, in mkalias relativefsr = File.FSRef(relative) Error: (-43, 'File not found') test_macpath ---------------------------------------------------------------------- Comment By: Jurjen N.E. Bos (jneb) Date: 2004-12-03 10:21 Message: Logged In: YES user_id=446428 Yep, I have met this too. It has to do with the uniccodeobject.py, that does not want HAVE_USABLE_WCHAR_T without HAVE_WCHAR_H (sorry if I got the names slightly wrong). This is the case on the Mac, where WCHAR_T is defined in another file, and WCHAR_H does not exist. Who can fix unicodeobject.h? Thanks, Jurjen ---------------------------------------------------------------------- Comment By: Brett Cannon (bcannon) Date: 2004-12-03 04:45 Message: Logged In: YES user_id=357491 OK, I have no problem with the test failing. What happens if you execute using sudo; ``sudo make test``? ---------------------------------------------------------------------- Comment By: Brett Cannon (bcannon) Date: 2004-12-03 04:23 Message: Logged In: YES user_id=357491 The test__locale failure is known about (OS X does some funky stuff with C's locale library). As for the test_macostools failure, I will need to recompile with --enable- toolbox-glue to see if I get the failure as well. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1077302&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com