Your message dated Sat, 19 Jan 2019 19:34:07 +0000 with message-id <[email protected]> and subject line Bug#919804: fixed in astropy-helpers 3.1-2 has caused the Debian Bug report #919804, regarding ndcube: FTBFS (No module named 'sphinx_astropy') 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.) -- 919804: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919804 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:ndcube Version: 1.0.1-2 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --with python3,sphinxdoc --buildsystem=pybuild dh_update_autotools_config -i -O--buildsystem=pybuild dh_autoreconf -i -O--buildsystem=pybuild dh_auto_configure -i -O--buildsystem=pybuild I: pybuild base:217: python3.7 setup.py config running config debian/rules override_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_auto_build I: pybuild base:217: /usr/bin/python3 setup.py build running build running build_py creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube copying ndcube/_sunpy_init.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube copying ndcube/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube copying ndcube/ndcube_sequence.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube copying ndcube/ndcube.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube copying ndcube/version.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/visualization copying ndcube/visualization/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/visualization copying ndcube/visualization/animation.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/visualization creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/utils copying ndcube/utils/wcs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/utils copying ndcube/utils/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/utils copying ndcube/utils/cube.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/utils copying ndcube/utils/sequence.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/utils creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/tests copying ndcube/tests/test_ndcubesequence.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/tests copying ndcube/tests/test_utils_cube.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/tests copying ndcube/tests/test_utils_wcs.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/tests copying ndcube/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/tests copying ndcube/tests/setup_package.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/tests copying ndcube/tests/test_utils_sequence.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/tests copying ndcube/tests/helpers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/tests copying ndcube/tests/test_ndcube.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/tests creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/mixins copying ndcube/mixins/plotting.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/mixins copying ndcube/mixins/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/mixins copying ndcube/mixins/ndslicing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/mixins creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/utils/tests copying ndcube/utils/tests/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/utils/tests creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/data copying ndcube/data/README.rst -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/data copying ndcube/tests/coveragerc -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_ndcube/build/ndcube/tests PYTHONPATH=. sphinx-build -D html_last_updated_fmt="November 19, 2018" -D html_show_copyright=0 -N -bhtml docs/ build/html # HTML generator Running Sphinx v1.7.9 Configuration error: There is a programable error in your configuration file: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/sphinx/config.py", line 161, in __init__ execfile_(filename, config) File "/usr/lib/python3/dist-packages/sphinx/util/pycompat.py", line 150, in execfile_ exec_(code, _globals) File "conf.py", line 42, in <module> from astropy_helpers.sphinx.conf import * File "/usr/lib/python3/dist-packages/astropy_helpers/sphinx/conf.py", line 3, in <module> from sphinx_astropy.conf import * ModuleNotFoundError: No module named 'sphinx_astropy' make[1]: *** [debian/rules:18: override_dh_auto_build] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:14: build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- (The above is just how the builds ends and not necessarily the most relevant part) The build was made in my autobuilder with "dpkg-buildpackage -A" and it also fails here: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ndcube.html where you can get a full build log if you need it. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.
--- End Message ---
--- Begin Message ---Source: astropy-helpers Source-Version: 3.1-2 We believe that the bug you reported is fixed in the latest version of astropy-helpers, 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. Ole Streicher <[email protected]> (supplier of updated astropy-helpers 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: Sat, 19 Jan 2019 20:02:40 +0100 Source: astropy-helpers Binary: python3-astropy-helpers Architecture: source Version: 3.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Astro Team <[email protected]> Changed-By: Ole Streicher <[email protected]> Description: python3-astropy-helpers - Utilities to install Astropy affiliated packages Closes: 919804 Changes: astropy-helpers (3.1-2) unstable; urgency=medium . * Add dependency from python3-sphinx-astropy. Closes: #919804 * Push compat to 12 Checksums-Sha1: 84e4d31587337ae1c6a24e2e24c632c8d1c35038 2099 astropy-helpers_3.1-2.dsc c9113dd72109349e77cc9d229467f9f1c933dbb5 6396 astropy-helpers_3.1-2.debian.tar.xz Checksums-Sha256: d03e33c8598b3bf76507a9fe7d7c66a036756b0d2164c2741b4f91a8bf0ac34f 2099 astropy-helpers_3.1-2.dsc ef37440871a589104d8f3f3d3d1a19d604eab6ab76529ea2295de9dfdc737e10 6396 astropy-helpers_3.1-2.debian.tar.xz Files: a9478c24e0d5f61b1aa1c05384aba391 2099 python optional astropy-helpers_3.1-2.dsc ff6f3c0e9c11e1595d70a8f1af7b87b3 6396 python optional astropy-helpers_3.1-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE7/BpV0Ra2/h0L3qtmk9WvbkOGL0FAlxDdt4ACgkQmk9WvbkO GL2CfA/9EmMedn2SvB3GEgGoWbb9zsIRQoalfBt+R4GkF6tUdhaJqZCmYCWaRgFk ciwbooILHhPVYf3WdhFqv9XxGWbs17i9mftrG5mo4BLkv3N9rMiryv7YtSP/ZotS qHHPPH+D/laRYnX7EAgLgJcWAIiZszzK64Qs+FnBkHk9iPAwjfOqKwz6FBvLum+Q krMpK5F8x6ekcXuzmoGle7kHNDvRF0Wql/98RDuMRzdcwnesQOh1JbJkeXZOI1Ly tIf6+ANHUGU9ysTHMtiOb9TvSCWh8XbQoSBtrvwclQb6Jcs0Ed9W5iycFF1HB6/b A0MVInW4UBM/yKlqMyuzChiAW6GAAUToBjBHYyNOLWgUwu2X31G0ZrqkYJ/uN7jl rywOzOQrK+qE4IyVEjwEyCbhXXGKLMrZL4Rb1NJ1kgwQ4iBN+QvmbjFtzNdii2YK yRiPQaEbscMJcKXPrcLsEXPaINpzS3FyN8njpLVwymabEJtVOYU2BueaWdAIoiod u7JlmGhDnQ7v37rnnlVCOtSsMMlL0xJg8DjbjlJtU6K6SReyCnrA/ul1SmSUbOAA J92SS3yPPck5xEPgyDUulxOaN1jcasyuJHAwS/8IyV/prNOinOaV23PPMHzulBk1 scZUeH3TDBAuYb5CNbnUfGwRukylvi8DCSFvJiZ8g4s8ipp0nWQ= =6JxW -----END PGP SIGNATURE-----
--- End Message ---

