[sage-release] Re: Sage 9.2.beta9 released

2020-08-19 Thread Steven Trogdon
Actually I have system m4ri-20200125 and not 20200115 installed. For me the 
info in config.log was somewhat misleading. I have been using the sage 
provided brial, so after rebuilding brial the html docs successfully built 
and sage starts.

On Tuesday, August 18, 2020 at 11:07:05 PM UTC-6, Steven Trogdon wrote:
>
> This beta fails on Gentoo, apparently when building the html-docs, as and 
> upgrade from beta7 which built successfully.
>
> [dochtml]   File "sage/rings/polynomial/polynomial_element.pyx", line 
> 7893, in sage.rings.polynomial.polynomial_element.Polynomial.roots 
> (build/cythonized/sage/rings/polynomial/polynomial_element.c:64031)
> [dochtml]   File 
> "/local/sage-git/sage/local/lib/python3.7/site-packages/sage/rings/polynomial/complex_roots.py",
>  
> line 246, in complex_roots
> [dochtml] factors = p.squarefree_decomposition()
> [dochtml]   File "sage/rings/polynomial/polynomial_element.pyx", line 
> 1815, in 
> sage.rings.polynomial.polynomial_element.Polynomial.squarefree_decomposition 
> (build/cythonized/sage/rings/polynomial/polynomial_element.c:18350)
> [dochtml]   File 
> "/local/sage-git/sage/local/lib/python3.7/site-packages/sage/categories/fields.py",
>  
> line 501, in _squarefree_decomposition_univariate_polynomial
> [dochtml] return Factorization(factors, unit=unit, sort=False)
> [dochtml]   File 
> "/local/sage-git/sage/local/lib/python3.7/site-packages/sage/structure/factorization.py",
>  
> line 299, in __init__
> [dochtml] self.__universe = Sequence(t[0] for t in x).universe()
> [dochtml]   File 
> "/local/sage-git/sage/local/lib/python3.7/site-packages/sage/structure/sequence.py",
>  
> line 255, in Sequence
> [dochtml] from sage.rings.polynomial.pbori import BooleanMonomialMonoid
> [dochtml] ImportError: libm4ri-0.0.20200115.so: cannot open shared object 
> file: No such file or directory
> make[3]: *** [Makefile:1864: doc-html] Error 1
> make[2]: *** [Makefile:1754: all-start] Error 2
>
> I have system m4ri-2010115 and m4ri3-20200115 installed. From config.log
>
> configure:36038: result: m4ri-20200115:  
>  using system package; SPKG will not be installed
> configure:36038: result: m4rie-20200115:  
> using system package; SPKG will not be installed
>
> and
>
> configure:24084: will use system package and not install SPKG lrcalc
> ## -- ##
> ## Checking whether SageMath should install SPKG m4rie... ##
> ## -- ##
> configure:24184: checking whether any of m4ri is installed as or will be 
> installed as SPKG
> configure:24193: result: no
> configure:24196: checking m4rie/m4rie.h usability
> configure:24196: g++ -std=gnu++11 -c -g -O2   conftest.cpp >&5
> configure:24196: $? = 0
> configure:24196: result: yes
> configure:24196: checking m4rie/m4rie.h presence
> configure:24196: g++ -E -std=gnu++11   conftest.cpp
> configure:24196: $? = 0
> configure:24196: result: yes
> configure:24196: checking for m4rie/m4rie.h
> configure:24196: result: yes
>
> So my system m4ri is not found even though installed.
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/1a0cd293-12bf-4c04-a6d7-e12774362819o%40googlegroups.com.


Re: [sage-release] Sage 9.2.beta8 released

2020-08-19 Thread E. Madison Bray
On Friday, August 14, 2020 at 1:44:38 PM UTC+2 david@gmail.com wrote:

