Your message dated Tue, 04 Aug 2020 09:03:57 +0000 with message-id <[email protected]> and subject line Bug#966933: fixed in silx 0.13.1+dfsg-1 has caused the Debian Bug report #966933, regarding pyfai: FTBFS: RuntimeError: Fail to generate 'pyFAI-drawmask' man documentation 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 [email protected] immediately.) -- 966933: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966933 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: pyfai Version: 0.19.0+dfsg1-3 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200802 ftbfs-bullseye Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > mkdir -p /<<PKGBUILDDIR>>/.cache/ # create POCL cachedir in order to avoid an > FTBFS in sbuild > dh_auto_build > pybuild --build -i python{version} -p 3.8 > I: pybuild base:217: /usr/bin/python3 setup.py build > INFO:root:Generating grammar tables from > /usr/lib/python3.8/lib2to3/Grammar.txt > INFO:root:Generating grammar tables from > /usr/lib/python3.8/lib2to3/PatternGrammar.txt > INFO:pyFAI.setup:Use setuptools > INFO:pyFAI.setup:Install requires: numpy >=1.19.1 > running build > running build_py > running build_ext > pybuild --build -i python{version}-dbg -p 3.8 > I: pybuild base:217: /usr/bin/python3-dbg setup.py build > INFO:root:Generating grammar tables from > /usr/lib/python3.8/lib2to3/Grammar.txt > INFO:root:Generating grammar tables from > /usr/lib/python3.8/lib2to3/PatternGrammar.txt > INFO:pyFAI.setup:Use setuptools > INFO:pyFAI.setup:Install requires: numpy >=1.19.1 > running build > running build_py > running build_ext > mkdir -p /<<PKGBUILDDIR>>/.cache/ # create POCL cachedir in order to avoid an > FTBFS in sbuild > dh_auto_build -- -s custom -p 3.8 --build-args="PYTHONPATH={build_dir} > xvfb-run -a --server-args=\"-screen 0 1024x768x24\" {interpreter} setup.py > build_man" > pybuild --build -i python{version} -p 3.8 -s custom -p 3.8 > "--build-args=PYTHONPATH={build_dir} xvfb-run -a --server-args=\"-screen 0 > 1024x768x24\" {interpreter} setup.py build_man" > I: pybuild base:217: > PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_pyfai/build xvfb-run -a > --server-args="-screen 0 1024x768x24" python3.8 setup.py build_man > INFO:root:Generating grammar tables from > /usr/lib/python3.8/lib2to3/Grammar.txt > INFO:root:Generating grammar tables from > /usr/lib/python3.8/lib2to3/PatternGrammar.txt > INFO:pyFAI.setup:Use setuptools > INFO:pyFAI.setup:Install requires: numpy >=1.19.1 > running build_man > INFO:pyFAI.setup:Build man for entry-point target 'check_calib' > INFO:pyFAI.setup:Build man for entry-point target 'detector2nexus' > INFO:pyFAI.setup:Build man for entry-point target 'diff_map' > INFO:pyFAI.setup:Build man for entry-point target 'diff_tomo' > INFO:pyFAI.setup:Build man for entry-point target 'eiger-mask' > INFO:pyFAI.setup:Build man for entry-point target 'MX-calibrate' > INFO:pyFAI.setup:Build man for entry-point target 'pyFAI-average' > INFO:pyFAI.setup:Build man for entry-point target 'pyFAI-benchmark' > INFO:pyFAI.setup:Build man for entry-point target 'pyFAI-calib' > INFO:pyFAI.setup:Build man for entry-point target 'pyFAI-calib2' > INFO:pyFAI.setup:Build man for entry-point target 'pyFAI-drawmask' > Traceback (most recent call last): > File "/tmp/pyFAI.app.drawmask_602gz4t1", line 4, in <module> > import pyFAI.app.drawmask as app > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_pyfai/build/pyFAI/app/drawmask.py", > line 52, in <module> > import silx.gui.plot > File "/usr/lib/python3/dist-packages/silx/gui/plot/__init__.py", line 63, > in <module> > from .PlotWidget import PlotWidget # noqa > File "/usr/lib/python3/dist-packages/silx/gui/plot/PlotWidget.py", line 55, > in <module> > from . import matplotlib > File "/usr/lib/python3/dist-packages/silx/gui/plot/matplotlib/__init__.py", > line 67, in <module> > _matplotlib_use('Qt5Agg', warn=True, force=False) > File "/usr/lib/python3/dist-packages/silx/gui/plot/matplotlib/__init__.py", > line 59, in _matplotlib_use > matplotlib.use(backend, warn=warn, force=force) > TypeError: use() got an unexpected keyword argument 'warn' > WARNING:pyFAI.setup:Error while getting synopsis for module > 'pyFAI.app.drawmask'. > help2man: can't get `--help' info from /tmp/pyFAI-drawmask_k1kd4nv3 > Try `--no-discard-stderr' if option outputs to stderr > INFO:pyFAI.setup:Error while generating man file for target 'pyFAI-drawmask'. > INFO:pyFAI.setup:See the following execution of: /usr/bin/python3.8 > /tmp/pyFAI-drawmask_k1kd4nv3 --help > Traceback (most recent call last): > File "/tmp/pyFAI-drawmask_k1kd4nv3", line 4, in <module> > import pyFAI.app.drawmask as app > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_pyfai/build/pyFAI/app/drawmask.py", > line 52, in <module> > import silx.gui.plot > File "/usr/lib/python3/dist-packages/silx/gui/plot/__init__.py", line 63, > in <module> > from .PlotWidget import PlotWidget # noqa > File "/usr/lib/python3/dist-packages/silx/gui/plot/PlotWidget.py", line 55, > in <module> > from . import matplotlib > File "/usr/lib/python3/dist-packages/silx/gui/plot/matplotlib/__init__.py", > line 67, in <module> > _matplotlib_use('Qt5Agg', warn=True, force=False) > File "/usr/lib/python3/dist-packages/silx/gui/plot/matplotlib/__init__.py", > line 59, in _matplotlib_use > matplotlib.use(backend, warn=warn, force=force) > TypeError: use() got an unexpected keyword argument 'warn' > INFO:pyFAI.setup:Return code: 1 > INFO:pyFAI.setup:See the following execution of: /usr/bin/python3.8 > /tmp/pyFAI-drawmask_k1kd4nv3 --version > Traceback (most recent call last): > File "/tmp/pyFAI-drawmask_k1kd4nv3", line 4, in <module> > import pyFAI.app.drawmask as app > File > "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_pyfai/build/pyFAI/app/drawmask.py", > line 52, in <module> > import silx.gui.plot > File "/usr/lib/python3/dist-packages/silx/gui/plot/__init__.py", line 63, > in <module> > from .PlotWidget import PlotWidget # noqa > File "/usr/lib/python3/dist-packages/silx/gui/plot/PlotWidget.py", line 55, > in <module> > from . import matplotlib > File "/usr/lib/python3/dist-packages/silx/gui/plot/matplotlib/__init__.py", > line 67, in <module> > _matplotlib_use('Qt5Agg', warn=True, force=False) > File "/usr/lib/python3/dist-packages/silx/gui/plot/matplotlib/__init__.py", > line 59, in _matplotlib_use > matplotlib.use(backend, warn=warn, force=force) > TypeError: use() got an unexpected keyword argument 'warn' > INFO:pyFAI.setup:Return code: 1 > Traceback (most recent call last): > File "setup.py", line 1112, in <module> > setup_package() > File "setup.py", line 1108, in setup_package > setup(**setup_kwargs) > File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 144, in > setup > return distutils.core.setup(**attrs) > File "/usr/lib/python3.8/distutils/core.py", line 148, in setup > dist.run_commands() > File "/usr/lib/python3.8/distutils/dist.py", line 966, in run_commands > self.run_command(cmd) > File "/usr/lib/python3.8/distutils/dist.py", line 985, in run_command > cmd_obj.run() > File "setup.py", line 348, in run > raise RuntimeError("Fail to generate '%s' man documentation" % > target_name) > RuntimeError: Fail to generate 'pyFAI-drawmask' man documentation > E: pybuild pybuild:352: build: plugin custom failed with: exit code=1: > PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_pyfai/build xvfb-run -a > --server-args="-screen 0 1024x768x24" python3.8 setup.py build_man > dh_auto_build: error: pybuild --build -i python{version} -p 3.8 -s custom -p > 3.8 "--build-args=PYTHONPATH={build_dir} xvfb-run -a --server-args=\"-screen > 0 1024x768x24\" {interpreter} setup.py build_man" returned exit code 13 > make[1]: *** [debian/rules:34: override_dh_auto_build-indep] Error 25 The full build log is available from: http://qa-logs.debian.net/2020/08/02/pyfai_0.19.0+dfsg1-3_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! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---Source: silx Source-Version: 0.13.1+dfsg-1 Done: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <[email protected]> We believe that the bug you reported is fixed in the latest version of silx, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Picca Frédéric-Emmanuel <[email protected]> (supplier of updated silx 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 04 Aug 2020 10:25:26 +0200 Source: silx Architecture: source Version: 0.13.1+dfsg-1 Distribution: unstable Urgency: medium Maintainer: Debian Science Maintainers <[email protected]> Changed-By: Picca Frédéric-Emmanuel <[email protected]> Closes: 946110 966933 Changes: silx (0.13.1+dfsg-1) unstable; urgency=medium . * New upstream version 0.13.1+dfsg (Closes: #966933) * d/control: Standards-Version bumped to 4.1.3 (nothing to do) * d/control: Rules-Requires-Root: no * Demote documentation dependencies to B-D-I. (Closes: #946110) Thanks Helmut Grohne for the patch Checksums-Sha1: ba8981df1b78ca794687868b60da2c074d5764c4 3127 silx_0.13.1+dfsg-1.dsc 0a7af3775fed6daf8cb4eca01570d174ec8458b9 11863408 silx_0.13.1+dfsg.orig.tar.xz 372b7abc8b427916465f8e7312a623710cacbcb4 20464 silx_0.13.1+dfsg-1.debian.tar.xz Checksums-Sha256: f05a5e1a9939cfc84a9cf3fa5762958cbcaeb5a8b3266065ac283df709a51ba3 3127 silx_0.13.1+dfsg-1.dsc 6c426d37f0051fc665ea879159f3a9ef568d64d8a878d14154acdfdb8aee421c 11863408 silx_0.13.1+dfsg.orig.tar.xz 7ba62a96ef9765906e4f6a0816f20232bb4bae4ef2cc75cec5e541b1569fd294 20464 silx_0.13.1+dfsg-1.debian.tar.xz Files: 011d64157dd6f0f7991fc0e812671b3c 3127 science optional silx_0.13.1+dfsg-1.dsc 531fa26ba747bd70a34c4a17e58a79aa 11863408 science optional silx_0.13.1+dfsg.orig.tar.xz 7485112c19e0a2f12e64e83b3d908444 20464 science optional silx_0.13.1+dfsg-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQJFBAEBCgAvFiEE2bRTt5m4gw2UXmoKW/VOXhK5ALsFAl8pIhkRHHBpY2NhQGRl Ymlhbi5vcmcACgkQW/VOXhK5ALuCwg/8ChDl6wX3P65iKpe2gukuRG5HNBjP/tYj Gn6FzU8TRq8urSrLDyg8ewoMru21Fm7aGk461xwZh3ifbLuhf4Cmv1QALNzp+P+2 sdOZUYX82/k53I37hhkjCLXR4SiZInovMRhWW4MI9sq0T+HoGal5edjJRggAa1el kGeiAMAaK7Hh3ZvRwdRYDpH28CHi6L0KQHksfiVHCfD0vt/vmO/bGvtabyDI46rI +Lz0VCKTpSCQ1WCfb/mM9A/u086U8byruTsP4IlDqjui+Trc8IwrbaQqOctsv3d8 dq07HS/iYda5TMaL/yJqb5YUGzYrX00MKZn9N4PgRBye/oVT9fFaFN1sRj+SNOHA scwDKNb8sZ+jYRBxd3l3DmMLRwR25idzIF3ZD4KsF0Wfh3eGWqEERmKPnm588zIX qcPG3gkaDDrJEc+AZOMzZF9j2EqVWzV4WSX8F0/AlvfAZ2DCpLVBmeaidL6oHgnB mKgNGHHWuMPEdDv/NVMyoaP6Z9/sw1JcdG1f716qingNqSJn3ZQ1qpDbnMfp3l/H OOaAsUHOEDdP8PbtUMWavupJgvw7/37cxdtc6Y6M6whJat7HEFN2w/ZlkjSwf9Wq z+B0sGGEPIupjcHK6npG/MICDVTRxEoVUXkELRcnT7f78GSWjwHu8E+CrMcbKm43 0M9GyjVd+Cs= =Gxsu -----END PGP SIGNATURE-----
--- End Message ---

