Your message dated Mon, 03 Sep 2018 21:51:03 +0000
with message-id <e1fwwkr-0008bq...@fasolo.debian.org>
and subject line Bug#906410: fixed in stevedore 1.29.0-2
has caused the Debian Bug report #906410,
regarding stevedore: FTBFS in buster/sid (TypeError: cannot use a string 
pattern on a bytes-like object)
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.)


-- 
906410: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906410
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:stevedore
Version: 1.28.0-2
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 --with=python2,python3,sphinxdoc
   dh_update_autotools_config -i
   dh_auto_configure -i
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
py3versions: no X-Python3-Version in control file, using supported versions

[... snipped ...]

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
PYTHONPATH=/<<PKGBUILDDIR>> sphinx-build -b html doc/source 
/<<PKGBUILDDIR>>/debian/python-stevedore-doc/usr/share/doc/python-stevedore-doc/html
Running Sphinx v1.7.6
loading stevedore.sphinxext
making output directory...
WARNING: The config value `version' has type `bytes', defaults to `str'.
WARNING: The config value `release' has type `bytes', defaults to `str'.
loading pickled environment... not yet created
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 14 source files that are out of date
updating environment: 14 added, 0 changed, 0 removed
reading sources... [  7%] index
reading sources... [ 14%] install/index
reading sources... [ 21%] reference/index
reading sources... [ 28%] user/essays/pycon2013
reading sources... [ 35%] user/history
reading sources... [ 42%] user/index
reading sources... [ 50%] user/patterns_enabling
reading sources... [ 57%] user/patterns_loading
reading sources... [ 64%] user/sphinxext
documenting plugins from 'stevedore.example.formatter'
documenting plugins from 'stevedore.example.formatter'
reading sources... [ 71%] user/tutorial/creating_plugins
reading sources... [ 78%] user/tutorial/index
reading sources... [ 85%] user/tutorial/loading
reading sources... [ 92%] user/tutorial/naming
reading sources... [100%] user/tutorial/testing

/<<PKGBUILDDIR>>/doc/source/user/history.rst:5: WARNING: Problems with 
"include" directive path:
InputError: [Errno 2] No such file or directory: 'ChangeLog'.
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... 
Exception occurred:
  File "/usr/lib/python3/dist-packages/sphinx/builders/html.py", line 479, in 
prepare_writing
    release = return_codes_re.sub('', self.config.release),
TypeError: cannot use a string pattern on a bytes-like object
The full traceback has been saved in /tmp/sphinx-err-7_bj5ntt.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!
make[1]: *** [debian/rules:36: override_dh_sphinxdoc] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: binary-indep] Error 2
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/stevedore.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: stevedore
Source-Version: 1.29.0-2

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

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated stevedore 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, 30 Aug 2018 09:19:29 +0200
Source: stevedore
Binary: python-stevedore python-stevedore-doc python3-stevedore
Architecture: source all
Version: 1.29.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
 python-stevedore - manage dynamic plugins for Python applications - python2
 python-stevedore-doc - manage dynamic plugins for Python applications - doc
 python3-stevedore - manage dynamic plugins for Python applications - python3
