On Jun 7, 9:01 pm, Keshav Kini <keshav.k...@gmail.com> wrote:
> Anthony Wickstead <anthony.wickst...@gmail.com> writes:
> > Using 64 bit Ubuntu 12.04 inside VirtualBox 4.14 under Windows 7, I was 
> > able to
> > make sage-5.0.1.rc0 with no errors.
>
> What hardware CPU does your computer have?

Intel Core i5-2520M @ 2.50GHz

>
> > Running ./sage –testall resulted in just one error:
>
> > Sage –t –force_lib “devel/sage/sage/schemes/plane_curves/curve.py”
>
> Can you give more detail about what error it was?

The relevenat part of test.log seems to be:

_________________________________________________________________________________________________
sage -t  -force_lib "devel/sage/sage/schemes/plane_curves/curve.py"
**********************************************************************
File "/home/sage/Downloads/sage-5.0.1.rc0/devel/sage/sage/schemes/
plane_curves/curve.py", line 122:
    sage: C.geometric_genus()
Exception raised:
    Traceback (most recent call last):
      File "/home/sage/Downloads/sage-5.0.1.rc0/local/bin/
ncadoctest.py", line 1231, in run_one_test
        self.run_one_example(test, example, filename, compileflags)
      File "/home/sage/Downloads/sage-5.0.1.rc0/local/bin/
sagedoctest.py", line 38, in run_one_example
        OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
      File "/home/sage/Downloads/sage-5.0.1.rc0/local/bin/
ncadoctest.py", line 1172, in run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_6[9]>", line 1, in <module>
        C.geometric_genus()###line 122:
    sage: C.geometric_genus()
      File "/home/sage/Downloads/sage-5.0.1.rc0/local/lib/python/site-
packages/sage/schemes/plane_curves/curve.py", line 141, in
geometric_genus
        self.__genus = self.defining_ideal().genus()
      File "/home/sage/Downloads/sage-5.0.1.rc0/local/lib/python/site-
packages/sage/rings/polynomial/multi_polynomial_ideal.py", line 602,
in __call__
        return self.f(self._instance, *args, **kwds)
      File "/home/sage/Downloads/sage-5.0.1.rc0/local/lib/python/site-
packages/sage/rings/polynomial/multi_polynomial_ideal.py", line 1745,
in genus
        self.__genus = Integer(genus(self))
      File "function.pyx", line 1249, in
sage.libs.singular.function.SingularFunction.__call__ (sage/libs/
singular/function.cpp:11455)
      File "function.pyx", line 1439, in
sage.libs.singular.function.call_function (sage/libs/singular/
function.cpp:12962)
    RuntimeError: Error in Singular function call 'genus':
     delta not found, please inform the authors
     leaving normal.lib::deltaP
     leaving normal.lib::genus
**********************************************************************
1 items had failures:
   1 of  18 in __main__.example_6
***Test Failed*** 1 failures.
For whitespace errors, see the file /home/sage/.sage//tmp/
curve_6779.py
         [2.9 s]

_________________________________________________________________________________________________

There was no file tmp/curve_6779.py.


> If you run `./sage -t
> -force_lib "devel/sage/sage/schemes/plane_curves/curve.py` again (in the
> appropriate directory), do you get the error again?

No.

Tony
>
> -Keshav
>
> ----
> Join us in #sagemath on irc.freenode.net !

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