It scrolled away a long time ago.  But I just did sage -ba and the
problem is stil there, as in this example.  Note that there is no
longer a library called libcurvesntl (it was editied out of
module_list.py).

John

jec@fermat%sage13 -t sage/parallel/decorate.py
sage -t  "devel/sage-main/sage/parallel/decorate.py"
**********************************************************************
File 
"/home/jec/sage-5.0.beta13.eclib/devel/sage-main/sage/parallel/decorate.py",
line 556:
    sage: cython('def f(): print <char*>0')
Exception raised:
    Traceback (most recent call last):
      File "/home/jec/sage-5.0.beta13.eclib/local/bin/ncadoctest.py",
line 1231, in run_one_test
        self.run_one_example(test, example, filename, compileflags)
      File "/home/jec/sage-5.0.beta13.eclib/local/bin/sagedoctest.py",
line 38, in run_one_example
        OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
      File "/home/jec/sage-5.0.beta13.eclib/local/bin/ncadoctest.py",
line 1172, in run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_16[16]>", line 1, in <module>
        cython('def f(): print <char*>0')###line 556:
    sage: cython('def f(): print <char*>0')
      File "cython_c.pyx", line 61, in sage.misc.cython_c.cython
(sage/misc/cython_c.c:688)
      File 
"/home/jec/sage-5.0.beta13.eclib/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/jec/sage-5.0.beta13.eclib/local/lib/python/site-packages/sage/server/support.py",
line 452, in cython_import
        return __builtin__.__import__(name)
    ImportError: libcurvesntl.so: cannot open shared object file: No
such file or directory
**********************************************************************
File 
"/home/jec/sage-5.0.beta13.eclib/devel/sage-main/sage/parallel/decorate.py",
line 559:
    sage: g()
Expected:
    'NO DATA'
Got:
    global name 'f' is not defined
    'NO DATA'
**********************************************************************
1 items had failures:
   2 of  20 in __main__.example_16
***Test Failed*** 2 failures.
For whitespace errors, see the file /home/jec/.sage//tmp/decorate_2245.py
         [10.5 s]

----------------------------------------------------------------------
The following tests failed:


        sage -t  "devel/sage-main/sage/parallel/decorate.py"
Total time for all tests: 10.6 seconds


On 17 April 2012 13:00, Jeroen Demeyer <jdeme...@cage.ugent.be> wrote:
> On 2012-04-17 13:48, John Cremona wrote:
>> Is it normal that after changing $SAGE_ROOT/devel/sage/module_list.py
>> it is not enough to do sage -b, but sage -ba is required?
>>
>> I just made some changes as I am testing a new eclib spkg which
>> required editing module_list.py since the new version has only one
>> library file instead of 4, and was surprised to see some doctest
>> failures in apparently unrelated places (sage/misc/sagedoc.py,
>> sage/misc/sageinspect.py and more) where the error was caused by teh
>> non-existence of the old libraries which are deleted.
> What is the exact error message?
>
> --
> 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

-- 
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

Reply via email to