[ python-Bugs-1077302 ] problem with make test on OS/X

SourceForge.net noreply at sourceforge.net
Fri Dec 3 05:23:33 CET 2004


Bugs item #1077302, was opened at 2004-12-01 20:24
Message generated for change (Comment added) made by bcannon
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: Brett Cannon (bcannon)
Date: 2004-12-02 20: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


More information about the Python-bugs-list mailing list