Your message dated Thu, 14 Feb 2019 14:45:08 +0000
with message-id <e1guigc-000ftl...@fasolo.debian.org>
and subject line Bug#922252: fixed in ganeti-2.15 2.15.2-14
has caused the Debian Bug report #922252,
regarding ganeti-2.15: FTBFS (ImportError: cannot import name Directive)
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.)


-- 
922252: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922252
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ganeti-2.15
Version: 2.15.2-13
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 python2,sphinxdoc,bash_completion
   dh_update_autotools_config -i
   debian/rules override_dh_autoreconf
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_autoreconf /<<PKGBUILDDIR>>/autogen.sh
configure.ac:15: installing 'autotools/install-sh'
configure.ac:15: installing 'autotools/missing'
Makefile.am:443: installing 'autotools/py-compile'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dpkg-parsechangelog -Sversion > vcs-version
./configure \

[... snipped ...]

cat /<<PKGBUILDDIR>>/lib/_constants.py.in > lib/_constants.py
src/hs2py --constants >> lib/_constants.py
set -e; \
VCSVER=`cat /<<PKGBUILDDIR>>/vcs-version`; \
{ echo '# This file is automatically generated, do not edit!'; \
  echo '#'; \
  echo ''; \
  echo '"""Build-time VCS version number for Ganeti.'; \
  echo '';\
  echo 'This file is autogenerated by the build process.'; \
  echo 'For any changes you need to re-run ./configure (and'; \
  echo 'not edit by hand).'; \
  echo ''; \
  echo '"""'; \
  echo ''; \
  echo '# pylint: disable=C0301,C0324'; \
  echo '# because this is autogenerated, we do not want'; \
  echo '# style warnings' ; \
  echo ''; \
  echo "VCS_VERSION = '$VCSVER'"; \
} > lib/_vcsversion.py
cat /<<PKGBUILDDIR>>/lib/opcodes.py.in_before > lib/opcodes.py
src/hs2py --opcodes >> lib/opcodes.py
cat /<<PKGBUILDDIR>>/lib/opcodes.py.in_after >> lib/opcodes.py
src/hs2py --wconfd-rpc > lib/rpc/stub/wconfd.py
src/hs2py --metad-rpc > lib/rpc/stub/metad.py
PYTHONPATH=. ./autotools/run-in-tempdir /<<PKGBUILDDIR>>/./autotools/build-rpc 
lib/rpc_defs.py > lib/_generated_rpc.py
Checking man/ganeti-cleaner.rst for hardcoded paths...
set -e ; \
trap 'echo auto-removing man/ganeti-cleaner.gen; rm man/ganeti-cleaner.gen' 
EXIT; \
PYTHONPATH=. ./autotools/run-in-tempdir /<<PKGBUILDDIR>>/./autotools/docpp < 
man/ganeti-cleaner.rst > man/ganeti-cleaner.gen ;\
./autotools/check-man-references man/ganeti-cleaner.gen; \
trap - EXIT
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/./autotools/docpp", line 39, in <module>
    from ganeti.build import sphinx_ext
  File "/tmp/gntbuild.rQlbNdFI/ganeti/build/sphinx_ext.py", line 47, in <module>
    from sphinx.directives import Directive
ImportError: cannot import name Directive
auto-removing man/ganeti-cleaner.gen
make[1]: *** [Makefile:4455: man/ganeti-cleaner.gen] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:21: build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

