[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#971961: marked as done (bcolz ftbfs with python3-defaults (python3.9) from experimental)



Your message dated Tue, 13 Oct 2020 11:48:41 +0000
with message-id <E1kSInJ-000BNU-Gj@fasolo.debian.org>
and subject line Bug#971961: fixed in bcolz 1.2.1+ds2-7
has caused the Debian Bug report #971961,
regarding bcolz ftbfs with python3-defaults (python3.9) from experimental
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 owner@bugs.debian.org
immediately.)


-- 
971961: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971961
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:bcolz
Version: 1.2.1+ds2-6
Severity: important
Tags: sid bullseye
User: debian-python@lists.debian.org
Usertags: python3.9

[...]
creating build/temp.linux-x86_64-3.9
creating build/temp.linux-x86_64-3.9/bcolz
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/bcolz-1.2.1+ds2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ibcolz -I/usr/include -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.9 -c bcolz/carray_ext.c -o build/temp.linux-x86_64-3.9/bcolz/carray_ext.o -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/bcolz-1.2.1+ds2=. -fstack-protector-strong -Wformat -Werror=format-security
In file included from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1822,
                 from /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                 from /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from bcolz/carray_ext.c:525:
/usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   17 | #warning "Using deprecated NumPy API, disable it with " \
      |  ^~~~~~~
bcolz/carray_ext.c: In function ‘PyInit_carray_ext’:
bcolz/carray_ext.c:45964:39: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’
45964 |   __pyx_type_5bcolz_10carray_ext_chunk.tp_print = 0;
      |                                       ^
bcolz/carray_ext.c:46014:40: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’
46014 |   __pyx_type_5bcolz_10carray_ext_chunks.tp_print = 0;
      |                                        ^
bcolz/carray_ext.c:46026:40: error: ‘PyTypeObject’ {aka ‘struct _typeobject’} has no member named ‘tp_print’
46026 |   __pyx_type_5bcolz_10carray_ext_carray.tp_print = 0;
      |                                        ^
bcolz/carray_ext.c: In function ‘__Pyx_ParseOptionalKeywords’:
bcolz/carray_ext.c:47386:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
47386 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
      |                     ^
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from bcolz/carray_ext.c:4:
/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
bcolz/carray_ext.c:47386:21: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
47386 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
      |                     ^
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from bcolz/carray_ext.c:4:
/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here
  580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      |                                             ^~~~~~~~~~~~~~~~~~~
bcolz/carray_ext.c:47386:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
47386 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
      |                     ^
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from bcolz/carray_ext.c:4:
/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
bcolz/carray_ext.c:47386:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
47386 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
      |                     ^
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from bcolz/carray_ext.c:4:
/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
bcolz/carray_ext.c:47386:21: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
47386 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
      |                     ^
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from bcolz/carray_ext.c:4:
/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here
  580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      |                                             ^~~~~~~~~~~~~~~~~~~
