Package: src:python-musicpd
Version: 0.8.0-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --with python3,sphinxdoc --buildsystem=pybuild --name=musicpd
   dh_update_autotools_config -O--buildsystem=pybuild -O--name=musicpd
   dh_autoreconf -O--buildsystem=pybuild -O--name=musicpd
   dh_auto_configure -O--buildsystem=pybuild -O--name=musicpd
I: pybuild base:311: python3.11 setup.py config
/usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
_DeprecatedConfig: Deprecated config in `setup.cfg`
!!

        
********************************************************************************
        The license_file parameter is deprecated, use license_files instead.

        This deprecation is overdue, please update your project and remove 
deprecated
        calls to avoid build errors in the future.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  parsed = self.parsers.get(option_name, lambda x: x)(value)
running config
   dh_auto_build -O--buildsystem=pybuild -O--name=musicpd
I: pybuild base:311: /usr/bin/python3 setup.py build
/usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
_DeprecatedConfig: Deprecated config in `setup.cfg`
!!

        
********************************************************************************
        The license_file parameter is deprecated, use license_files instead.

        This deprecation is overdue, please update your project and remove 
deprecated
        calls to avoid build errors in the future.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  parsed = self.parsers.get(option_name, lambda x: x)(value)
running build
running build_py
copying musicpd.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
   dh_auto_test -O--buildsystem=pybuild -O--name=musicpd
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; 
python3.11 -m unittest discover -v

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=pybuild -O--name=musicpd
   dh_prep -O--buildsystem=pybuild -O--name=musicpd
   dh_auto_install --destdir=debian/python3-musicpd/ -O--buildsystem=pybuild 
-O--name=musicpd
I: pybuild base:311: /usr/bin/python3 setup.py install --root 
/<<PKGBUILDDIR>>/debian/python3-musicpd
/usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
_DeprecatedConfig: Deprecated config in `setup.cfg`
!!

        
********************************************************************************
        The license_file parameter is deprecated, use license_files instead.

        This deprecation is overdue, please update your project and remove 
deprecated
        calls to avoid build errors in the future.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  parsed = self.parsers.get(option_name, lambda x: x)(value)
running install
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: 
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        
********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html 
for details.
        
********************************************************************************

!!
  self.initialize_options()
running build
running build_py
running install_lib
creating /<<PKGBUILDDIR>>/debian/python3-musicpd/usr
creating /<<PKGBUILDDIR>>/debian/python3-musicpd/usr/lib
creating /<<PKGBUILDDIR>>/debian/python3-musicpd/usr/lib/python3.11
creating 
/<<PKGBUILDDIR>>/debian/python3-musicpd/usr/lib/python3.11/dist-packages
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/musicpd.py -> 
/<<PKGBUILDDIR>>/debian/python3-musicpd/usr/lib/python3.11/dist-packages
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-musicpd/usr/lib/python3.11/dist-packages/musicpd.py
 to musicpd.cpython-311.pyc
running install_egg_info
running egg_info
creating python_musicpd.egg-info
writing python_musicpd.egg-info/PKG-INFO
writing dependency_links to python_musicpd.egg-info/dependency_links.txt
writing top-level names to python_musicpd.egg-info/top_level.txt
writing manifest file 'python_musicpd.egg-info/SOURCES.txt'
reading manifest file 'python_musicpd.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'python_musicpd.egg-info/SOURCES.txt'
Copying python_musicpd.egg-info to 
/<<PKGBUILDDIR>>/debian/python3-musicpd/usr/lib/python3.11/dist-packages/python_musicpd-0.8.0.egg-info
Skipping SOURCES.txt
running install_scripts
   dh_installdocs -O--buildsystem=pybuild -O--name=musicpd
   debian/rules execute_before_dh_sphinxdoc
make[1]: Entering directory '/<<PKGBUILDDIR>>'
python3 -m sphinx -N -q -E -b html /<<PKGBUILDDIR>>/doc/source 
/<<PKGBUILDDIR>>/debian/python3-musicpd/usr/share/doc/python3-musicpd/html/
WARNING: Invalid configuration value found: 'language = None'. Update your 
configuration to a valid language code. Falling back to 'en' (English).
WARNING: The pre-Sphinx 1.0 'intersphinx_mapping' format is deprecated and will be removed in 
Sphinx 8. Update to the current format as described in the documentation. Hint: 
"intersphinx_mapping = {'<name>': ('/usr/share/doc/python3-doc/html', 
None)}".https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_sphinxdoc -O--buildsystem=pybuild -O--name=musicpd
   debian/rules override_dh_installchangelogs
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_installchangelogs CHANGES.txt
dh_installchangelogs: error: could not find changelog
dh_installchangelogs: error: Aborting due to earlier error
make[1]: *** [debian/rules:8: override_dh_installchangelogs] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:5: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202404/

About the archive rebuild: The build was made on virtual machines
of type m6a.large from AWS, using sbuild and a reduced chroot
with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

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.

Reply via email to