Closes: 906410
Changes:
 stevedore (1.29.0-2) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * Use 'python3 -m sphinx' instead of sphinx-build for building docs
 .
   [ Thomas Goirand ]
   * Uploading to unstable:
     - Fixes FTBFS (Closes: #906410).
Checksums-Sha1:
 3737ce3bc7a9394b727e5ee2ea3ab7f8b34e75bc 2501 stevedore_1.29.0-2.dsc
 af913ddd808da79caeed576f5c6a736ebe1f50cc 4284 stevedore_1.29.0-2.debian.tar.xz
 719140dec290979550454bc190c2e4e4593804f3 491904 
python-stevedore-doc_1.29.0-2_all.deb
 c45a6884455944dda39511c87428a06e81fae6f1 19676 
python-stevedore_1.29.0-2_all.deb
 3d9d40bfb8f9158b643f27cb892e69dfa69e51b0 19728 
python3-stevedore_1.29.0-2_all.deb
 5e30a7d60bf79ff92a50d601ee48837f8a9a5171 10628 
stevedore_1.29.0-2_amd64.buildinfo
Checksums-Sha256:
 22b88810277cf1466a24376a5e05530b6d278358a24397a5884a3cc0dc91f760 2501 
stevedore_1.29.0-2.dsc
 83821ae4afa58da8731873caa0b911881cf9a4db9d86944fcc71d538a06cc1ab 4284 
stevedore_1.29.0-2.debian.tar.xz
 aec9c2ee52b3e9a60dc402467f403028ea939107ae4b85485d462e1f1956f659 491904 
python-stevedore-doc_1.29.0-2_all.deb
 a7c0577d5017372f7f40433623e8c2b5c0e8b030c3f51f43d74002719aff4846 19676 
python-stevedore_1.29.0-2_all.deb
 f218ef886089d8f75f90cc4557ed8e337f5e9644027025facd6c43daa9eb1a5f 19728 
python3-stevedore_1.29.0-2_all.deb
 e1f949c0a10eb392c614a9a1aa1371a83f90e67393c3486e8f15c6bbb99caed4 10628 
stevedore_1.29.0-2_amd64.buildinfo
Files:
 7119489e5ea84ff70120e33e3f709fe4 2501 python optional stevedore_1.29.0-2.dsc
 ce23ef9d1706ef5b2ee98a64fbb36a4c 4284 python optional 
stevedore_1.29.0-2.debian.tar.xz
 ae1d3d499dcd9650d7bf2f57784ab7b1 491904 doc optional 
python-stevedore-doc_1.29.0-2_all.deb
 5dc10d8839560042368410cf5d7fbca7 19676 python optional 
python-stevedore_1.29.0-2_all.deb
 8ec5c81b7a64fbae44e609018b009947 19728 python optional 
python3-stevedore_1.29.0-2_all.deb
 b764b21995b8ec8f848c346fdf83a473 10628 python optional 
stevedore_1.29.0-2_amd64.buildinfo

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

iQIzBAEBCAAdFiEEtKCq/KhshgVdBnYUq1PlA1hod6YFAluNqeQACgkQq1PlA1ho
d6YxBxAAsUIPjTtkEQ98dQA6tMV2UuuMQJGZVvNcZEjf6OYtuJEWd+Udv6uutCAg
VOb1MFmbGymOgLM8tXhQm4NvJYXWQZ4eSdudzGMZFULxP0TSuXR+mHDxjnDv8+1v
9pxT6dtE6zvDeQWAi2/6lpuMVKJO7yZrrevrh+1kT8Fa544GRORinvCKJSpLz1rP
DSU39NOKq+7GJ9zQ+rlY9jcFCUTGl2B/4KScWCSiis6bNiD47YAyy3amwV4liUhZ
d3qpNxJH8i8YRkX5mYoMKwSubd9xV6myxkwUASY6e4+DzEaf+ArbJUFtSSYxcIGa
g9pyfAzreTOR8aBnyin6lhDGLv1kkTfdzESYTYu21qlttRpxgzg5Y0rhfjLI9hrS
WYLeTOrShomMlQJGEM14qQ0sfDu2YaVmOj1NKFR1d7tRX9EjnsN2LKWQvX330+jP
kfhKMRg/d3WsnUNaTSCKQ2TovI1ZRmGDBDYPHa5IKkHSsFNMx5NCogwsesqPUcWH
x9OojTH06Z3ByDkGlIUw3z/fF1FbAYx348xYFngOrE4WDi/I6cF5Xq3eYtGajV9r
7wxxsPmMG1tCREVM+MMkGvLLfH1l9k83AiP5yxBICMSoGJ8SCbWsQJsLhlTNszDR
xMj7c56P+f7b7r9m7+CZgNuoQeQTuP8rSA1D7kbWiyJZyXrqFfM=
=eYLl
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to