Your message dated Sat, 05 Nov 2022 15:51:09 +0000
with message-id <e1orlrt-00cary...@fasolo.debian.org>
and subject line Bug#1022475: fixed in python-feather-format 0.3.1+dfsg1-6
has caused the Debian Bug report #1022475,
regarding python-feather-format: 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.)


-- 
1022475: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022475
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-feather-format
Version: 0.3.1+dfsg1-5
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):
>  debian/rules build
> dh build --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:240: python3.10 setup.py config 
> /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.")
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: 
> Cython directive 'language_level' not set, using 2 for now (Py2). This will 
> change in a later release! File: /<<PKGBUILDDIR>>/feather/ext.pyx
>   tree = Parsing.p_module(s, pxd, full_module_name)
> Compiling feather/ext.pyx because it changed.
> [1/1] Cythonizing feather/ext.pyx
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> /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_feather-format/build/feather
> copying feather/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_feather-format/build/feather
> copying feather/api.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_feather-format/build/feather
> copying feather/compat.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_feather-format/build/feather
> copying feather/version.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_feather-format/build/feather
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_feather-format/build/feather/tests
> copying feather/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_feather-format/build/feather/tests
> copying feather/tests/test_reader.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_feather-format/build/feather/tests
> copying feather/libfeather.pxd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_feather-format/build/feather
> copying feather/ext.pyx -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_feather-format/build/feather
> running build_ext
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/setup.py", line 156, in <module>
>     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/Cython/Distutils/old_build_ext.py", 
> line 186, in run
>     _build_ext.build_ext.run(self)
>   File "/usr/lib/python3.10/distutils/command/build_ext.py", line 340, in run
>     self.build_extensions()
>   File "/usr/lib/python3/dist-packages/Cython/Distutils/old_build_ext.py", 
> line 190, in build_extensions
>     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: *** [debian/rules:10: build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/10/23/python-feather-format_0.3.1+dfsg1-5_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-feather-format
Source-Version: 0.3.1+dfsg1-6
Done: Stefano Rivera <stefa...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-feather-format, 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-feather-format 
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, 05 Nov 2022 17:27:42 +0200
Source: python-feather-format
Architecture: source
Version: 0.3.1+dfsg1-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Stefano Rivera <stefa...@debian.org>
Closes: 1022475
Changes:
 python-feather-format (0.3.1+dfsg1-6) unstable; urgency=medium
 .
   * Team upload.
   * Patch: Support setuptools 60. Closes: #1022475
Checksums-Sha1:
 d02f750d01efa9f68370fd716fe4ca882cd1adf6 1703 
python-feather-format_0.3.1+dfsg1-6.dsc
 5a12d27e3b055cfd93a92d384c8628cda2b6303f 110623 
python-feather-format_0.3.1+dfsg1.orig.tar.gz
 74c6a51a7d11fb5b9ec7fdc1148648d5ffec6235 5144 
python-feather-format_0.3.1+dfsg1-6.debian.tar.xz
 cdae7acc786679034d3c94b96898d621b83cd7ad 6631 
python-feather-format_0.3.1+dfsg1-6_source.buildinfo
Checksums-Sha256:
 cfde00c781ce0c6921bb6fb0347794aa42ebdff1f3d72c4da3f7f67d5ad43ba6 1703 
python-feather-format_0.3.1+dfsg1-6.dsc
 df85387ba8f8121eab3afa743ca205a3c0bad4c66670f48d49ce1807127e0096 110623 
python-feather-format_0.3.1+dfsg1.orig.tar.gz
 604a7b6765be28b9d176a6aef5187af716e8555a7e79207eeefa48e500663641 5144 
python-feather-format_0.3.1+dfsg1-6.debian.tar.xz
 bbdbf9fdca457bfcf2b0e041f02302691419717dae31884b17c31fe1c1cc18cd 6631 
python-feather-format_0.3.1+dfsg1-6_source.buildinfo
Files:
 9fb056f738348750587b855ddac594f0 1703 python optional 
python-feather-format_0.3.1+dfsg1-6.dsc
 0bcc161f183a65312b7598533e5621e2 110623 python optional 
python-feather-format_0.3.1+dfsg1.orig.tar.gz
 fa12a965dd0f3497d0ef67885323f8b0 5144 python optional 
python-feather-format_0.3.1+dfsg1-6.debian.tar.xz
 a314be88262f75736314b43eb4777ea0 6631 python optional 
python-feather-format_0.3.1+dfsg1-6_source.buildinfo

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

iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCY2aA/hQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2FIVAP99oWUdQtpwSn7uIgoMchJAzrFce3HW
bV2u2UXnmDJklAD9EsfNpGJdCrr7SlAgSLC8bpM6oPMkVzPNp7YkF2LFpgs=
=4OLp
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to