> Same here on a fresh clone with macOS 10.15.16
>
>
> [dochtml] Building en/constructions.
> [dochtml] 
> [dochtml] [construct] building [html]: targets for 16 source files that 
> are out of date
> [dochtml] [construct] updating environment: [new config] 16 added, 0 
> changed, 0 removed
> ^C[dochtml] Error building the documentation.
> [dochtml] Traceback (most recent call last):
> [dochtml]   File 
> "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/runpy.py",
>  
> line 193, in _run_module_as_main
> [dochtml] "__main__", mod_spec)
> [dochtml]   File 
> "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/runpy.py",
>  
> line 85, in _run_code
> [dochtml] exec(code, run_globals)
> [dochtml]   File 
> "/Users/dcoudert/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/__main__.py",
>  
> line 2, in 
> [dochtml] main()
> [dochtml]   File 
> "/Users/dcoudert/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 1721, in main
> [dochtml] builder()
> [dochtml]   File 
> "/Users/dcoudert/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 337, in _wrapper
> [dochtml] build_many(build_other_doc, L)
> [dochtml]   File 
> "/Users/dcoudert/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 281, in build_many
> [dochtml] _build_many(target, args, processes=NUM_THREADS)
> [dochtml]   File 
> "/Users/dcoudert/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/utils.py",
>  
> line 263, in build_many
> [dochtml] waited_pid, waited_exitcode = wait_for_one()
> [dochtml]   File 
> "/Users/dcoudert/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/utils.py",
>  
> line 179, in wait_for_one
> [dochtml] pid, sts = os.wait()
> [dochtml]   File "src/cysignals/signals.pyx", line 320, in 
> cysignals.signals.python_check_interrupt
> [dochtml] KeyboardInterrupt
> [dochtml] 
> [dochtml] Note: incremental documentation builds sometimes cause 
> spurious
> [dochtml] error messages. To be certain that these are real errors, run
> [dochtml] "make doc-clean" first and try again.
> make[3]: *** [doc-html] Error 1
> make[2]: *** [all-start] Interrupt: 2
> make[1]: *** [all-start] Interrupt: 2
> make: *** [all] Interrupt: 2
>
>
>
As I noted at [1], this implies that one or more of the docbuilds are 
running some code that hangs forever, so it would help narrow it down by 
finding out what code it's running to cause a hang.  Normally in docbuilds 
the most likely code to run will be some plotting code, so you can try to 
take the plot code present in the relevant documentation pages, run it, and 
see if it hangs.  Chances are if you run it in a single process it might 
*not* hang--frequently this happens only in a forked subprocess.  So you 
can try something like:

from multiprocessing import Process
p = Process(target=)
p.start()

and see if it hangs. I've often found this to be the case with calls to 
np.dot(), which matpotlib uses sometimes to perform various 
transformations, and which in turn often results in a call to a 
multi-threaded OpenBLAS function which are sometimes buggy.

As an aside, I would like to make the parallel doc build code more robust 
to this kind of hang, but it's hard to say exactly what the right solution 
is (I know more or less what the technical solution is, but I mean more the 
UX solution).  Because as far as the docbuild code is concerned, it doesn't 
know that the process is "hung".  It's just taking however long it needs to 
take, and the code will wait for it to finish.  Perhaps we could implement 
some kind of timeout to kill docbuild processes that are taking too long 
(but what should the timeout be)? Or report back to the user exactly which 
docbuilds are still running (like, a log message at some interval) so that 
the user can decide whether or not to take action.

[1] https://trac.sagemath.org/ticket/30351#comment:40 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/2755f337-7bf1-433b-81b1-7a98d1421a8cn%40googlegroups.com.


[sage-release] Re: Sage 9.2.beta9 released

2020-08-19 Thread Emmanuel Charpentier


On Debian testing running on core i7 + 16 GB RAM, ugrading 9.2.beta8 + 
Trac#25363  + Trac#300Trac#3006363 
 to 9.2.beta9 + Trac#29456 
 + Trac#30063 
 and running ~ptestlong~ gives the 
same resulys as those reported since 9.2.beta5 (one transient timeout, 
three permanent failures).

HTH,
​


