Jeroen, I ran into this error when I ran sage -b, but it went away when I 
ran make. I did not need to run make distclean.

[163/362] Cythonizing sage/libs/pari/gen.pyx

Error compiling Cython file:
------------------------------------------------------------
...
        """
        cdef GEN _L = L.g
        if not precision:
            precision = default_bitprec()
        sig_on()
        cdef long _ret = lfunorderzero(_L, precision)
                                     ^
------------------------------------------------------------

sage/libs/pari/auto_gen.pxi:11038:38: Call with wrong number of arguments 
(expected 3, got 2)

Error compiling Cython file:
------------------------------------------------------------
...
        but not necessarily the lattice itself. In particular, if :math:`Q` 
is
        two-dimensional, then :math:`L` is always self-dual.
        """
        cdef GEN _Q = Q.g
        sig_on()
        cdef GEN _ret = lfunqf(_Q)
                             ^
------------------------------------------------------------

sage/libs/pari/auto_gen.pxi:11052:30: Call with wrong number of arguments 
(expected 2, got 1)
Traceback (most recent call last):
  File 
"/Users/Masson/Downloads/GitHub/sage/local/lib/python2.7/site-packages/Cython-0.24.1-py2.7-macosx-10.9-x86_64.egg/Cython/Build/Dependencies.py",
 
line 1055, in cythonize_one_helper
    return cythonize_one(*m)
  File 
"/Users/Masson/Downloads/GitHub/sage/local/lib/python2.7/site-packages/Cython-0.24.1-py2.7-macosx-10.9-x86_64.egg/Cython/Build/Dependencies.py",
 
line 1037, in cythonize_one
    raise CompileError(None, pyx_file)
CompileError: sage/libs/pari/gen.pyx
[164/362] Cythonizing sage/libs/pari/handle_error.pyx
************************************************************************
Traceback (most recent call last):
  File "setup.py", line 597, in <module>
    run_cythonize()
  File "setup.py", line 589, in run_cythonize
    'profile': profile,
  File 
"/Users/Masson/Downloads/GitHub/sage/local/lib/python2.7/site-packages/Cython-0.24.1-py2.7-macosx-10.9-x86_64.egg/Cython/Build/Dependencies.py",
 
line 906, in cythonize
    result.get(99999)  # seconds
  File 
"/Users/Masson/Downloads/GitHub/sage/local/lib/python/multiprocessing/pool.py", 
line 567, in get
    raise self._value
CompileError: sage/libs/pari/gen.pyx



On Saturday, August 27, 2016 at 5:44:21 AM UTC-7, Jeroen Demeyer wrote:
>
> On 2016-08-27 01:08, Johan S. H. Rosenkilde wrote: 
> > I had to do make distclean: the Pari upgrade complained. 
>
> Do you have more details? 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to