Hi,
the most serious problem I see in my ARM port is the following :
File
"/home/jpuydt/sage-4.6.2/devel/sage/sage/structure/sage_object.pyx",
line 1053:
sage: print "x"; sage.structure.sage_object.unpickle_all() # long
time (4s on sage.math, 2011)
Expected:
x...
Successfully unpickled ... objects.
Failed to unpickle 0 objects.
Got:
x
* unpickle failure:
load('/home/jpuydt/.sage/temp/hecke/4505/dir_2/pickle_jar/_class__sage_coding_linear_code_LinearCode__.sobj')
doctest:1: DeprecationWarning: Your word object is saved in an old
file format since FiniteWord_over_OrderedAlphabet is deprecated and will
be deleted in a future version of Sage (you can use FiniteWord_list
instead). You can re-save your word by typing "word.save(filename)" to
ensure that it will load in future versions of Sage.
doctest:1: DeprecationWarning: Your word object is saved in an old
file format since AbstractWord is deprecated and will be deleted in a
future version of Sage (you can use FiniteWord_list instead). You can
re-save your word by typing "word.save(filename)" to ensure that it will
load in future versions of Sage.
doctest:1: DeprecationWarning: Your word object is saved in an old
file format since Word_over_Alphabet is deprecated and will be deleted
in a future version of Sage (you can use FiniteWord_list instead). You
can re-save your word by typing "word.save(filename)" to ensure that it
will load in future versions of Sage.
doctest:1: DeprecationWarning: Your word object is saved in an old
file format since Word_over_OrderedAlphabet is deprecated and will be
deleted in a future version of Sage (you can use FiniteWord_list
instead). You can re-save your word by typing "word.save(filename)" to
ensure that it will load in future versions of Sage.
doctest:1: DeprecationWarning: ChristoffelWord_Lower is deprecated,
use LowerChristoffelWord instead
* unpickle failure:
load('/home/jpuydt/.sage/temp/hecke/4505/dir_2/pickle_jar/_class__sage_crypto_mq_sr_SR_gf2__.sobj')
* unpickle failure:
load('/home/jpuydt/.sage/temp/hecke/4505/dir_2/pickle_jar/_class__sage_homology_chain_complex_ChainComplex__.sobj')
* unpickle failure:
load('/home/jpuydt/.sage/temp/hecke/4505/dir_2/pickle_jar/_type__sage_coding_binary_code_BinaryCode__.sobj')
* unpickle failure:
load('/home/jpuydt/.sage/temp/hecke/4505/dir_2/pickle_jar/_type__sage_matrix_matrix_mod2_dense_Matrix_mod2_dense__.sobj')
Failed:
_class__sage_coding_linear_code_LinearCode__.sobj
_class__sage_crypto_mq_sr_SR_gf2__.sobj
_class__sage_homology_chain_complex_ChainComplex__.sobj
_type__sage_coding_binary_code_BinaryCode__.sobj
_type__sage_matrix_matrix_mod2_dense_Matrix_mod2_dense__.sobj
Successfully unpickled 581 objects.
Failed to unpickle 5 objects.
Pickling looks like a python feature, so perhaps it's more a
python-on-ARM more than a sage-on-ARM issue... does someone have a clue?
Snark on #sage-devel
--
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org