bcolz/carray_ext.c:47386:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
47386 |                     (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
      |                     ^
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from bcolz/carray_ext.c:4:
/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
bcolz/carray_ext.c:47402:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
47402 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
      |                         ^
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from bcolz/carray_ext.c:4:
/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
bcolz/carray_ext.c:47402:25: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
47402 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
      |                         ^
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from bcolz/carray_ext.c:4:
/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here
  580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      |                                             ^~~~~~~~~~~~~~~~~~~
bcolz/carray_ext.c:47402:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
47402 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
      |                         ^
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from bcolz/carray_ext.c:4:
/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
bcolz/carray_ext.c:47402:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
47402 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
      |                         ^
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from bcolz/carray_ext.c:4:
/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
bcolz/carray_ext.c:47402:25: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
47402 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
      |                         ^
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from bcolz/carray_ext.c:4:
/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here
  580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      |                                             ^~~~~~~~~~~~~~~~~~~
bcolz/carray_ext.c:47402:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
47402 |                         (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
      |                         ^
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from bcolz/carray_ext.c:4:
/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
E: pybuild pybuild:352: build: plugin distutils failed with: exit code=1: /usr/bin/python3.9 setup.py build
dh_auto_build: error: pybuild --build -i python{version} -p "3.9 3.8" returned exit code 13
make: *** [debian/rules:17: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2020-10-10T09:29:54Z

--- End Message ---
--- Begin Message ---
Source: bcolz
Source-Version: 1.2.1+ds2-7
Done: Matthias Klose <doko@debian.org>

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

Debian distribution maintenance software
pp.
Matthias Klose <doko@debian.org> (supplier of updated bcolz 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 13 Oct 2020 13:34:55 +0200
Source: bcolz
Architecture: source
Version: 1.2.1+ds2-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Closes: 971961
Changes:
 bcolz (1.2.1+ds2-7) unstable; urgency=medium
 .
   * QA upload.
   * Force running cython. Closes: #971961.
Checksums-Sha1:
 6d93426b5aa37662146b1a8bde89907ad14693a2 2483 bcolz_1.2.1+ds2-7.dsc
 38c75e1169323ab46126a3896a14697eda9d106d 6032 bcolz_1.2.1+ds2-7.debian.tar.xz
 ce70694faa756c3b9a1e2393a9ebbac6aa16f3a4 8073 bcolz_1.2.1+ds2-7_source.buildinfo
Checksums-Sha256:
 6348d885c18e56cff156d6b63225a51e2cb46918bede32a3bc8889ffde5a8bd7 2483 bcolz_1.2.1+ds2-7.dsc
 7787f24c4a18bf24b5a3832cabe68b189a79d82b594a84b3c8d8607a6f2c6b43 6032 bcolz_1.2.1+ds2-7.debian.tar.xz
 1ac4d384e50ec42079e42e8c77a22fd9357fd80280f2b22871c544fde6497e0d 8073 bcolz_1.2.1+ds2-7_source.buildinfo
Files:
 bc5969d1fcef40702bea0912c71184a6 2483 science optional bcolz_1.2.1+ds2-7.dsc
 adf8b0fd35f44d4d90345ccfd6b75b5a 6032 science optional bcolz_1.2.1+ds2-7.debian.tar.xz
 438332bf28939f3389ec3c5ed75a7145 8073 science optional bcolz_1.2.1+ds2-7_source.buildinfo

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

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAl+FkcAQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9QiyD/9L2ZOMG0SXCKCh8r6/SkYx58pQ0E0VfN50
6eWynNUHAmtiqToTpUTNWQmKDXPMJq7EYvUckrJGXZ3J1dWYwkokZ/EiB9qR2Fp3
sYK+3RchjLQd1znLwCczDub7G1iGnO8SXlyPKvQM8YNRtNpzA4BVlPnFVIdT5SX1
AucZSVL09p/BYK/dzSkXbo2eVXIf0pbioS1X3wB7xOaghPcvtS0G49fwVnTwyGVG
Iw+4EELu8tNAwldRwwYCgiORQ2xEAd5iVcAxNc2mXL/VTQufvdqV7v3qRUQkldqv
Ob+OWQypttsvrN0lTUw/YVKnhJn6wwSvxEpNFi+7fRhSulrkzAPPcuUc68ONmWv3
SRrZHK1cFvlhV/yqHx/TEKvpPBWD2LPLo1T2+Klv9mBQ4RzFslyhl5RJ+mIGuugP
OrVo8/etR1+IYn5VTPNer5+SMXvaU2Lws0129/q0+JDr6vKPosEjVQ9W5BSN2qHj
IGpnUmBbEYqjgf51B1oHUj+BRncS0U/0yh/WvqGkVU4LHynRdmEa+HLN3Ggg6EKA
WVmCQ8gvV2TLxAas8d/I0BWw72hGMepvZO7eXyGFQBW7jbNEosjCmZtwqRGXnRVL
jJObdWX6uHjXuBH3++mzJJA87NOi6jXJAcNKpok+RLjgXzhy10Kx3DPPrb9iCiuZ
7eE1xJlnTg==
=oUZo
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: