Your message dated Sun, 17 Feb 2019 19:49:55 +0000
with message-id <e1gvsrn-0000zo...@fasolo.debian.org>
and subject line Bug#921837: fixed in mopidy 2.2.2-1
has caused the Debian Bug report #921837,
regarding mopidy: FTBFS (dh_installman: Could not determine section for
./docs/_build/man/_static)
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.)
--
921837: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921837
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mopidy
Version: 2.2.1-1
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,systemd --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: python2.7 setup.py config
running config
dh_auto_test -i -O--buildsystem=pybuild
create-stamp debian/debhelper-build-stamp
fakeroot debian/rules binary-indep
dh binary-indep --with python2,sphinxdoc,systemd --buildsystem=pybuild
dh_testroot -i -O--buildsystem=pybuild
dh_prep -i -O--buildsystem=pybuild
dh_installdirs -i -O--buildsystem=pybuild
[... snipped ...]
WARNING: autodoc: failed to import attribute
u'core.PlaybackController.current_track' from module u'mopidy'; the following
exception was raised:
No module named pykka
WARNING: autodoc: failed to import attribute u'core.PlaybackController.state'
from module u'mopidy'; the following exception was raised:
No module named pykka
WARNING: autodoc: failed to import attribute
u'core.PlaybackController.time_position' from module u'mopidy'; the following
exception was raised:
No module named pykka
WARNING: autodoc: failed to import attribute u'core.PlaybackController.mute'
from module u'mopidy'; the following exception was raised:
No module named pykka
WARNING: autodoc: failed to import attribute u'core.PlaybackController.volume'
from module u'mopidy'; the following exception was raised:
No module named pykka
WARNING: autodoc: failed to import method u'core.LibraryController.find_exact'
from module u'mopidy'; the following exception was raised:
No module named pykka
WARNING: autodoc: failed to import method u'core.PlaylistsController.filter'
from module u'mopidy'; the following exception was raised:
No module named pykka
WARNING: autodoc: failed to import method
u'core.PlaylistsController.get_playlists' from module u'mopidy'; the following
exception was raised:
No module named pykka
WARNING: autodoc: failed to import attribute
u'core.PlaylistsController.playlists' from module u'mopidy'; the following
exception was raised:
No module named pykka
WARNING: autodoc: failed to import class u'mixer.Mixer' from module u'mopidy';
the following exception was raised:
No module named pykka
WARNING: autodoc: failed to import class u'mixer.MixerListener' from module
u'mopidy'; the following exception was raised:
No module named pykka
WARNING: autodoc: failed to import module u'dispatcher' from module
u'mopidy.mpd'; the following exception was raised:
No module named pykka
WARNING: autodoc: failed to import module u'playback' from module
u'mopidy.mpd.protocol'; the following exception was raised:
No module named pykka
WARNING: autodoc: failed to import module u'status' from module
u'mopidy.mpd.protocol'; the following exception was raised:
No module named pykka
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... mopidy.1 { }
build succeeded, 100 warnings.
The manual pages are in _build/man.
Build finished. The manual pages are in _build/man.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
dh_installman
dh_installman: Could not determine section for ./docs/_build/man/_static
dh_installman: Aborting due to earlier error
make[1]: *** [debian/rules:40: override_dh_installman] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-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/mopidy.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: mopidy
Source-Version: 2.2.2-1
We believe that the bug you reported is fixed in the latest version of
mopidy, 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 921...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stein Magnus Jodal <jo...@debian.org> (supplier of updated mopidy 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: SHA512
Format: 1.8
Date: Sun, 17 Feb 2019 20:14:02 +0100
Source: mopidy
Binary: mopidy mopidy-doc
Architecture: source all
Version: 2.2.2-1
Distribution: unstable
Urgency: medium
Maintainer: Stein Magnus Jodal <jo...@debian.org>
Changed-By: Stein Magnus Jodal <jo...@debian.org>
Description:
mopidy - music server with support for MPD/HTTP clients
mopidy-doc - music server with support for MPD/HTTP clients - documentation
Closes: 921837
Changes:
mopidy (2.2.2-1) unstable; urgency=medium
.
* New upstream release
* debian/control
- Bump Standards-Version to 4.3.0, no changes required
- Build-Depend on python-pykka to build API reference
* debian/mopidy.manpages
- Use full path instead of wildcard (Closes: #921837)
* debian/rules
- Explicitly use Python 2 when building docs with Sphinx
Checksums-Sha1:
6f530ce083229d1d52d087ea645d8405e39a1156 2001 mopidy_2.2.2-1.dsc
6bafa925052d5cbfd55352f1ef27225b5ce0615a 2738449 mopidy_2.2.2.orig.tar.gz
f8666534fc914bf2f387288ef7c5748c3ee53471 17064 mopidy_2.2.2-1.debian.tar.xz
3613bc10910280aca3ff09f4d692823f42766274 2845260 mopidy-doc_2.2.2-1_all.deb
35d5dea3a83460a532103fcc36a9511da04eec67 207300 mopidy_2.2.2-1_all.deb
ce1a5cfd29856cfb7927cc220bafd03850501a83 9374 mopidy_2.2.2-1_amd64.buildinfo
Checksums-Sha256:
517d19ea66df260e2afede856b5b81337be17fc38f9988add98281a6f3d0b58b 2001
mopidy_2.2.2-1.dsc
b41f5ab1e83c5e5f74fdb792c8fd5ba63b7fd227d04df266dba5189bc552a93d 2738449
mopidy_2.2.2.orig.tar.gz
5c5159b516422491c87db462fe39c38784f06b74da1447bccc27e13050f518e5 17064
mopidy_2.2.2-1.debian.tar.xz
b1f05088072929358bd6e840f5a606036b39841a05a13f88e6b327ed4c87e627 2845260
mopidy-doc_2.2.2-1_all.deb
2e0291404278080e0f9370b38230e3537d2b5515a9852d591a5c577b62dd5c13 207300
mopidy_2.2.2-1_all.deb
96abe83d3e8f0d55c9be5371c19455dcff7ba4fdf1eadcd109024478991c8903 9374
mopidy_2.2.2-1_amd64.buildinfo
Files:
732fc1be465f0b533fa5f1e47292542f 2001 sound optional mopidy_2.2.2-1.dsc
62491cae99dd867556a3d3bba3309dde 2738449 sound optional
mopidy_2.2.2.orig.tar.gz
297792d6f7d05cd80a8d4ceaecb3daca 17064 sound optional
mopidy_2.2.2-1.debian.tar.xz
e60f00e1852b271777d4753cbcdbd95f 2845260 doc optional
mopidy-doc_2.2.2-1_all.deb
b3e9b0f539ffa5079dbb74a711e460fb 207300 sound optional mopidy_2.2.2-1_all.deb
94ea26260adbe7425e062e61d512c16d 9374 sound optional
mopidy_2.2.2-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEgKr0kHY4JR8IscpGILTH9aF8WPYFAlxptOgRHGpvZGFsQGRl
Ymlhbi5vcmcACgkQILTH9aF8WPZc8Q/9GsYUjXFABtYiyl8ZfzPndHJXnVnM1qhU
mid+qsTURT6u485gCzuuKETUmeKihCfo6G9eG0yLb/TfSMb9cHW6i8R5SpunRfL3
xPRchBQEmUiVIx9jlpPbNX53J/5jbibHPoP3tMhuTmFhKN7fwV7JdQXepII7SJb6
69+Zx6Ka/ELBR9JX+8VLjbpiSmzAtj2gwSuIUN14EgFUmAZQOm38cIFS9pEXFACp
fbqZkWpUAjoVCY0FIxTz4PnHuAEoCQCcIdk/xlBGsHiKHSpn8KwqQBbn+dcKn06H
kiJLwpGMdHnS0PpMmxKbMdQlV0FXRZulUe6eya08now9i6t3NplWtbx9Akr3IUYK
h2acxoihj+2THFENOLBtosLan61MFyr/jTQ/vv4B52f1X4Q/11dOUYk5ox5Z2EwA
+ZDRndqB2V0qHNT71m222QVGN0wvAa8qX5+kEf+5woT3OiAGHekbx/M7rbqeiAWu
DC/lUcZesDT4JUYMRmwhZKm5iOrKM8Oz/r0o1Xad1GKLPznIdedJ1kOXxYtfvZJs
/de/XsHWHN/k9Z1TQDSFh1fpLSQ7xCLqOifVpuZFEdOLvGXl/58XG9JWL2IuiF+L
ubZik+mrFX3xQFMQ5Mn4sFWTT/HwDRR8eeInFrrEOqgkyS0UMjRcfdI4G3q0oM73
sbIeIX+QSL0=
=BqQD
-----END PGP SIGNATURE-----
--- End Message ---