Didn't work (same error).

Will try make doc-clean.

On Saturday, 26 November 2016 09:29:58 UTC+2, François wrote:
>
> ./sage -p cysignals 
> then 
> make 
>
> hopefully that should be enough. 
>
> François 
>
> > On 26/11/2016, at 20:26, Peleg Michaeli <free...@gmail.com <javascript:>> 
> wrote: 
> > 
> > What do you suggest then? make dist-clean..? 
> > 
> > On Saturday, 26 November 2016 08:42:59 UTC+2, François wrote: 
> > Not similar. For some reason your version of cysignals has not 
> > been upgraded to 1.3.2 - you still have 1.1.x. 
> > 
> > François 
> > 
> > > On 26/11/2016, at 19:38, Peleg Michaeli <free...@gmail.com> wrote: 
> > > 
> > > I have a similar error: 
> > > 
> > > ===== 
> > > 
> > > [libs     ] reading sources... [100%] sage/rings/pari_ring 
> > > [libs     ] 
> /home/peleg/sage/src/doc/en/reference/libs/sage/ext/pselect.rst:11: 
> WARNING: autodoc: failed to import module u'sage.ext.pselect'; the 
> following exception was raised: 
> > > [libs     ] Traceback (most recent call last): 
> > > [libs     ] File 
> "/home/peleg/sage/src/sage_setup/docbuild/ext/sage_autodoc.py", line 525, 
> in import_object 
> > > [libs     ] __import__(self.modname) 
> > > [libs     ] ImportError: No module named pselect 
> > > [libs     ] 
> /home/peleg/sage/src/doc/en/reference/libs/sage/ext/pselect.rst:: WARNING: 
> document isn't included in any toctree 
> > > Error building the documentation. 
> > > Traceback (most recent call last): 
> > >   File "/home/peleg/sage/local/lib/python/runpy.py", line 162, in 
> _run_module_as_main 
> > >     "__main__", fname, loader, pkg_name) 
> > >   File "/home/peleg/sage/local/lib/python/runpy.py", line 72, in 
> _run_code 
> > >     exec code in run_globals 
> > >   File 
> "/home/peleg/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__main__.py",
>  
> line 2, in <module> 
> > >     main() 
> > >   File 
> "/home/peleg/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 1667, in main 
> > >     builder() 
> > >   File 
> "/home/peleg/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 316, in _wrapper 
> > >     getattr(get_builder(document), 'inventory')(*args, **kwds) 
> > >   File 
> "/home/peleg/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 510, in _wrapper 
> > >     build_many(build_ref_doc, L) 
> > >   File 
> "/home/peleg/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 266, in build_many 
> > >     results.append(target(arg)) 
> > >   File 
> "/home/peleg/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 70, in build_ref_doc 
> > >     getattr(ReferenceSubBuilder(doc, lang), format)(*args, **kwds) 
> > >   File 
> "/home/peleg/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 719, in _wrapper 
> > >     getattr(DocBuilder, build_type)(self, *args, **kwds) 
> > >   File 
> "/home/peleg/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 104, in f 
> > >     runsphinx() 
> > >   File 
> "/home/peleg/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/sphinxbuild.py",
>  
> line 215, in runsphinx 
> > >     raise exception 
> > > OSError: [libs     ] 
> /home/peleg/sage/src/doc/en/reference/libs/sage/ext/pselect.rst:11: 
> WARNING: autodoc: failed to import module u'sage.ext.pselect'; the 
> following exception was raised: 
> > > 
> > > 
> > > ===== 
> > > 
> > > On Saturday, 26 November 2016 07:46:35 UTC+2, Steven Trogdon wrote: 
> > > Fails here on Gentoo when building the docs: 
> > > 
> > > [dochtml] Traceback (most recent call last): 
> > > [dochtml]   File 
> "/64bitdev/storage/sage-git_develop/sage/local/lib/python/runpy.py", line 
> 162, in _run_module_as_main 
> > > [dochtml]     "__main__", fname, loader, pkg_name) 
> > > [dochtml]   File 
> "/64bitdev/storage/sage-git_develop/sage/local/lib/python/runpy.py", line 
> 72, in _run_code 
> > > [dochtml]     exec code in run_globals 
> > > [repl     ] File 
> "/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/zmq/__init__.py",
>  
> line 34, in <module> 
> > > [repl     ] from zmq import backend 
> > > [repl     ] File 
> "/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/zmq/backend/__init__.py",
>  
> line 40, in <module> 
> > > [repl     ] reraise(*exc_info) 
> > > [repl     ] File 
> "/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/zmq/backend/__init__.py",
>  
> line 27, in <module> 
> > > [repl     ] _ns = select_backend(first) 
> > > [repl     ] File 
> "/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/zmq/backend/select.py",
>  
> line 26, in select_backend 
> > > [repl     ] mod = __import__(name, fromlist=public_api) 
> > > [repl     ] File 
> "/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/zmq/backend/cython/__init__.py",
>  
> line 6, in <module> 
> > > [repl     ] from . import (constants, error, message, context, 
> > > [repl     ] ImportError: libsodium.so.13: cannot open shared object 
> file: No such file or directory 
> > > [polynomia] reading sources... [  9%] sage/rings/fraction_field_FpT 
> > > Error building the documentation. 
> > > Traceback (most recent call last): 
> > >   File 
> "/64bitdev/storage/sage-git_develop/sage/local/lib/python/runpy.py", line 
> 162, in _run_module_as_main 
> > >     "__main__", fname, loader, pkg_name) 
> > >   File 
> "/64bitdev/storage/sage-git_develop/sage/local/lib/python/runpy.py", line 
> 72, in _run_code 
> > >     exec code in run_globals 
> > >   File 
> "/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__main__.py",
>  
> line 2, in <module> 
> > >     main() 
> > >   File 
> "/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 1667, in main 
> > >     builder() 
> > >   File 
> "/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 316, in _wrapper 
> > >     getattr(get_builder(document), 'inventory')(*args, **kwds) 
> > >   File 
> "/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 510, in _wrapper 
> > >     build_many(build_ref_doc, L) 
> > >   File 
> "/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 252, in build_many 
> > >     ret = x.get(99999) 
> > >   File 
> "/64bitdev/storage/sage-git_develop/sage/local/lib/python/multiprocessing/pool.py",
>  
> line 567, in get 
> > >     raise self._value 
> > > OSError: [repl     ] 
> /64bitdev/storage/sage-git_develop/sage/src/doc/en/reference/repl/sage/repl/ipython_kernel/kernel.rst:11:
>  
> WARNING: autodoc: failed to import module 
> u'sage.repl.ipython_kernel.kernel'; the following exception was raised: 
> > > 
> > > I have libsodium.so.18 install which is current. I don't know which 
> libsodium I had installed when beta3 was built, but no problem there. Is 
> libsodium.so.18 really needed? 
> > > 
> > > -- 
> > > 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...@googlegroups.com. 
> > > To post to this group, send email to sage-r...@googlegroups.com. 
> > > Visit this group at https://groups.google.com/group/sage-release. 
> > > For more options, visit https://groups.google.com/d/optout. 
> > 
> > 
> > -- 
> > 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...@googlegroups.com <javascript:>. 
> > To post to this group, send email to sage-r...@googlegroups.com 
> <javascript:>. 
> > Visit this group at https://groups.google.com/group/sage-release. 
> > For more options, visit https://groups.google.com/d/optout. 
>
>

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