Your message dated Tue, 16 Jan 2024 08:34:05 +0000
with message-id <e1rpetz-009ljc...@fasolo.debian.org>
and subject line Bug#1042629: fixed in chemps2 1.8.12-3
has caused the Debian Bug report #1042629,
regarding chemps2: FTBFS with Sphinx 7.1, docutils 0.20: rm: cannot remove 
'underscore*.js': No such file or directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1042629: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042629
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: chemps2
Version: 1.8.12-1
Severity: important
Tags: ftbfs
User: python-modules-t...@lists.alioth.debian.org
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
> reading sources... [  8%] caspt2
> reading sources... [ 15%] dmrgscf
> reading sources... [ 23%] dmrgscfcalcs
> reading sources... [ 31%] handson
> reading sources... [ 38%] index
> reading sources... [ 46%] inoutput
> reading sources... [ 54%] interfaces
> reading sources... [ 62%] matrixelements
> reading sources... [ 69%] method
> reading sources... [ 77%] publications
> reading sources... [ 85%] resources
> reading sources... [ 92%] sourcecode
> reading 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
> writing output... [  8%] caspt2
> writing output... [ 15%] dmrgscf
> writing output... [ 23%] dmrgscfcalcs
> writing output... [ 31%] handson
> writing output... [ 38%] index
> writing output... [ 46%] inoutput
> writing output... [ 54%] interfaces
> writing output... [ 62%] matrixelements
> writing output... [ 69%] method
> writing output... [ 77%] publications
> writing output... [ 85%] resources
> writing output... [ 92%] sourcecode
> writing output... [100%] symmetry
> 
> generating indices... genindex done
> highlighting module code... 
> writing additional pages... search done
> copying images... [ 12%] handson_orbitals.png
> copying images... [ 25%] handson_comparison.png
> copying images... [ 38%] ExtrapolationN2reorder.png
> copying images... [ 50%] Comparison.png
> copying images... [ 62%] ComparisonN2.png
> copying images... [ 75%] polyene_scaling.png
> copying images... [ 88%] single_node_h2o.png
> copying 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 sph...@packages.debian.org 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;users=python-modules-t...@lists.alioth.debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=sphinx7.1&fusertaguser=python-modules-t...@lists.alioth.debian.org&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

--- End Message ---
--- Begin Message ---
Source: chemps2
Source-Version: 1.8.12-3
Done: Andreas Tille <ti...@debian.org>

We believe that the bug you reported is fixed in the latest version of
chemps2, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1042...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated chemps2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 16 Jan 2024 08:45:40 +0100
Source: chemps2
Architecture: source
Version: 1.8.12-3
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <debichem-de...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1042629 1044004 1056794
Changes:
 chemps2 (1.8.12-3) unstable; urgency=medium
 .
   * Team upload.
   * Switch to cython3-legacy.
     Closes: #1056794
   * Do not fail to remove *.js files
     Closes: #1042629
   * Fix clean target
     Closes: #1044004
   * Standards-Version: 4.6.2 (routine-update)
   * debhelper-compat 13 (routine-update)
   * Remove trailing whitespace in debian/changelog (routine-update)
   * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
   * Add salsa-ci file (routine-update)
   * Rules-Requires-Root: no (routine-update)
   * Trim trailing whitespace.
   * Update watch file format version to 4.
   * Use secure URI in Homepage field.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.
   * Remove obsolete field Name from debian/upstream/metadata (already
     present in machine-readable debian/copyright).
   * Rely on pre-initialized dpkg-architecture variables.
Checksums-Sha1:
 85334b806471c6541e6e76537fa0d7dc975f78a2 2570 chemps2_1.8.12-3.dsc
 c870fa066aac415d6abe0713db08fe44f5a4fdc2 15192 chemps2_1.8.12-3.debian.tar.xz
 f2a75ec91b618ebcaa2f0ca6e8df72e67edcef4c 19017 
chemps2_1.8.12-3_source.buildinfo
Checksums-Sha256:
 7fa2d2fb38001735a5febd6e3ebbcb600be91054f08a5c9a7c73a55a1b820855 2570 
chemps2_1.8.12-3.dsc
 fe5d9411822f7a36b9aca517029c8937136b5959dec652920db1a10ecb165e5d 15192 
chemps2_1.8.12-3.debian.tar.xz
 2c28e439acfe85d81a833eb6ad57b634d37348b7480cbdfa6955a97e50922a6a 19017 
chemps2_1.8.12-3_source.buildinfo
Files:
 92685c549ad7352dabbfd0d240632698 2570 libs optional chemps2_1.8.12-3.dsc
 76d254a00d04fb0fd2a004ebc2d872e0 15192 libs optional 
chemps2_1.8.12-3.debian.tar.xz
 71824687eae14dc781c6e558cbaefa98 19017 libs optional 
chemps2_1.8.12-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJCBAEBCgAsFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmWmNxUOHHRpbGxlYUBy
a2kuZGUACgkQV4oElNHGRtHwMQ//WJqO8NUZF0Q71BVMlNzEkgdBAf2whOFdyK2E
XhXhTADpFP1yR38RJIDq3gNYn322KA3JUBWeeDWxTLSSitzmRNaxLlFh7JhCMym0
/7ZGXBFnvnXQSIcBTiOqW02w3UhKQsFM7MGChibWdsRAx9BEcejrXzWelyl3oqrg
r7++evleMa06BYOsxQPhWLYiqfXVTLN8GcyATmJ5MeOdWfxdbJ8igDCO3jaKQAhK
6grjOXqx1CPqaOgrIf9ElhMTGqf8++C/oOdXDZjecklRdDTPXr93kPgvyfXrgf76
gMkNYFUyhmqu763mVRxbgeSPLcUWcyoUnqIH2xqpOCSih0CFPnGR1e7IabcNPg+M
+7Lt+P7rWZLHFxXBP212j8LWp48k1H/UXgvolHbFlBdnH5EL1s9zuhB26L5KrP4h
LTY/+jChuvtbPDJ0V41mKInO28F1mBepCXaUESzyTpvj3JwzdXQL2wp7MZaNSzGJ
x+/ZFr0olT9QyddbZZPxhbF6yG/QgtmlcV0jLZXQrGhl88FAOC8eefA3+xN1pmJB
gITanhWqzr6ICk+mCwssrK666Kk3iOF8bxEJAG6ajQBmWZujijzl1s0ehFzgbZSf
GSJZ/Z6WlUMG2hsw1JubEMw97YQkjgvYjtDfmN354p1cP76bFY6w+zXxCiX1a4xf
6RNNx2Y=
=6YBV
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to