Source: chemps2 Version: 1.8.12-1 Severity: important Tags: ftbfs User: [email protected] Usertags: sphinx7.1
Hi, chemps2 fails to build with Sphinx 7.1 and docutils 0.20, both of which are currently available in experimental. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > # https://wiki.debian.org/Python/LibraryStyleGuide: info on sphinx-build > PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -b html \ > -c > obj-x86_64-linux-gnu/sphinx/ \ > -D > html_theme=default \ > -D > mathjax_path="/usr/share/javascript/mathjax/MathJax.js" sphinx/ > build-sphinx/html > Running Sphinx v7.1.1 > WARNING: Invalid configuration value found: 'language = None'. Update your > configuration to a valid language code. Falling back to 'en' (English). > making output directory... done > building [mo]: targets for 0 po files that are out of date > writing output... > building [html]: targets for 13 source files that are out of date > updating environment: [new config] 13 added, 0 changed, 0 removed > [2Kreading sources... [ 8%] caspt2 > [2Kreading sources... [ 15%] dmrgscf > [2Kreading sources... [ 23%] dmrgscfcalcs > [2Kreading sources... [ 31%] handson > [2Kreading sources... [ 38%] index > [2Kreading sources... [ 46%] inoutput > [2Kreading sources... [ 54%] interfaces > [2Kreading sources... [ 62%] matrixelements > [2Kreading sources... [ 69%] method > [2Kreading sources... [ 77%] publications > [2Kreading sources... [ 85%] resources > [2Kreading sources... [ 92%] sourcecode > [2Kreading sources... [100%] symmetry > > looking for now-outdated files... none found > pickling environment... done > checking consistency... done > preparing documents... done > copying assets... copying static files... done > copying extra files... done > done > [2Kwriting output... [ 8%] caspt2 > [2Kwriting output... [ 15%] dmrgscf > [2Kwriting output... [ 23%] dmrgscfcalcs > [2Kwriting output... [ 31%] handson > [2Kwriting output... [ 38%] index > [2Kwriting output... [ 46%] inoutput > [2Kwriting output... [ 54%] interfaces > [2Kwriting output... [ 62%] matrixelements > [2Kwriting output... [ 69%] method > [2Kwriting output... [ 77%] publications > [2Kwriting output... [ 85%] resources > [2Kwriting output... [ 92%] sourcecode > [2Kwriting output... [100%] symmetry > > generating indices... genindex done > highlighting module code... > writing additional pages... search done > [2Kcopying images... [ 12%] handson_orbitals.png > [2Kcopying images... [ 25%] handson_comparison.png > [2Kcopying images... [ 38%] ExtrapolationN2reorder.png > [2Kcopying images... [ 50%] Comparison.png > [2Kcopying images... [ 62%] ComparisonN2.png > [2Kcopying images... [ 75%] polyene_scaling.png > [2Kcopying images... [ 88%] single_node_h2o.png > [2Kcopying images... [100%] multi_node_h2o.png > > dumping search index in English (code: en)... done > dumping object inventory... done > build succeeded, 1 warning. > > The HTML pages are in build-sphinx/html. > # I know it's ugly, but sphinx splits strings at equality signs: > http://svn.python.org/projects/doctools/trunk/sphinx/cmdline.py > cd build-sphinx/html && sed -i > "s/MathJax.js/MathJax.js?config=TeX-AMS-MML_HTMLorMML/" *.html > # Solving the complaints from lintian about jquery.js & underscore.js > cd build-sphinx/html && sed -i > "s/_static\/jquery.js/\/usr\/share\/javascript\/jquery\/jquery.js/" *.html > cd build-sphinx/html && sed -i > "s/_static\/underscore.js/\/usr\/share\/javascript\/underscore\/underscore.js/" > *.html > cd build-sphinx/html/_static && rm jquery*.js underscore*.js > rm: cannot remove 'jquery*.js': No such file or directory > rm: cannot remove 'underscore*.js': No such file or directory > make[1]: *** [debian/rules:35: execute_after_dh_auto_build-indep] Error 1 The full build log is available from: http://qa-logs.debian.net/2023/07/30/exp/chemps2_1.8.12-1_unstable_sphinx-exp.log Please see [1] for Sphinx changelog and [2] for Docutils changelog. Also see [3] for the list of deprecated/removed APIs in Sphinx and possible alternatives to them. Some notable changes in Sphinx 6 and Sphinx 7: - Sphinx no longer includes jquery.js and underscore.js by default. Please use python3-sphinxcontrib.jquery package if you are using a custom template and it still needs jquery. - The setup.py build_sphinx command was removed. Please instead call sphinx-build or "python3 -m sphinx" directly. - For packages using the extlinks extension, the caption should contain exactly one "%s" placeholder (if caption is not None). In case you have questions, please Cc [email protected] on reply. [1]: https://www.sphinx-doc.org/en/master/changes.html [2]: https://repo.or.cz/docutils.git/blob/refs/tags/docutils-0.20.1:/RELEASE-NOTES.txt [3]: https://www.sphinx-doc.org/en/master/extdev/deprecated.html#dev-deprecated-apis All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=sphinx7.1;[email protected] or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=sphinx7.1&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results If you reassign this bug to another package, please marking it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects

