Your message dated Thu, 03 Nov 2022 09:39:52 +0000
with message-id <e1oqwhu-007ym9...@fasolo.debian.org>
and subject line Bug#997366: fixed in speedcrunch 0.12.0-5.1
has caused the Debian Bug report #997366,
regarding speedcrunch: FTBFS: TypeError: 'SpeedCrunchSessionLexer' object is
not callable
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.)
--
997366: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997366
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: speedcrunch
Version: 0.12.0-5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[4]: Entering directory '/<<PKGBUILDDIR>>/build-docs'
> [100%] Generating manual.qrc
> Running Sphinx v4.2.0
> loading translations [en_US]... not available for built-in messages
> making output directory... done
> loading 'extra-doc-strings' translations [en_US]...
> building [mo]: targets for 0 po files that are out of date
> building [qthelp2]: targets for 16 source files that are out of date
> updating environment: [new config] 16 added, 0 changed, 0 removed
> reading sources... [ 6%] advanced/colorschemeformat
> reading sources... [ 12%] advanced/index
> reading sources... [ 18%] contents
> reading sources... [ 25%] introduction
> reading sources... [ 31%] reference/basic
> reading sources... [ 37%] reference/constants
> reading sources... [ 43%] reference/ieee754
> reading sources... [ 50%] reference/index
> reading sources... [ 56%] reference/integer
> reading sources... [ 62%] reference/statistical
> reading sources... [ 68%] userguide/advanced
> reading sources... [ 75%] userguide/first_steps
> reading sources... [ 81%] userguide/index
> reading sources... [ 87%] userguide/installation
> reading sources... [ 93%] userguide/interface
> reading sources... [100%] userguide/syntax
>
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [ 6%] advanced/colorschemeformat
> writing output... [ 12%] advanced/index
> writing output... [ 18%] contents
> writing output... [ 25%] introduction
> writing output... [ 31%] reference/basic
>
> Exception occurred:
> File "/usr/lib/python3/dist-packages/sphinx/highlighting.py", line 127, in
> get_lexer
> lexer = lexer_classes[lang](**opts)
> TypeError: 'SpeedCrunchSessionLexer' object is not callable
> The full traceback has been saved in /tmp/sphinx-err-ck3e8w6e.log, if you
> want to report the issue to the developers.
> Please also report this if it was a user error, so that a better error
> message can be provided next time.
> A bug report can be filed in the tracker at
> <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
> Building docs for en_US...
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/doc/src/doc-tool.py", line 208, in <module>
> main(sys.argv)
> File "/<<PKGBUILDDIR>>/doc/src/doc-tool.py", line 202, in main
> args.func(tools, args)
> File "/<<PKGBUILDDIR>>/doc/src/doc-tool.py", line 135, in build_bundled_docs
> build_docs(tools, args.source_dir, args.build_dir, lang,
> File "/<<PKGBUILDDIR>>/doc/src/doc-tool.py", line 77, in build_docs
> return tools.sphinx_build(*args)
> File "/<<PKGBUILDDIR>>/doc/src/doc-tool.py", line 52, in <lambda>
> return lambda *args: self.run_tool(name, *args)
> File "/<<PKGBUILDDIR>>/doc/src/doc-tool.py", line 49, in run_tool
> return subprocess.check_call(cmd)
> File "/usr/lib/python3.9/subprocess.py", line 373, in check_call
> raise CalledProcessError(retcode, cmd)
> subprocess.CalledProcessError: Command '['/usr/bin/sphinx-build',
> '/<<PKGBUILDDIR>>/doc/src', '/<<PKGBUILDDIR>>/build-docs/en_US', '-b',
> 'qthelp2', '-D', 'qthelp_basename=manual-en_US', '-D', 'language=en_US',
> '-t', 'sc_bundled_docs']' returned non-zero exit status 2.
> make[4]: *** [CMakeFiles/manual.dir/build.make:102: manual.qrc] Error 1
The full build log is available from:
http://qa-logs.debian.net/2021/10/23/speedcrunch_0.12.0-5_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
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
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: speedcrunch
Source-Version: 0.12.0-5.1
Done: Felix Geyer <fge...@debian.org>
We believe that the bug you reported is fixed in the latest version of
speedcrunch, 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 997...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Felix Geyer <fge...@debian.org> (supplier of updated speedcrunch 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: Sat, 29 Oct 2022 09:59:26 +0200
Source: speedcrunch
Architecture: source
Version: 0.12.0-5.1
Distribution: unstable
Urgency: medium
Maintainer: Felix Krull <f_kr...@gmx.de>
Changed-By: Felix Geyer <fge...@debian.org>
Closes: 997366
Changes:
speedcrunch (0.12.0-5.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix docs build with Sphinx >= 4. (Closes: #997366)
- Add 0007-fix-docs-build-with-Sphinx-4.patch
Checksums-Sha1:
043ed09d8f1a95260b1408fec77f6f387f0dd0ae 2126 speedcrunch_0.12.0-5.1.dsc
bfd54a4d8c6c254b8d4b4ed5be0862e9f81b55c0 13064
speedcrunch_0.12.0-5.1.debian.tar.xz
Checksums-Sha256:
c44bc5c038c28c66425ecc1863b7ad040884c9dd096a3f0df37827ab9809d042 2126
speedcrunch_0.12.0-5.1.dsc
6154c3eb519f5868039ecae48a9278842adb7402353b89ecbdec6a7d9976160b 13064
speedcrunch_0.12.0-5.1.debian.tar.xz
Files:
e6fcc7e33919efbb83acd4784ea59d02 2126 math optional speedcrunch_0.12.0-5.1.dsc
9fb914c349560ad6cf54a86525ef7db4 13064 math optional
speedcrunch_0.12.0-5.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEFkxwUS95KUdnZKtW/iLG/YMTXUUFAmNc6UwACgkQ/iLG/YMT
XUVKWA/+MYttvrOU0f3+9OwBLP+HaHL5QX3VuK18G8XwnFCIhwS+oNOYtAvIkAbe
uZ+KPU9eiN9VAdsOH4p6b9iMwDpOC08VOAvRphL9uEDtB1K3qFb/9B7I7OqJrrrV
j6oV0RWFVLpj9pxOwAuLaFgilXg9IEu0nBzetj55eBt7nlsP+F6+kHhwbnTFKc2G
L1NEEfkntqowCkTN56oYljKGRftJOHcdiw4mlQNvpgBkw04G+qfDimc8xjzpjYLI
/tKt4cYUFR72VTsWMmYxBL5KQaGwCxaEvwz0SnD8vHNnXjAQyNcOCoRnHvjwUyLC
sjzFXIAN0qRDaC5LQbsGDCgB3eaZ8YEEOvA+S5cyz+xBQ10IM6g3/RwwibLXCiEi
PpyGyL4if0LiaHgcq5gR+G/UmcyKoosuSHHWunVO9NgynAwesm+yMLfTdt+R30E7
UFBeiSbCz3/pWKCj6AnxUs26t4cFfsLxT2cG5xwO5a2z1yPZWLvp+Tv5mAcAev2E
m79bGhqy260ONB2VjR62fdw0PWK5Vyu8DYZAb1OAeiR1W2sz8evH6Gl5W/MMtMcL
lfCTjcKK/n7r2j+uLq0evxVFaDPiHAOd+5BxcNop8mWU1qJzkyn2lFs3e0cQm3vW
U3xY/iZXYdv+VOYVVwIMZHka8Mzyl8nR6xvw2+15XlehXv6DTSA=
=6v5y
-----END PGP SIGNATURE-----
--- End Message ---