Hi,
I have now compiled and make ptestlong-ed sage 5.8 on the x86_64 where I
had problems with 5.7 -- they're still both there :
**********************************************************************
File
"/home/jpuydt/sage-5.8-x86_64-Linux/devel/sage-main/sage/quadratic_forms/quadratic_form__automorphisms.py",
line 218:
sage: eval_v_cython = cython_lambda( ", ".join( "int
a{0}".format(i) for i in range(2) ), " + ".join( "{coeff} * a{i} *
a{j}".format(coeff = mat[i,j], i = i, j = j) for i in range(2) for j in
range(2) ) ) #long time
Exception raised:
Traceback (most recent call last):
File
"/home/jpuydt/sage-5.8-x86_64-Linux/local/bin/ncadoctest.py", line 1231,
in run_one_test
self.run_one_example(test, example, filename, compileflags)
File
"/home/jpuydt/sage-5.8-x86_64-Linux/local/bin/sagedoctest.py", line 38,
in run_one_example
OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
File
"/home/jpuydt/sage-5.8-x86_64-Linux/local/bin/ncadoctest.py", line 1172,
in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_2[17]>", line 1, in <module>
eval_v_cython = cython_lambda( ", ".join( "int a{0}".format(i)
for i in range(Integer(2)) ), " + ".join( "{coeff} * a{i} *
a{j}".format(coeff = mat[i,j], i = i, j = j) for i in range(Integer(2))
for j in range(Integer(2)) ) ) #long time###line 218:
sage: eval_v_cython = cython_lambda( ", ".join( "int
a{0}".format(i) for i in range(2) ), " + ".join( "{coeff} * a{i} *
a{j}".format(coeff = mat[i,j], i = i, j = j) for i in range(2) for j in
range(2) ) ) #long time
File
"/home/jpuydt/sage-5.8-x86_64-Linux/local/lib/python/site-packages/sage/misc/cython.py",
line 661, in cython_lambda
create_local_c_file=False)
File
"/home/jpuydt/sage-5.8-x86_64-Linux/local/lib/python/site-packages/sage/server/support.py",
line 473, in cython_import_all
create_local_c_file=create_local_c_file)
File
"/home/jpuydt/sage-5.8-x86_64-Linux/local/lib/python/site-packages/sage/server/support.py",
line 450, in cython_import
**kwds)
File
"/home/jpuydt/sage-5.8-x86_64-Linux/local/lib/python/site-packages/sage/misc/cython.py",
line 496, in cython
log = open('%s/log'%build_dir).read()
IOError: [Errno 2] No such file or directory:
'/home/jpuydt/.sage/temp/newton/10649/spyx/_home_jpuydt__sage_temp_newton_10649_tmp_I84g1G_spyx/log'
**********************************************************************
File
"/home/jpuydt/sage-5.8-x86_64-Linux/devel/sage-main/sage/quadratic_forms/quadratic_form__automorphisms.py",
line 219:
sage: any( eval_v_cython(*v) == 2 * 22955664 for v in vec_list ) #
22955664 > 22953421 = len_bound #long time
Exception raised:
Traceback (most recent call last):
File
"/home/jpuydt/sage-5.8-x86_64-Linux/local/bin/ncadoctest.py", line 1231,
in run_one_test
self.run_one_example(test, example, filename, compileflags)
File
"/home/jpuydt/sage-5.8-x86_64-Linux/local/bin/sagedoctest.py", line 38,
in run_one_example
OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
File
"/home/jpuydt/sage-5.8-x86_64-Linux/local/bin/ncadoctest.py", line 1172,
in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_2[18]>", line 1, in <module>
any( eval_v_cython(*v) == Integer(2) * Integer(22955664) for v
in vec_list ) # 22955664 > 22953421 = len_bound #long time###line 219:
sage: any( eval_v_cython(*v) == 2 * 22955664 for v in vec_list ) #
22955664 > 22953421 = len_bound #long time
File "<doctest __main__.example_2[18]>", line 1, in <genexpr>
any( eval_v_cython(*v) == Integer(2) * Integer(22955664) for v
in vec_list ) # 22955664 > 22953421 = len_bound #long time###line 219:
sage: any( eval_v_cython(*v) == 2 * 22955664 for v in vec_list ) #
22955664 > 22953421 = len_bound #long time
NameError: global name 'eval_v_cython' is not defined
**********************************************************************
What is the reason of those failures?
Snark on #sagemath
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.