Le mercredi 19 août 2020 01:01:42 UTC+2, Volker Braun a écrit :
>
> As always, you can get the latest beta version from the "develop" git 
> branch. Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html 
>
>
> 548666e9f2 (tag: 9.2.beta9, trac/develop) Updated SageMath version to 
> 9.2.beta9
> 842a6866f1 Trac #29974: Make combinat doctests ready for random seeds
> 1de1d457b4 Trac #29971: Make categories doctests ready for random seeds
> 6864757e11 Trac #29968: Make algebras doctests ready for random seeds
> b526019731 Trac #29963: Make geometry doctests ready for random seeds
> 719f9af12c Trac #29509: rational_points fails for some hyperelliptic curves
> 4d5ab773b5 Trac #29257: use solve_left for division operation of matrices
> e18e84219d Trac #30365: Disable LTO in matplotlib build
> 01f536726d Trac #29989: fix random test failures in PSage interface
> f531b354f7 Trac #30345: build/make/Makefile.in: Filter out "-j" from 
> sub-make invocations to avoid excessive parallel load
> 8417e64af6 Trac #29511: Broken coercion between cyclotomic fields
> b4a8c5745b Trac #29325: Set up permutahedron with both Vrep and Hrep (if 
> backend supports it)
> 9b14ca3e86 Trac #29248: Index notation for tensors should allow for 
> unicode characters
> a331d47ef3 Trac #28966: Provide unicode aliases for some globals in Python 
> 3
> 95d0cd5b9e Trac #28951: Fixing a bug in 
> sage.schemes.cyclic_covers.charpoly_frobenius
> 4986d5ea7f Trac #28816: database_stein_watkins Python 3 issues
> 193e14365a Trac #30127: cygwin-minimal: pip-20.1.1 fails to install
> a92871805f Trac #26919: Upgrade Jupyter notebook to latest (6.1.1) and its 
> dependencies to latest
> 66472811de Trac #30251: ExtPowerFreeModule, ExtPowerDualFreeModule: 
> Simplify _repr_
> 7030fa15a7 Trac #30175: Remove outdated spkg-src script for ecl
> 11bb005e98 Trac #30165: normalize_coordinates broken for p-adic fields
> 82568e3cbd Trac #30044: tox.ini: Test on voidlinux
> 294931e00b Trac #30339: tox.ini: Update for latest ubuntu, fedora versions
> ea615c4ce6 Trac #30331: Issue with toric_substitute for Laurent polynomials
> df3cf63875 Trac #30327: affine group element * a polytope raises KeyError
> 9cfaefb544 Trac #30303: Graphs: two families of distance-regular graphs
> 81a7e50cd2 Trac #30301: Italian translation of FAQ
> 48fb9141da Trac #30286: Graph: last sporadic distance-regular graphs
> 6f2561fdca Trac #30260: Graphs: more distance-regular graphs
> 29098c6af9 Trac #30240: Graphs: a few distance-regular graphs
> 1b8dff7172 Trac #30178: Manifolds: add orientability
> 24eb3aa28d Trac #29911: sage.rings.integer, integer_ring: Remove 
> dependencies on sage.libs.ntl
> 8b9743d0af Trac #29654: Improve face generator of polyhedra by exposing 
> `FaceIterator` class
> c0b61fd5cf Trac #28904: Move reversed graph from backend to CGraph for 
> sparse graphs
> 04c64492a6 Trac #30335: openblas: clear out .pc symlinks before 
> installation
> ef6132b817 Trac #25363: Add '--simple-prompt' argument for sage
> 3682402983 Trac #30277: Remove src/module_list.py
> 0cc658a1f9 Trac #30257: Fusion Ring - Rmatrix
> 6ffe4c9e55 Trac #30209: Action for Bundle Connections
> eaa2f0a361 Trac #29950: Build sagelib from build/pkgs/sagelib/src, fix 
> `setup.py sdist`, add spkg-src and tox.ini
> e002ee071c Trac #29539: Bug in saturation of elliptic curves over number 
> fields
> a4b8705ae5 Trac #30330: `cdd` backend fails to initialize empty polyhedron 
> from double description
> c3e5ce6ea1 Trac #30292: is_pyramid returns a wrong certificate
> 3d594b5cc6 Trac #30262: Update e-antic to 0.1.8
> 415221a9a8 (tag: 9.2.beta8) Updated SageMath version to 9.2.beta8
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/fa452859-5602-419c-9c31-3cfdb1e5c7d3o%40googlegroups.com.


