Hi, I was building sage 4.6.2 on a Sun Fire 4450 server (called parsley) running Redhat linux, and the there was a preparser failure when running make check. Is this something I should be concerned about? I thought that the new sage builds are automatically tested on this architecture, so how can make check fail?
Thanks, -Jon =) ================ jonhanke@[~/my_sage_dir/SAGE_parsley_Build_Testing/sage-4.6.2]: make check ... ---------------------------------------------------------------------- The following tests failed: sage -t -force_lib "devel/sage/sage/misc/preparser.py" Total time for all tests: 6133.0 seconds Please see /home/jonhanke/.sage//tmp/test.log for the complete log from this test. jonhanke@[~/my_sage_dir/SAGE_parsley_Build_Testing/sage-4.6.2]: sage -t -force_lib "devel/sage/sage/misc/preparser.py" sage -t -force_lib "devel/sage/sage/misc/preparser.py" Non-default server settings detected: Incoming Server = http://hg.sagemath.org (default) Outgoing Server = ssh:// jonha...@sage.math.washington.edu/sage-4.1.1/devel ********************************************************************** File "/sage/jonhanke/SAGE_parsley_Build_Testing/sage-4.6.2/devel/sage/sage/misc/preparser.py", line 1386: sage: sage.misc.preparser.is_loadable_filename('foo.m') Expected: True Got: False ********************************************************************** File "/sage/jonhanke/SAGE_parsley_Build_Testing/sage-4.6.2/devel/sage/sage/misc/preparser.py", line 1403: sage: load_attach_path() Exception raised: Traceback (most recent call last): File "/usr/local/sage-4.6/local/bin/ncadoctest.py", line 1231, in run_one_test self.run_one_example(test, example, filename, compileflags) File "/usr/local/sage-4.6/local/bin/sagedoctest.py", line 38, in run_one_example OrigDocTestRunner.run_one_example(self, test, example, filename, compileflags) File "/usr/local/sage-4.6/local/bin/ncadoctest.py", line 1172, in run_one_example compileflags, 1) in test.globs File "<doctest __main__.example_19[2]>", line 1, in <module> load_attach_path()###line 1403: sage: load_attach_path() NameError: name 'load_attach_path' is not defined ********************************************************************** ... -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org