Errors with locale during make test

Bell, Joseph joseph.bell at bankofamerica.com
Thu Apr 25 14:02:25 EDT 2002


I'm trying to compile and install Python 2.2.1 on Solaris 2.6 and I keep
getting the following
error during the make test stage:

test_locale
test test_locale produced unexpected output:
**********************************************************************
*** lines 2-4 of actual output doesn't appear in expected output after line
1:
+ '%f' % 1024 == '1024.000000' != '1,024.000000'
+ '%+10.f' % -4200 == '    -4200' != '    -4,200'
+ '%-10.f' % 4200 == '4200     ' != '4,200     '
**********************************************************************

I'm using the SUNWspro/cc and have enabled the options for 
SUNWspro in the Modules/Setup file.

I think I could resolve this issue if I knew what the error message meant,
but 
I don't know why it is producing this output or what the meaning of the
message
is so I have no idea how to approach this.

Can someone shed light on this?

Joseph Bell
joseph.bell at bankofamerica.com
Unix Admin
------------------------------------------------------>>BSF
"Remember...No matter where you go,
there you are."
-Buckaroo Banzai
------------------------------------------------------>>EOF






More information about the Python-list mailing list