Re: [sage-release] Sage 9.2.beta9 released

2020-08-19 Thread Maxime Bombar
Hi,

On a fresh install from sources on Debian Sid build and documentation
are ok, but tests sometimes fail :

make: *** [Makefile:190: ptestlong] Error 17

-- 
MB.



-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/10a9e3e4-0c5f-6740-a891-3461994dd956%40inria.fr.


signature.asc
Description: OpenPGP digital signature


[sage-release] Re: Sage 9.2.beta9 released

2020-08-19 Thread Samuel Lelievre
2020-08-19 12:43:58 UTC, Sébastien Labbé:
>
> Testing with various optional and external packages, I get:
> [...]
>
 
Speaking of optional packages, could someone review

- Sage Trac ticket 30390: Fix PyPI url
  https://trac.sagemath.org/ticket/30390

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/9b271518-aa39-4ca4-bd24-2ddc7a676955o%40googlegroups.com.


[sage-release] Re: Sage 9.2.beta9 released

2020-08-19 Thread Sébastien Labbé
Testing with various optional and external packages, I get:

Using 
--optional=4ti2,cbc,ccache,cryptominisat,dot2tex,e_antic,external,fricas,glucose,latte_int,lidia,lrslib,memlimit,normaliz,notedown,openssl,pandoc_attributes,pycosat,pynormaliz,rst2ipynb,sage,sage_numerical_backends_coin

--
All tests passed!
--
External software detected for doctesting: 
ffmpeg,graphviz,imagemagick,latex,octave,pandoc

But *internet* doctests were not tested due to problem with my installation.

Sébastien

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/0b93d105-2fe9-4960-b9c8-1b32e31187e0n%40googlegroups.com.


Re: [sage-release] Sage 9.2.beta9 released

2020-08-19 Thread Dima Pasechnik
On Wed, Aug 19, 2020 at 11:07 AM David Coudert  wrote:
>
> incremental upgrade from 9.2.beta8 on macOS 10.14.6
> - build OK
> - docbuild OK
>
> however, a non blocking error with sagetex:
>
> [sagetex-3.4] Successfully built sagetex
> [sagetex-3.4] Installing collected packages: sagetex
> [sagetex-3.4]   Created temporary directory: 
> /private/var/folders/l8/sxf193t11mvdyqq56f4w_6_8gn/T/pip-unpacked-wheel-6tdncpf9
> [sagetex-3.4]   *** Error compiling 
> '/private/var/folders/l8/sxf193t11mvdyqq56f4w_6_8gn/T/pip-unpacked-wheel-6tdncpf9/sagetex-3.4.data/data/share/texmf/tex/latex/sagetex/extractsagecode.py'...
> [sagetex-3.4] File 
> "/private/var/folders/l8/sxf193t11mvdyqq56f4w_6_8gn/T/pip-unpacked-wheel-6tdncpf9/sagetex-3.4.data/data/share/texmf/tex/latex/sagetex/extractsagecode.py",
>  line 48
> [sagetex-3.4]   except getopt.GetoptError, err:
> [sagetex-3.4]^
> [sagetex-3.4]   SyntaxError: invalid syntax
> [sagetex-3.4]
> [sagetex-3.4]   *** Error compiling 
> '/private/var/folders/l8/sxf193t11mvdyqq56f4w_6_8gn/T/pip-unpacked-wheel-6tdncpf9/sagetex-3.4.data/data/share/texmf/tex/latex/sagetex/makestatic.py'...
> [sagetex-3.4] File 
> "/private/var/folders/l8/sxf193t11mvdyqq56f4w_6_8gn/T/pip-unpacked-wheel-6tdncpf9/sagetex-3.4.data/data/share/texmf/tex/latex/sagetex/makestatic.py",
>  line 48
> [sagetex-3.4]   except getopt.GetoptError, err:
> [sagetex-3.4]^
> [sagetex-3.4]   SyntaxError: invalid syntax
> [sagetex-3.4]
> [sagetex-3.4]
> [sagetex-3.4] Successfully installed sagetex-3.4
> [sagetex-3.4] Removed build tracker: 
> '/private/var/folders/l8/sxf193t11mvdyqq56f4w_6_8gn/T/pip-req-tracker-l6deu40y'
> [sagetex-3.4] Removing old SageTex version(s)
> [sagetex-3.4]
> [sagetex-3.4] real 0m3.307s
> [sagetex-3.4] user 0m1.896s
> [sagetex-3.4] sys 0m0.652s
> [sagetex-3.4] Copying package files from temporary location 
> /Users/dcoudert/sage/local/var/tmp/sage/build/sagetex-3.4/inst to 
> /Users/dcoudert/sage/local
> [sagetex-3.4] Successfully installed sagetex-3.4

