I try to compile stackless 2.6.3 on arm but make test failed: 319 tests OK. 7 tests failed: test_cmath test_ctypes test_float test_fractions test_httpservers test_math test_random
test test_float crashed -- <type 'exceptions.SystemError'>: frexp()
result out of range
test test_fractions crashed -- <type 'exceptions.SystemError'>: frexp()
result out of range
test test_cmath crashed -- <type 'exceptions.SystemError'>: frexp()
result out of range
test test_math crashed -- <type 'exceptions.ValueError'>: bad marshal
data
test test_random failed -- Traceback (most recent call last):
File "/root/stackless-2.6.3/Lib/test/test_random.py", line 344, in
test_referenceImplementation
self.assertAlmostEqual(a,e,places=14) 20:12:45 mancausoft |
AssertionError: 0.86057815201978782 != 0.86057815168424345 within 14
places
I try to compile stackles 2.5.2 but:
case $MAKEFLAGS in \
*-s*) CC='gcc -pthread' LDSHARED='gcc -pthread -shared'
OPT='-DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes' ./python
-E ./setup.py -q build;; \ *) CC='gcc -pthread' LDSHARED='gcc -pthread
-shared' OPT='-DNDEBUG -g -fwrapv -O3 -Wall
-Wstrict-prototypes' ./python -E ./setup.py build;; \ esac Fatal Python
error: subversion keywords missing /bin/sh: line 1: 27196
Aborted CC='gcc -pthread' LDSHARED='gcc -pthread
-shared' OPT='-DNDEBUG -g -fwrapv -O3 -Wall
-Wstrict-prototypes' ./python -E ./setup.py build make: ***
[sharedmods] Error 134
Mancausoft
signature.asc
Description: PGP signature
_______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
