Your message dated Wed, 10 Feb 2021 16:20:17 +0000
with message-id <[email protected]>
and subject line Bug#972032: fixed in setools 4.3.0-2
has caused the Debian Bug report #972032,
regarding python-setools ftbfs with python3.9 as supported python version
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 [email protected]
immediately.)


-- 
972032: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972032
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-setools
Version: 4.3.0-1
Severity: important
Tags: sid bullseye
User: [email protected]
Usertags: python3.9

building 'setools.policyrep' extension
creating build
creating build/temp.linux-x86_64-3.9
creating build/temp.linux-x86_64-3.9/setools
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=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wno-sign-compare
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c
setools/policyrep.c -o build/temp.linux-x86_64-3.9/setools/policyrep.o -Werror
-Wextra -Waggregate-return -Wfloat-equal -Wformat -Wformat=2 -Winit-self
-Wmissing-format-attribute -Wmissing-include-dirs -Wnested-externs
-Wold-style-definition -Wpointer-arith -Wstrict-prototypes -Wunknown-pragmas
-Wwrite-strings -Wno-unused-parameter -Wno-suggest-attribute=format
-Wno-sign-compare -Wno-cast-qual -Wno-unreachable-code -Wno-implicit-fallthrough
-Wno-cast-function-type -fno-exceptions
setools/policyrep.c: In function 
‘__pyx_pf_7setools_9policyrep_6AVRule_9statement’:
setools/policyrep.c:91486:3: error: ‘_PyUnicode_get_wstr_length’ is deprecated
[-Werror=deprecated-declarations]
91486 |   __pyx_t_1 = (__pyx_v_self->__pyx_base.rule_string !=
Py_None)&&(__Pyx_PyUnicode_IS_TRUE(__pyx_v_self->__pyx_base.rule_string) != 0);
      |   ^~~~~~~~~
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from setools/policyrep.c:46:
/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
setools/policyrep.c:91486:3: error: ‘PyUnicode_AsUnicode’ is deprecated
[-Werror=deprecated-declarations]
91486 |   __pyx_t_1 = (__pyx_v_self->__pyx_base.rule_string !=
Py_None)&&(__Pyx_PyUnicode_IS_TRUE(__pyx_v_self->__pyx_base.rule_string) != 0);
      |   ^~~~~~~~~
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from setools/policyrep.c:46:
/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here
  580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      |                                             ^~~~~~~~~~~~~~~~~~~
setools/policyrep.c:91486:3: error: ‘_PyUnicode_get_wstr_length’ is deprecated
[-Werror=deprecated-declarations]
91486 |   __pyx_t_1 = (__pyx_v_self->__pyx_base.rule_string !=
Py_None)&&(__Pyx_PyUnicode_IS_TRUE(__pyx_v_self->__pyx_base.rule_string) != 0);
      |   ^~~~~~~~~
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from setools/policyrep.c:46:
/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
setools/policyrep.c: In function
‘__pyx_pf_7setools_9policyrep_11AVRuleXperm_7statement’:
setools/policyrep.c:95424:3: error: ‘_PyUnicode_get_wstr_length’ is deprecated
[-Werror=deprecated-declarations]
95424 |   __pyx_t_1 = (__pyx_v_self->__pyx_base.rule_string !=
Py_None)&&(__Pyx_PyUnicode_IS_TRUE(__pyx_v_self->__pyx_base.rule_string) != 0);
      |   ^~~~~~~~~
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from setools/policyrep.c:46:
/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
setools/policyrep.c:95424:3: error: ‘PyUnicode_AsUnicode’ is deprecated
[-Werror=deprecated-declarations]
95424 |   __pyx_t_1 = (__pyx_v_self->__pyx_base.rule_string !=
Py_None)&&(__Pyx_PyUnicode_IS_TRUE(__pyx_v_self->__pyx_base.rule_string) != 0);
      |   ^~~~~~~~~
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from setools/policyrep.c:46:
/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here
  580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      |                                             ^~~~~~~~~~~~~~~~~~~
setools/policyrep.c:95424:3: error: ‘_PyUnicode_get_wstr_length’ is deprecated
[-Werror=deprecated-declarations]
95424 |   __pyx_t_1 = (__pyx_v_self->__pyx_base.rule_string !=
Py_None)&&(__Pyx_PyUnicode_IS_TRUE(__pyx_v_self->__pyx_base.rule_string) != 0);
      |   ^~~~~~~~~
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from setools/policyrep.c:46:
/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
setools/policyrep.c: In function 
‘__pyx_pf_7setools_9policyrep_6TERule_7statement’:
setools/policyrep.c:97299:3: error: ‘_PyUnicode_get_wstr_length’ is deprecated
[-Werror=deprecated-declarations]
97299 |   __pyx_t_1 = (__pyx_v_self->__pyx_base.rule_string !=
Py_None)&&(__Pyx_PyUnicode_IS_TRUE(__pyx_v_self->__pyx_base.rule_string) != 0);
      |   ^~~~~~~~~
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from setools/policyrep.c:46:
/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
setools/policyrep.c:97299:3: error: ‘PyUnicode_AsUnicode’ is deprecated
[-Werror=deprecated-declarations]
97299 |   __pyx_t_1 = (__pyx_v_self->__pyx_base.rule_string !=
Py_None)&&(__Pyx_PyUnicode_IS_TRUE(__pyx_v_self->__pyx_base.rule_string) != 0);
      |   ^~~~~~~~~
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from setools/policyrep.c:46:
/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here
  580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      |                                             ^~~~~~~~~~~~~~~~~~~