please review https://trac.sagemath.org/ticket/30342 (update of sagetex)

>
>
>
>
>
> Le 19 août 2020 à 01:01, Volker Braun  a écrit :
>
> As always, you can get the latest beta version from the "develop" git branch. 
> Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html
>
>
> 548666e9f2 (tag: 9.2.beta9, trac/develop) Updated SageMath version to 
> 9.2.beta9
> 842a6866f1 Trac #29974: Make combinat doctests ready for random seeds
> 1de1d457b4 Trac #29971: Make categories doctests ready for random seeds
> 6864757e11 Trac #29968: Make algebras doctests ready for random seeds
> b526019731 Trac #29963: Make geometry doctests ready for random seeds
> 719f9af12c Trac #29509: rational_points fails for some hyperelliptic curves
> 4d5ab773b5 Trac #29257: use solve_left for division operation of matrices
> e18e84219d Trac #30365: Disable LTO in matplotlib build
> 01f536726d Trac #29989: fix random test failures in PSage interface
> f531b354f7 Trac #30345: build/make/Makefile.in: Filter out "-j" from sub-make 
> invocations to avoid excessive parallel load
> 8417e64af6 Trac #29511: Broken coercion between cyclotomic fields
> b4a8c5745b Trac #29325: Set up permutahedron with both Vrep and Hrep (if 
> backend supports it)
> 9b14ca3e86 Trac #29248: Index notation for tensors should allow for unicode 
> characters
> a331d47ef3 Trac #28966: Provide unicode aliases for some globals in Python 3
> 95d0cd5b9e Trac #28951: Fixing a bug in 
> sage.schemes.cyclic_covers.charpoly_frobenius
> 4986d5ea7f Trac #28816: database_stein_watkins Python 3 issues
> 193e14365a Trac #30127: cygwin-minimal: pip-20.1.1 fails to install
> a92871805f Trac #26919: Upgrade Jupyter notebook to latest (6.1.1) and its 
> dependencies to latest
> 66472811de Trac #30251: ExtPowerFreeModule, ExtPowerDualFreeModule: Simplify 
> _repr_
> 7030fa15a7 Trac #30175: Remove outdated spkg-src script for ecl
> 11bb005e98 Trac #30165: normalize_coordinates broken for p-adic fields
> 82568e3cbd Trac #30044: tox.ini: Test on voidlinux
> 294931e00b Trac #30339: tox.ini: Update for latest ubuntu, fedora versions
> ea615c4ce6 Trac #30331: Issue with toric_substitute for Laurent polynomials
> df3cf63875 Trac #30327: affine group element * a polytope raises KeyError
> 9cfaefb544 Trac #30303: Graphs: two families of distance-regular graphs
> 81a7e50cd2 Trac #30301: Italian translation of FAQ
> 48fb9141da Trac #30286: Graph: last sporadic distance-regular graphs
> 6f2561fdca Trac #30260: Graphs: more distance-regular graphs
> 29098c6af9 Trac #30240: Graphs: a few distance-regular graphs
> 1b8dff7172 Trac #30178: Manifolds: add orientability
> 24eb3aa28d Trac #29911: sage.rings.integer, integer_ring: Remove dependencies 
> on sage.libs.ntl
> 8b9743d0af Trac #29654: Improve face generator of polyhedra by exposing 
> `FaceIterator` class
> c0b61fd5cf Trac #28904: Mo

Re: [sage-release] Sage 9.2.beta9 released

