I have provided a solution to the jobserver warnings 
at https://trac.sagemath.org/ticket/32928

On Saturday, November 20, 2021 at 7:56:05 PM UTC-7 Steven Trogdon wrote:

> Perhaps not directly related to this release but I have numerous jobserver 
> warnings when building the pdf documentation :
>
> make[5]: warning: jobserver unavailable: using -j1.  Add '+' to parent 
> make rule.
>
> that seems to mostly occur when changing folders to run the LaTeX Makefile
>
> [reference] The LaTeX files are in 
> local/share/doc/sage/latex/en/reference/references.
> [reference] Run 'make' in that directory to run these through (pdf)latex
> [reference] (use `make latexpdf' here to do that automatically).
> LaTeX file written to 
> /local/sage-git/sage/local/share/doc/sage/latex/en/reference/references
> make[5]: warning: jobserver unavailable: using -j1.  Add '+' to parent 
> make rule.
> latexmk -pdf -dvi- -ps-  'references.tex'
>
> I believe the jobserver warning occurs when recursive 'makes' are not 
> being handled properly. Should this be addressed?
> On Saturday, November 20, 2021 at 3:25:09 AM UTC-7 Volker Braun wrote:
>
>> 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 
>>
>> cc60cfebc4 (tag: 9.5.beta7, trac/develop) Updated SageMath version to 
>> 9.5.beta7
>> cdb3614b34 Trac #32858: tiny doctest formatting fix in integer_mod_ring.py
>> b122005655 Trac #32791: Human Readable Error-Message for Elliptic curve 
>> constructor.
>> 40b1190a59 Trac #32320: Ideal() with fraction-field elements is a small 
>> footgun
>> e19fc456be Trac #32875: fix Krull dimension of zero univariate quotient 
>> ring
>> 7a358f2e9e Trac #32872: some details in plot
>> b3c05505e6 Trac #32863: fix E713 and E714 in coding
>> a95cfc54db Trac #32696: 1 internet doctest failing in 
>> src/sage/finance/stock.py
>> c87b264772 Trac #27744: Make pynormaliz a Feature
>> 8b54c36d5e Trac #32859: Wrong display from type() with %display latex
>> 76a8d311d5 Trac #32405: sage-bootstrap-python: Prefer pythons that 
>> support ssl with SNI
>> 05aa11f3f7 Trac #32850: random doctest failure in 
>> tests/books/computational-mathematics-with-sagemath/sol/linsolve_doctest.py
>> ad620c4e4b Trac #32819: Determinant for multi-component links
>> b686ceb88c Trac #32816: random doctest failure in 
>> rings/polynomial/polynomial_element_generic.py
>> 6dab8f4668 Trac #32715: flit_core: Use sdh_pip_install --no-deps
>> f46a88e77d Trac #32713: Apply "configure --enable-editable" also to other 
>> sage distribution packages
>> f69aa7bd6b Trac #32689: AG code construction: a place given as input gets 
>> converted to a prime divisor
>> 28d573549c Trac #32380: make NumberFieldFractionalIdeal inherit from 
>> Ideal_fractional
>> 402efc30a9 Trac #32871: CBF(f(i)) loops for a builtin function f with no 
>> corresponding method
>> 311fd3481e Trac #32869: fix improper names of several special functions 
>> for CBF
>> ec03b51b74 Trac #32864: fix E713 and E714 in graphs
>> 69a4cc6a68 Trac #32861: Add memory_allocator/distros/conda.txt
>> effa97500f Trac #32857: src/requirements.txt: Add memory_allocator
>> 1114cde255 Trac #32851: Provide real ball erfi, Ei, Si, Ci, Shi, Chi, li, 
>> Li, beta, gamma_inc, gamma_inc_lower via arb
>> a95252313a Trac #32815: Update numpy to 1.21.4, networkx to 2.6.3
>> 44a35355cc Trac #32778: sage.rings.infinity: Remove hard dependency on 
>> real_lazy and real_mpfi
>> f560fdc2df Trac #32733: Remove more .all imports
>> ac64d4f4f2 Trac #32208: Jupyter notebook receives invalid LaTeX output 
>> via MathJax
>> aa66d526cf Trac #16567: Use libsingular for polynomial rings over 
>> function fields
>> 45515aface Trac #32848: various code details in combinat
>> a5c797bdd5 Trac #32844: fix some details in sloane_functions
>> befd4a21ba Trac #32842: use PARI's fflog() for binary finite fields
>> 69d8b99468 Trac #32840: Fix unpickle_global when 
>> register_unpickle_override appears in a module not loaded at startup
>> 033bbb02d6 Trac #32838: tox.ini: Add gentoo-python3.10
>> 2de30a8587 Trac #32833: use libgap in coding
>> 85b46be3de Trac #32831: Failure with specific random seed in sandpile.py
>> 9d5d4efd54 Trac #32830: fix category of subgroups of finite matrix groups
>> d8affa1b28 Trac #32829: fix eps_monom function in RightQuantumWord
>> e47173be0a Trac #32824: Bug computing kernel of ring homomorphism GCA
>> 2ad6448169 Trac #32823: fix E713 and E714 in interfaces
>> 548c83d9ac Trac #32822: fix E713 and E714 in dynamics
>> 7ddaf7ad7c Trac #32821: fix E713 and E714 in geometry
>> e5da507620 Trac #32813: improved error message 'unknown file extension' 
>> provided by sage -t
>> a6019fbe40 Trac #32812: remove the "bound method" py2/py3 adapter in 
>> doctest parsing
>> a99f383bb6 Trac #32807: cleanup various details in combinat
>> 95fd5dfa38 Trac #32796: update GMP to version 6.2.1
>> d4ecc2a5e1 Trac #32795: docbuild fails in Sphinx conf.py when certain 
>> extensions aren't present
>> 0d57d68903 Trac #32780: sage.geometry.polyhedron.library: Delay import of 
>> rings
>> 23ff9d435f Trac #32764: SAGE_ROOT/tox.ini: Make tox -p auto and tox 
>> --listenvs useful again
>> f16835c8bb Trac #32763: Increase tolerance in doctests of 
>> `modular/modform/numerical.py`
>> d263f3cb8b Trac #32761: Pick up random seed for doctesting from 
>> environment variable
>> c962a2fa9a Trac #31356: Restructure docbuild as script packages 
>> sagemath_doc_html, sagemath_doc_pdf
>> 8fe0743bea Trac #30566: random_spanning_tree ignores weights
>> f52d21a46c Trac #32852: Update traitlets to 5.1.1 (for python 3.9.8, 3.10)
>> 6ec717a56d (tag: 9.5.beta6) Updated SageMath version to 9.5.beta6
>>
>>

-- 
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/978d5e92-260a-4ba3-9a70-5a88240733dcn%40googlegroups.com.

Reply via email to