Your message dated Thu, 30 Aug 2018 20:34:53 +0000 with message-id <[email protected]> and subject line Bug#903868: fixed in heat 1:11.0.0-1 has caused the Debian Bug report #903868, regarding heat: FTBFS in buster/sid (dh_installman: Cannot find "doc/build/man/heat-api.1") 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.) -- 903868: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903868 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:heat Version: 1:10.0.0-3 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions py3versions: no X-Python3-Version in control file, using supported versions dh build-indep --buildsystem=python_distutils --with python3,sphinxdoc,systemd dh_update_autotools_config -i -O--buildsystem=python_distutils dh_autoreconf -i -O--buildsystem=python_distutils dh_auto_configure -i -O--buildsystem=python_distutils dh_auto_configure: Please use the third-party "pybuild" build system instead of python-distutils dh_auto_configure: This feature will be removed in compat 12. debian/rules override_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions [... snipped ...] writing output... [ 92%] template_guide/hot_guide writing output... [ 93%] template_guide/hot_spec writing output... [ 94%] template_guide/index writing output... [ 95%] template_guide/openstack writing output... [ 96%] template_guide/software_deployment writing output... [ 97%] template_guide/unsupported writing output... [ 98%] templates/cfn/WordPress_Single_Instance writing output... [ 99%] templates/hot/hello_world writing output... [100%] templates/index /<<PKGBUILDDIR>>/doc/source/admin/auth-model.rst:74: WARNING: unknown document: identity-management WARNING: Cannot get gitsha from git repository. /<<PKGBUILDDIR>>/doc/source/admin/stack-domain-users.rst:120: WARNING: unknown document: identity-management /<<PKGBUILDDIR>>/doc/source/template_guide/environment.rst:55: WARNING: unknown option: -e /<<PKGBUILDDIR>>/doc/source/template_guide/environment.rst:58: WARNING: unknown option: --parameter /<<PKGBUILDDIR>>/doc/source/template_guide/environment.rst:62: WARNING: unknown option: --parameter generating indices... genindex writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 59 warnings. The HTML pages are in debian/heat-doc/usr/share/doc/heat-doc/html. dh_sphinxdoc dh_sphinxdoc: ignoring unknown JavaScript code: debian/heat-doc/usr/share/doc/heat-doc/html/_static/js/bootstrap.min.js dh_sphinxdoc: ignoring unknown JavaScript code: debian/heat-doc/usr/share/doc/heat-doc/html/_static/js/docs.js dh_sphinxdoc: ignoring unknown JavaScript code: debian/heat-doc/usr/share/doc/heat-doc/html/_static/js/navigation.js dh_sphinxdoc: ignoring unknown JavaScript code: debian/heat-doc/usr/share/doc/heat-doc/html/_static/js/webui-popover.js make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules override_dh_installchangelogs make[1]: Entering directory '/<<PKGBUILDDIR>>' pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions py3versions: no X-Python3-Version in control file, using supported versions if [ -e /<<PKGBUILDDIR>>/debian/CHANGELOG ] ; then \ dh_installchangelogs /<<PKGBUILDDIR>>/debian/CHANGELOG ; \ else \ dh_installchangelogs ; \ fi make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_installman -i -O--buildsystem=python_distutils dh_installman: Cannot find (any matches for) "doc/build/man/heat-api.1" (tried in .) dh_installman: Aborting due to earlier error debian/rules:6: recipe for target 'binary-indep' failed make: *** [binary-indep] Error 25 dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made with "dpkg-buildpackage -A" in my autobuilder. Most probably, it also fails here in reproducible builds: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/heat.html [ Note: There has been a recent change in debhelper behaviour, the current behaviour is the intended one. See Bug #903133 for details ]. Thanks.
--- End Message ---
--- Begin Message ---Source: heat Source-Version: 1:11.0.0-1 We believe that the bug you reported is fixed in the latest version of heat, 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. Thomas Goirand <[email protected]> (supplier of updated heat 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: SHA256 Format: 1.8 Date: Tue, 19 Jun 2018 10:47:31 +0200 Source: heat Binary: heat-api heat-api-cfn heat-common heat-doc heat-engine python3-heat Architecture: source all Version: 1:11.0.0-1 Distribution: experimental Urgency: medium Maintainer: Debian OpenStack <[email protected]> Changed-By: Thomas Goirand <[email protected]> Description: heat-api - OpenStack orchestration service - API server heat-api-cfn - OpenStack orchestration service - CFN API heat-common - OpenStack orchestration service - common files heat-doc - OpenStack orchestration service - Documentation heat-engine - OpenStack orchestration service - engine python3-heat - OpenStack orchestration service - Python files Closes: 903868 905498 Changes: heat (1:11.0.0-1) experimental; urgency=medium . [ Thomas Goirand ] * Fixed startup messages. * New upstream release. * Fixed (build-)depends for this release. * Removed fix-sphinx-1.7-import-Directive.patch, not needed anymore. * Do not install inexistant man pages (Closes: #903868). * Correctly purge policy.json (Closes: #905498). * Add upstream patches for Python 3.7: - Fix_errors_with_issubclass_in_Python_3.7.patch - Unit_tests_Fix_mock-errors_with_too_few_side_effects.patch . [ Ondřej Nový ] * d/control: Use [email protected] as maintainer Checksums-Sha1: 0fd0a6496c802ae74c3ac6b98caf38cd68c40777 4639 heat_11.0.0-1.dsc d4ccb79f5662bd874ae0aa949fc48ea37246ced9 1389280 heat_11.0.0.orig.tar.xz 110e8c654c43dea113997a11878fabe4a9692034 16116 heat_11.0.0-1.debian.tar.xz 034dfd09a9e26512609ea6564232739b510ba25a 24232 heat-api-cfn_11.0.0-1_all.deb 96aa101429923e667681399abfe071c0ab724094 24244 heat-api_11.0.0-1_all.deb 212a5733e396fac585cbc460af685f911e8527fe 52476 heat-common_11.0.0-1_all.deb a06591719ba6f593ea88dfc2425f2e5ce2aeea75 1984520 heat-doc_11.0.0-1_all.deb ffb56a51e7a012a312a1ed61acc86e0d2d242941 10952 heat-engine_11.0.0-1_all.deb 788be5b1b00eab471a2f1e8a1c6678c764a19daa 16961 heat_11.0.0-1_amd64.buildinfo 3c2ea489cb0b1b42e8f9466d0214a64768d3137b 1269360 python3-heat_11.0.0-1_all.deb Checksums-Sha256: 05f9cc4d0ede5d19df79543d29299cebeed13b012507c8a691677468b9108475 4639 heat_11.0.0-1.dsc f81ed6e65f0d7df2ece84db6a5503ccc7a292c8c249c4e38d15a6484626ecefa 1389280 heat_11.0.0.orig.tar.xz 68781498db062c77e24f1a6c62974843707ce3f684c57bc3ed85dfc72fdf84fd 16116 heat_11.0.0-1.debian.tar.xz fb9b19cc76501b2274a3b88bacadbef2343d9afa65514bf7fff5bcd691b53aa5 24232 heat-api-cfn_11.0.0-1_all.deb 451c00f0204b3625a616b844857f4f386a39763d6d957824f4c9e03c93405b20 24244 heat-api_11.0.0-1_all.deb 7cc0580c7161ef617fbfca157393489a0e36567c684d1dcf03490f93f84ad60a 52476 heat-common_11.0.0-1_all.deb b6e422848cb896cb6b5cc4db1aafa9992e9f3a27191dfb6453ffb1417680e8d0 1984520 heat-doc_11.0.0-1_all.deb d28292b8a1971a7ebef2841cc3243a2cc16c526e16309b27c815ca881289a7f7 10952 heat-engine_11.0.0-1_all.deb a7a959d080ba364f2fe53d775dadb770e48dac2fed75db4a7d584328d15fbc2a 16961 heat_11.0.0-1_amd64.buildinfo 5076f70f56e3f9c56f7c4a804466b279ac65ab0a6d96acb8a4ddb25883e84551 1269360 python3-heat_11.0.0-1_all.deb Files: 7a77330f262407664c5b44e0d5200ae3 4639 web optional heat_11.0.0-1.dsc a96382aed27f9a58172f775690c17187 1389280 web optional heat_11.0.0.orig.tar.xz e3ef0b972f18263fb5199932756eaed5 16116 web optional heat_11.0.0-1.debian.tar.xz d36e6c4a16b8978e4c64125306346877 24232 web optional heat-api-cfn_11.0.0-1_all.deb 44365f297ae54f3e71bb57334f058ac2 24244 web optional heat-api_11.0.0-1_all.deb 5cc50073c94347849b6d4223f334450a 52476 web optional heat-common_11.0.0-1_all.deb 5e5f1345435b6a11c274174b758daa9e 1984520 doc optional heat-doc_11.0.0-1_all.deb 5ca4168fcfe3ee6f4a359f1c8bcee2b9 10952 web optional heat-engine_11.0.0-1_all.deb 021158b02e46b20f3c69a6d76ad237d3 16961 web optional heat_11.0.0-1_amd64.buildinfo d11e64121335a0ac4054a29ace04dcd1 1269360 python optional python3-heat_11.0.0-1_all.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtKCq/KhshgVdBnYUq1PlA1hod6YFAluIS/IACgkQq1PlA1ho d6Y3JQ//Z1dB1L4ayPPa0LZ0c6prejUP75NkwRGA9Do97yPakQWLU5knalYXibkQ GrhuZ0e0ZQHhTXDJbgc2no9cuWQRm/YHvgoq99KUKbpLlh/jTkYo88WlyJHMpXx7 uc3AMXDpihHwifPlU+dhW3TvsPj1OZj2S+H/nBk12d258wvU49N0UROBMHxPzVtY yrihT8LcrzAefEFBcCUcvcwn8YEq/Qx3Ns1HiYbyCIR47SuH3x+XozrAOfMKRNmQ EEjBG31Ly/Ss50M67gOoXstnTbMkVidscK6XCV7cbTNJuuTDhkx4lt/zN8OP2x9U g+m7GIjqUKt4NxkFquRie9gtAPOJ9D/qcxQt6HqilNPZdI4o+S87qXi3Msg1C4zA Hxd7eL7crLHMAEfkFnodqphcUBu3nsQ69vSw97EjvvwQAGHEo/qXCEaHGctY/EyU HAcurNUfhg2t6TGvzk3ZSylwpsp5ycMmG3uOPmH46615IhtXNz7J/iEA2R8wB3yQ BKDPBWUEZV+f1+Pva1/b40K3NRcbS8TBTBtqyq8N5hliz/zd8cUoXWDM3HwOEHRF 1KWPBa4TZC7YLjBG797tknV9LLuiwRzqhspkvw84uTCIhpJF9Tk09z0/MTxVuluE l1YVMjHjqw9jUp93We/6gSXh+RH2/kj86j/An0Eh5tR2nj1rtWE= =sokH -----END PGP SIGNATURE-----
--- End Message ---