2020-08-19 Thread David Coudert
Incremental build from 9.2.beta8 on macOS 10.15.6
- build OK
- doc build failed even after make doc-clean


cd ../.. && sage-logger -p './sage --docbuild --no-pdf-links all html ' 
logs/dochtml.log
[dochtml] 
[dochtml] Building reference manual, first pass.
[dochtml] 
[dochtml] [reference] Sphinx v3.1.2 en cours d'exécution
[dochtml] [reference] WARNING: l'entrée html_static_path 
'/Users/dcoudert/sage/src/doc/common/static' n'existe pas
[dochtml] [reference] WARNING: l'entrée html_static_path 'static' n'existe pas
[dochtml] [reference] WARNING: le fichier de favicon 'favicon.ico' n'existe pas
[dochtml] [reference] construction en cours [mo]:cibles pour les fichiers po 0 
qui sont périmées
[dochtml] [reference] construction [inventory]:cibles pour les fichiers sources 
1 qui sont périmées
[dochtml] [reference] mise-à-jour de l'environnement :[nouvelle configuration] 
1 ajouté, 0 modifié, 0 supprimé
[dochtml] [reference] lecture des sources... [100%] index
[dochtml] [reference] recherche des fichiers périmés... aucun résultat
[dochtml] [reference] environnement de sérialisation... fait
[dochtml] [reference] 
/Users/dcoudert/sage/src/doc/en/reference/references/index.rst:36: WARNING: La 
citation [AAGMRZ2019] n'est pas référencée
[dochtml] [reference] 
/Users/dcoudert/sage/src/doc/en/reference/references/index.rst:40: WARNING: La 
citation [Ab1995] n'est pas référencée
[dochtml] [reference] 
/Users/dcoudert/sage/src/doc/en/reference/references/index.rst:46: WARNING: La 
citation [AB2007] n'est pas référencée
[dochtml] [reference] 
/Users/dcoudert/sage/src/doc/en/reference/references/index.rst:50: WARNING: La 
citation [AB2008] n'est pas référencée
[dochtml] [reference] 
/Users/dcoudert/sage/src/doc/en/reference/references/index.rst:54: WARNING: La 
citation [ABBDHR2019] n'est pas référencée
[dochtml] [reference] 
/Users/dcoudert/sage/src/doc/en/reference/references/index.rst:58: WARNING: La 
citation [ABBR2011] n'est pas référencée
[dochtml] [reference] 
/Users/dcoudert/sage/src/doc/en/reference/references/index.rst:62: WARNING: La 
citation [ABBR2012] n'est pas référencée
[dochtml] [reference] 
/Users/dcoudert/sage/src/doc/en/reference/references/index.rst:65: WARNING: La 
citation [ABCFHLLMRT2019] n'est pas référencée
….
[dochtml] [reference] 
/Users/dcoudert/sage/src/doc/en/reference/references/index.rst:5690: WARNING: 
La citation [Zor] n'est pas référencée
[dochtml] [reference] 
/Users/dcoudert/sage/src/doc/en/reference/references/index.rst:5693: WARNING: 
La citation [ZZ2005] n'est pas référencée
[dochtml] [reference] vérification de la cohérence... fait
[dochtml] [reference] document en préparation... fait
[dochtml] [reference] écriture... [100%] index
[dochtml] [reference] dumping object inventory... fait
[dochtml] [reference] build a réussi, 1352 warnings.
[dochtml] [reference] The inventory files are in 
local/share/doc/sage/inventory/en/reference/references.
[dochtml] Error building the documentation.
[dochtml] Traceback (most recent call last):
[dochtml]   File 
"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/runpy.py",
 line 193, in _run_module_as_main
[dochtml] "__main__", mod_spec)
[dochtml]   File 
"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/runpy.py",
 line 85, in _run_code
[dochtml] exec(code, run_globals)
[dochtml]   File 
"/Users/dcoudert/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/__main__.py",
 line 2, in 
[dochtml] main()
[dochtml]   File 
"/Users/dcoudert/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py",
 line 1721, in main
