Your message dated Sat, 12 Nov 2022 09:26:26 +0000
with message-id <e1otmmq-00hlpy...@fasolo.debian.org>
and subject line Bug#1022449: fixed in python-maxminddb 2.2.0-0.1
has caused the Debian Bug report #1022449,
regarding python-maxminddb: FTBFS: distutils.errors.DistutilsSetupError: each
element of 'ext_modules' option must be an Extension instance or 2-tuple
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.)
--
1022449: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022449
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-maxminddb
Version: 2.0.3-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> PYTHONPATH=.:$PYTHONPATH sphinx-build -b html -d .build/.doctrees -N docs
> .build/html
> Running Sphinx v4.5.0
> making output directory... done
> WARNING: html_static_path entry '_static' does not exist
> loading intersphinx inventory from http://docs.python.org/objects.inv...
> intersphinx inventory has moved: http://docs.python.org/objects.inv ->
> https://docs.python.org/3/objects.inv
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 1 source files that are out of date
> updating environment: [new config] 1 added, 0 changed, 0 removed
> reading sources... [100%] index
>
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [100%] index
>
> generating indices... genindex py-modindex done
> writing additional pages... search done
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 1 warning.
>
> The HTML pages are in .build/html.
> dh_auto_build
> I: pybuild base:240: /usr/bin/python3 setup.py build
> /<<PKGBUILDDIR>>/setup.py:8: DeprecationWarning: The distutils package is
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP
> 632 for potential alternatives
> from distutils.command.build_ext import build_ext
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:18: UserWarning:
> Distutils was imported before Setuptools, but importing Setuptools also
> replaces the `distutils` module in `sys.modules`. This may lead to
> undesirable behaviors or errors. To avoid these issues, avoid using distutils
> directly, ensure that setuptools is installed in the traditional way (e.g.
> not an editable install), and/or make sure that setuptools is always imported
> before distutils.
> warnings.warn(
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:33: UserWarning:
> Setuptools is replacing distutils.
> warnings.warn("Setuptools is replacing distutils.")
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_maxminddb/build/maxminddb
> copying maxminddb/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_maxminddb/build/maxminddb
> copying maxminddb/errors.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_maxminddb/build/maxminddb
> copying maxminddb/reader.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_maxminddb/build/maxminddb
> copying maxminddb/file.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_maxminddb/build/maxminddb
> copying maxminddb/const.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_maxminddb/build/maxminddb
> copying maxminddb/types.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_maxminddb/build/maxminddb
> copying maxminddb/decoder.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_maxminddb/build/maxminddb
> running egg_info
> creating maxminddb.egg-info
> writing maxminddb.egg-info/PKG-INFO
> writing dependency_links to maxminddb.egg-info/dependency_links.txt
> writing top-level names to maxminddb.egg-info/top_level.txt
> writing manifest file 'maxminddb.egg-info/SOURCES.txt'
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/setup.py", line 145, in <module>
> run_setup(True)
> File "/<<PKGBUILDDIR>>/setup.py", line 101, in run_setup
> setup(
> File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 87, in
> setup
> return distutils.core.setup(**attrs)
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line
> 185, in setup
> return run_commands(dist)
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line
> 201, in run_commands
> dist.run_commands()
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line
> 968, in run_commands
> self.run_command(cmd)
> File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1217, in
> run_command
> super().run_command(command)
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line
> 987, in run_command
> cmd_obj.run()
> File
> "/usr/lib/python3/dist-packages/setuptools/_distutils/command/build.py", line
> 132, in run
> self.run_command(cmd_name)
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line
> 319, in run_command
> self.distribution.run_command(command)
> File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1217, in
> run_command
> super().run_command(command)
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line
> 987, in run_command
> cmd_obj.run()
> File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line
> 63, in run
> self.build_package_data()
> File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line
> 159, in build_package_data
> for target, srcfile in self._get_package_data_output_mapping():
> File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line
> 151, in _get_package_data_output_mapping
> for package, src_dir, build_dir, filenames in self.data_files:
> File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line
> 72, in __getattr__
> self.data_files = self._get_data_files()
> File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line
> 84, in _get_data_files
> self.analyze_manifest()
> File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line
> 181, in analyze_manifest
> self.run_command('egg_info')
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line
> 319, in run_command
> self.distribution.run_command(command)
> File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1217, in
> run_command
> super().run_command(command)
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line
> 987, in run_command
> cmd_obj.run()
> File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line
> 308, in run
> self.find_sources()
> File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line
> 316, in find_sources
> mm.run()
> File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line
> 560, in run
> self.add_defaults()
> File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line
> 597, in add_defaults
> sdist.add_defaults(self)
> File "/usr/lib/python3/dist-packages/setuptools/command/sdist.py", line
> 106, in add_defaults
> super().add_defaults()
> File
> "/usr/lib/python3/dist-packages/setuptools/_distutils/command/sdist.py", line
> 252, in add_defaults
> self._add_defaults_ext()
> File
> "/usr/lib/python3/dist-packages/setuptools/_distutils/command/sdist.py", line
> 337, in _add_defaults_ext
> self.filelist.extend(build_ext.get_source_files())
> File "/usr/lib/python3.10/distutils/command/build_ext.py", line 421, in
> get_source_files
> self.check_extensions_list(self.extensions)
> File "/usr/lib/python3.10/distutils/command/build_ext.py", line 362, in
> check_extensions_list
> raise DistutilsSetupError(
> distutils.errors.DistutilsSetupError: each element of 'ext_modules' option
> must be an Extension instance or 2-tuple
> E: pybuild pybuild:379: build: plugin distutils failed with: exit code=1:
> /usr/bin/python3 setup.py build
> dh_auto_build: error: pybuild --build -i python{version} -p 3.10 returned
> exit code 13
> make[1]: *** [debian/rules:11: override_dh_auto_build] Error 25
The full build log is available from:
http://qa-logs.debian.net/2022/10/23/python-maxminddb_2.0.3-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: python-maxminddb
Source-Version: 2.2.0-0.1
Done: Stefano Rivera <stefa...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-maxminddb, 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 1022...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stefano Rivera <stefa...@debian.org> (supplier of updated python-maxminddb
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: Sat, 12 Nov 2022 09:45:17 +0200
Source: python-maxminddb
Architecture: source
Version: 2.2.0-0.1
Distribution: unstable
Urgency: medium
Maintainer: Faidon Liambotis <parav...@debian.org>
Changed-By: Stefano Rivera <stefa...@debian.org>
Closes: 1018530 1022449
Changes:
python-maxminddb (2.2.0-0.1) unstable; urgency=medium
.
* Non-maintainer upload.
* New upstream release.
* Switch from nose to pytest, following upstream. (Closes: #1018530)
* Bump copyright years.
* Patch: Add support for setuptools >= 60 (Closes: #1022449)
Checksums-Sha1:
e1e5977e70e26f0d6b9b8e3976c6d335a396d072 1697 python-maxminddb_2.2.0-0.1.dsc
d73d67eb89c8742e01c4bc011be1f089540181f2 279910
python-maxminddb_2.2.0.orig.tar.gz
4c7c21d0171dddc0f60afe88634faa73158642fc 10500
python-maxminddb_2.2.0-0.1.debian.tar.xz
14b4cb4b5b0ffdb330da6e2bebb4f0adee071d1b 7707
python-maxminddb_2.2.0-0.1_source.buildinfo
Checksums-Sha256:
99fbb71b2532e7a2ebc985578913eddc47670beef0e2bcb1320e14f29ccd6dbd 1697
python-maxminddb_2.2.0-0.1.dsc
ebbd10e56df55ecc6ae82a6754461e70a0fcb8cc7953cb93c81800c42690362f 279910
python-maxminddb_2.2.0.orig.tar.gz
a7f27c4ee6f257f4ee270ef37d0ae20acff8d362aea35c425571e1d1ce6b243e 10500
python-maxminddb_2.2.0-0.1.debian.tar.xz
dea6e593fecfd5e8f377afccc1fed563941710100827c5ece667237be3838ad4 7707
python-maxminddb_2.2.0-0.1_source.buildinfo
Files:
647ae6bd5db5ab0a60d1bbd6dd496139 1697 python optional
python-maxminddb_2.2.0-0.1.dsc
4d074feb26188cd4519df0124999eada 279910 python optional
python-maxminddb_2.2.0.orig.tar.gz
130efa7bd925a1a388972739604281f0 10500 python optional
python-maxminddb_2.2.0-0.1.debian.tar.xz
0abae1f3921b14519abe91c79aa704ef 7707 python optional
python-maxminddb_2.2.0-0.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCY29UHBQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2DEfAQDtyr7J7B+wIGxyJl7iUGE5br/0GSFS
4SjoO17vl8k7eAEA0EhcrHxF1SiI+8qtfBlnB2R/jtAtC0Hcej0OdR4K4QQ=
=IwMH
-----END PGP SIGNATURE-----
--- End Message ---