setools/policyrep.c:97299:3: error: ‘_PyUnicode_get_wstr_length’ is deprecated
[-Werror=deprecated-declarations]
97299 |   __pyx_t_1 = (__pyx_v_self->__pyx_base.rule_string !=
Py_None)&&(__Pyx_PyUnicode_IS_TRUE(__pyx_v_self->__pyx_base.rule_string) != 0);
      |   ^~~~~~~~~
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:97,
                 from setools/policyrep.c:46:
/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1

--- End Message ---
--- Begin Message ---
Source: setools
Source-Version: 4.3.0-2
Done: Laurent Bigonville <[email protected]>

We believe that the bug you reported is fixed in the latest version of
setools, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laurent Bigonville <[email protected]> (supplier of updated setools 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 [email protected])


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

Format: 1.8
Date: Wed, 10 Feb 2021 16:49:48 +0100
Source: setools
Architecture: source
Version: 4.3.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian SELinux maintainers <[email protected]>
Changed-By: Laurent Bigonville <[email protected]>
Closes: 941621 972032 980270
Changes:
 setools (4.3.0-2) unstable; urgency=medium
 .
   [ Laurent Bigonville ]
   * debian/control: Set Rules-Requires-Root: no
 .
   [ Debian Janitor ]
   * Trim trailing whitespace.
   * Set upstream metadata fields: Repository, Repository-Browse.
 .
   [ Christian Göttsche ]
   * d/watch: Bump to version 4
   * d/gitlab-ci.yml: Add standard salsa ci configuration
   * d/setools-gui.examples: Drop empty file
   * d/control: Bump debhelper compat to level 13
   * d/control: Bump Standards-Version to 4.5.1 (no further changes)
   * d/control: Bump dependency versions (Closes: #980270)
   * d/control: Convert cute fields
   * d/rules: Enable build hardening
   * d/patches/remove_rpath: Set patch headers
   * d/patches: Mention where to find the standard perm_map for seinfoflow
     (Closes: #941621)
   * d/upstream/metadata: Add field Bug-Submit
   * d/patches: Do not fail on deprecated-declarations warnings (Closes:
     #972032)
Checksums-Sha1:
 5a54d59cb2e1a246f1e4da422771740ba9175b63 2032 setools_4.3.0-2.dsc
 c6585ef9c5dc75ffb1b786afd93a572e2f2e1788 14336 setools_4.3.0-2.debian.tar.xz
 6b30498386aa4766e987fe554edfca6b6060f2d0 11535 setools_4.3.0-2_amd64.buildinfo
Checksums-Sha256:
 49e19bbf91f733826eba75dd2fc3f76b119ed71f2343d79641fd68ac8843d56c 2032 
setools_4.3.0-2.dsc
 131bc2ac2c0ba2c78a69a6d3fa8c75b3ee095b700d36ce96fd5514cd0aae6aeb 14336 
setools_4.3.0-2.debian.tar.xz
 828428c1a4606a66f88e7ced27c9fdd6acdb1f6fb5e87a359eb39fe2c278439a 11535 
setools_4.3.0-2_amd64.buildinfo
Files:
 26649bd78cd64162fef4d9e1a4bd78af 2032 admin optional setools_4.3.0-2.dsc
 d9bdbbf64fb52c15301f79be8abee267 14336 admin optional 
setools_4.3.0-2.debian.tar.xz
 06852c99560fc7f1edcb5854343c9893 11535 admin optional 
setools_4.3.0-2_amd64.buildinfo

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

iQFFBAEBCAAvFiEEmRrdqQAhuF2x31DwH8WJHrqwQ9UFAmAkAY4RHGJpZ29uQGRl
Ymlhbi5vcmcACgkQH8WJHrqwQ9Uz4gf+JOzBwLlNG3MOQBvNSEyMlf8bPtim7PEv
U4YpZxfMa4lNq4RuQ3AMWe1CCuBAXiVjA/Dbkr80FWrmRhTtYcydc8bmM87w1OO0
nf6FuDJSFecutQ6J9jn0abm/iiTuHaddI30wnsm30D40WA54ICjaoUMgnAR4E0wo
JIlPBfRh1iLYr98elJJizXheXkrPrGz9fat9ZZefkrt7yEuafBRFRg/GcvJIVT2s
p6GJm4qVqiTHjIl8PC4doEfBaTzFLXTxdi+FGCxTVrDkC0E/57FbhpR4B5YZatq2
2QowBCKtJ9IJEAxaEA3yEyzcWqnYIPMpWyPyxkz7YU0olOsQBtxuWA==
=94r1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to