[dochtml] builder()
[dochtml]   File 
"/Users/dcoudert/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py",
 line 328, in _wrapper
[dochtml] getattr(get_builder(document), 'inventory')(*args, **kwds)
[dochtml]   File 
"/Users/dcoudert/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py",
 line 551, in _wrapper
[dochtml] self._build_bibliography(lang, format, *args, **kwds)
[dochtml]   File 
"/Users/dcoudert/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py",
 line 528, in _build_bibliography
[dochtml] build_many(build_ref_doc, references)
[dochtml]   File 
"/Users/dcoudert/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/__init__.py",
 line 281, in build_many
[dochtml] _build_many(target, args, processes=NUM_THREADS)
[dochtml]   File 
"/Users/dcoudert/sage/local/lib/python3.7/site-packages/sage_setup/docbuild/utils.py",
 line 283, in build_many
[dochtml] raise worker_exc.original_exception
[dochtml] OSError: WARNING: l'entrée html_static_path 
'/Users/dcoudert/sage/src/doc/common/static' n'existe pas
make[3]: *** [doc-html] Error 1
make[2]: *** [all-start] Error 2





> Le 19 août 2020 à 01:01, Volker Braun  a écrit :
> 
> As always, you can get the latest beta version from the "develop" git branch. 
> Alternativel

Re: [sage-release] Sage 9.2.beta9 released

2020-08-19 Thread David Coudert
incremental upgrade from 9.2.beta8 on macOS 10.14.6
- build OK
- docbuild OK

however, a non blocking error with sagetex:

[sagetex-3.4] Successfully built sagetex
[sagetex-3.4] Installing collected packages: sagetex
[sagetex-3.4]   Created temporary directory: 
/private/var/folders/l8/sxf193t11mvdyqq56f4w_6_8gn/T/pip-unpacked-wheel-6tdncpf9
[sagetex-3.4]   *** Error compiling 
'/private/var/folders/l8/sxf193t11mvdyqq56f4w_6_8gn/T/pip-unpacked-wheel-6tdncpf9/sagetex-3.4.data/data/share/texmf/tex/latex/sagetex/extractsagecode.py'...
[sagetex-3.4] File 
"/private/var/folders/l8/sxf193t11mvdyqq56f4w_6_8gn/T/pip-unpacked-wheel-6tdncpf9/sagetex-3.4.data/data/share/texmf/tex/latex/sagetex/extractsagecode.py",
 line 48
[sagetex-3.4]   except getopt.GetoptError, err:
[sagetex-3.4]^
[sagetex-3.4]   SyntaxError: invalid syntax
[sagetex-3.4]   
[sagetex-3.4]   *** Error compiling 
'/private/var/folders/l8/sxf193t11mvdyqq56f4w_6_8gn/T/pip-unpacked-wheel-6tdncpf9/sagetex-3.4.data/data/share/texmf/tex/latex/sagetex/makestatic.py'...
[sagetex-3.4] File 
"/private/var/folders/l8/sxf193t11mvdyqq56f4w_6_8gn/T/pip-unpacked-wheel-6tdncpf9/sagetex-3.4.data/data/share/texmf/tex/latex/sagetex/makestatic.py",
 line 48
[sagetex-3.4]   except getopt.GetoptError, err:
[sagetex-3.4]^
[sagetex-3.4]   SyntaxError: invalid syntax
[sagetex-3.4]   
[sagetex-3.4] 
[sagetex-3.4] Successfully installed sagetex-3.4
[sagetex-3.4] Removed build tracker: 
'/private/var/folders/l8/sxf193t11mvdyqq56f4w_6_8gn/T/pip-req-tracker-l6deu40y'
[sagetex-3.4] Removing old SageTex version(s)
[sagetex-3.4] 
[sagetex-3.4] real  0m3.307s
[sagetex-3.4] user  0m1.896s
[sagetex-3.4] sys   0m0.652s
[sagetex-3.4] Copying package files from temporary location 
/Users/dcoudert/sage/local/var/tmp/sage/build/sagetex-3.4/inst to 
/Users/dcoudert/sage/local
[sagetex-3.4] Successfully installed sagetex-3.4