(The above is just how the build 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/ganeti-2.15.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: ganeti-2.15
Source-Version: 2.15.2-14

We believe that the bug you reported is fixed in the latest version of
ganeti-2.15, 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 922...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Apollon Oikonomopoulos <apoi...@debian.org> (supplier of updated ganeti-2.15 
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: SHA256

Format: 1.8
Date: Thu, 14 Feb 2019 15:38:39 +0200
Source: ganeti-2.15
Binary: ganeti-2.15 ganeti-haskell-2.15 ganeti-htools-2.15
Architecture: source all amd64
Version: 2.15.2-14
Distribution: unstable
Urgency: medium
Maintainer: Debian Ganeti Team <gan...@packages.debian.org>
Changed-By: Apollon Oikonomopoulos <apoi...@debian.org>
Description:
 ganeti-2.15 - cluster virtualization manager - Python components (2.15)
 ganeti-haskell-2.15 - cluster virtualization manager - Haskell components 
(2.15)
 ganeti-htools-2.15 - cluster virtualization manager - tools for Ganeti 2.15
Closes: 922252
Changes:
 ganeti-2.15 (2.15.2-14) unstable; urgency=medium
 .
   * Fix FTBFS with Sphinx 1.8 (Closes: #922252)
   * Fix service control with s-s-d from dpkg >= 1.19.4
   * Bump Standards-Version to 4.3.0; no changes needed
Checksums-Sha1:
 8ed0ad5644a183dbbec94a6dcfaf8b52e7b02dbd 3053 ganeti-2.15_2.15.2-14.dsc
 6413a8b2500b1233a1ba67e4f8dc3f6dcae541dc 72296 
ganeti-2.15_2.15.2-14.debian.tar.xz
 628d6329edc07a101b2ff45dc9761d27d23e9ad7 919268 ganeti-2.15_2.15.2-14_all.deb
 c910db57024e2bf24fce5f7d43d66bfa2aa678cd 13912 
ganeti-2.15_2.15.2-14_amd64.buildinfo
 c420bec2e5618e7ff5e02c1e46a4a35635f6cd8f 12979108 
ganeti-haskell-2.15_2.15.2-14_amd64.deb
 47dd6cace93dddd89d39cd2f89af88b9aa76a91c 2581668 
ganeti-htools-2.15_2.15.2-14_amd64.deb
Checksums-Sha256:
 48bff4de961e8d16a96ed83423db78cad5ad8ed8304bd71a376baa9d9ded0b0f 3053 
ganeti-2.15_2.15.2-14.dsc
 e708f7ad92540f0b4bd8a14cfc8938b2ac2007788ec22797cfe7c443c4d92dd8 72296 
ganeti-2.15_2.15.2-14.debian.tar.xz
 994750631c11c684083c81b92fb2a1594227482e34e6f9d3fc761cfd54c13259 919268 
ganeti-2.15_2.15.2-14_all.deb
 e7c2f7a1cfbefa71f5e8d78b67ac1c4d9c58f9e4298498a090251e25cf323e8f 13912 
ganeti-2.15_2.15.2-14_amd64.buildinfo
 ebaeb77d0c0a6e1d69ffd555ef69e401cee67f2ce157fffee52fcda92ac01c67 12979108 
ganeti-haskell-2.15_2.15.2-14_amd64.deb
 4061e78f133d34c04e21abd5f45d57f3b6af8155f3f12f67eecd2cff01f42dda 2581668 
ganeti-htools-2.15_2.15.2-14_amd64.deb
Files:
 88812da61d792a8809cdbe2545a64416 3053 admin optional ganeti-2.15_2.15.2-14.dsc
 12fff77017b4f3f9e95a7dcef94e81a6 72296 admin optional 
ganeti-2.15_2.15.2-14.debian.tar.xz
 e848ce0871765fb836a3fa959cc3c15c 919268 admin optional 
ganeti-2.15_2.15.2-14_all.deb
 10b4a593475b0f07646fdbd5ff7232cc 13912 admin optional 
ganeti-2.15_2.15.2-14_amd64.buildinfo
 d149dcb0f49526255d81e5f82b09cf0b 12979108 admin optional 
ganeti-haskell-2.15_2.15.2-14_amd64.deb
 eb7d4f099142fbec5bea6213e835fe54 2581668 admin optional 
ganeti-htools-2.15_2.15.2-14_amd64.deb

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

iQIzBAEBCAAdFiEEPgL9ZlYpWVIRC6uZ9RsYxyAkgiQFAlxlc0gACgkQ9RsYxyAk
giQXkQ//aPIXotHeBgbd3ZADbqZYIneZg3rFbOmCIVGSX02ouavJ1phjWj4VD+ta
tUMDyuc0oXbSVXQQN4Zh/yr3szmBccO/MBU3Wm1pcEHz9qFTJMlAcdEIRYlTEObj
IsD3akJ7lssQvUlfI1JM6HHtDRmvOKSedaC88DITyi9/4r+xy1EZ+jfyW13MnEOI
oYWihccH3JWWPy/U9YZYa5Ykj5oweQ4sM6DT4WWX9mSbDCX9YYkBQvhYdAgBzDMg
HLR/3yg/WOaCGAgQji6dhmNkMOedERFRYK9cgR+it6c+BXvd1ZesoUKfvV9jvxoX
8xPEkgtbH51oaYLakxaPudmVCgVOBFDrSIwl2bJ/cxzHvfGr61/hpaTnM671VMD1
c9k1DeSf1Y9yNxD8wALEB3qbCGv30bRnNQaxNj/n8eG3ef2H+N2opSJ3uEg4CiFu
CHpBm5A7mpqLAv1qeyyahGqbV3z81//pswmNTyXrdw2kGFT0Or4x72/Gtz9iNZT8
HTb3S5u5+rOX7z69O6xd3KIqcKlNvb6Dz+pouaMPhrdON9MRbGEeGH+ynU1cXX2t
bU31LxJ4/MgI8M/+LVJVBPcLvQwdSX1Lv5V3Wbkp3Wg6BOYWU10eYJpmfxeEYo0j
zCldXGuhynxCnHlwAeVtDu0OK77Co5VHGvPPHaU0hrzHnQyQmf0=
=tCRo
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to