> Le 19 août 2020 à 01:01, Volker Braun  a écrit :
> 
> As always, you can get the latest beta version from the "develop" git branch. 
> Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html 
> 
> 
> 548666e9f2 (tag: 9.2.beta9, trac/develop) Updated SageMath version to 
> 9.2.beta9
> 842a6866f1 Trac #29974: Make combinat doctests ready for random seeds
> 1de1d457b4 Trac #29971: Make categories doctests ready for random seeds
> 6864757e11 Trac #29968: Make algebras doctests ready for random seeds
> b526019731 Trac #29963: Make geometry doctests ready for random seeds
> 719f9af12c Trac #29509: rational_points fails for some hyperelliptic curves
> 4d5ab773b5 Trac #29257: use solve_left for division operation of matrices
> e18e84219d Trac #30365: Disable LTO in matplotlib build
> 01f536726d Trac #29989: fix random test failures in PSage interface
> f531b354f7 Trac #30345: build/make/Makefile.in: Filter out "-j" from sub-make 
> invocations to avoid excessive parallel load
> 8417e64af6 Trac #29511: Broken coercion between cyclotomic fields
> b4a8c5745b Trac #29325: Set up permutahedron with both Vrep and Hrep (if 
> backend supports it)
> 9b14ca3e86 Trac #29248: Index notation for tensors should allow for unicode 
> characters
> a331d47ef3 Trac #28966: Provide unicode aliases for some globals in Python 3
> 95d0cd5b9e Trac #28951: Fixing a bug in 
> sage.schemes.cyclic_covers.charpoly_frobenius
> 4986d5ea7f Trac #28816: database_stein_watkins Python 3 issues
> 193e14365a Trac #30127: cygwin-minimal: pip-20.1.1 fails to install
> a92871805f Trac #26919: Upgrade Jupyter notebook to latest (6.1.1) and its 
> dependencies to latest
> 66472811de Trac #30251: ExtPowerFreeModule, ExtPowerDualFreeModule: Simplify 
> _repr_
> 7030fa15a7 Trac #30175: Remove outdated spkg-src script for ecl
> 11bb005e98 Trac #30165: normalize_coordinates broken for p-adic fields
> 82568e3cbd Trac #30044: tox.ini: Test on voidlinux
> 294931e00b Trac #30339: tox.ini: Update for latest ubuntu, fedora versions
> ea615c4ce6 Trac #30331: Issue with toric_substitute for Laurent polynomials
> df3cf63875 Trac #30327: affine group element * a polytope raises KeyError
> 9cfaefb544 Trac #30303: Graphs: two families of distance-regular graphs
> 81a7e50cd2 Trac #30301: Italian translation of FAQ
> 48fb9141da Trac #30286: Graph: last sporadic distance-regular graphs
> 6f2561fdca Trac #30260: Graphs: more distance-regular graphs
> 29098c6af9 Trac #30240: Graphs: a few distance-regular graphs
> 1b8dff7172 Trac #30178: Manifolds: add orientability
> 24eb3aa28d Trac #29911: sage.rings.integer, integer_ring: Remove dependencies 
> on sage.libs.ntl
> 8b9743d0af Trac #29654: Improve face generator of polyhedra by exposing 
> `FaceIterator` class
> c0b61fd5cf Trac #28904: Move reversed graph from backend to CGraph for sparse 
> graphs
> 04c64492a6 Trac #30335: openblas: clear out .pc symlinks before installation
> ef6132b817 Trac #25363: Add '--simple-prompt' 

Re: [sage-release] Sage 9.2.beta9 released

2020-08-19 Thread Thierry Dumont
On my Ubuntu 20/04, migrating from 9.2 beta 8  to beta 9:

- compilation: no problem
- make ptestlong
--
All tests passed!
--

t.d.

Le 19/08/2020 à 01:01, Volker Braun a écrit :
> As always, you can get the latest beta version from the "develop" git
> branch. Alternatively, the self-contained source tarball is at
> http://www.sagemath.org/download-latest.html 
> 
> 
> 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/dff8d6bf-a36c-dc16-d973-f7b6dfa307c3%40math.univ-lyon1.fr.
<>