Your message dated Wed, 07 Feb 2024 07:49:47 +0000
with message-id <e1rxcgl-001t1m...@fasolo.debian.org>
and subject line Bug#1061376: fixed in pam-python 1.1.0~git20220701.1d4e111-0.5
has caused the Debian Bug report #1061376,
regarding pam-python ftbfs with Python 3.12 as default
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.)


-- 
1061376: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061376
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pam-python
Version: 1.1.0~git20220701.1d4e111-0.4
Severity: serious
Tags: sid trixie ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.12

with python3-defaults from experimental:

a work around is to build without -Werror.

[...]
running build_ext
building 'pam_python' extension
creating build
creating build/temp.linux-x86_64-cpython-312
x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/pam-python-1.1.0~git20220701.1d4e111-0.4 -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Werror -I/usr/local/lib/ -Wdate-time -D_FORTIFY_SOURCE=3 -fPIC -g -DLIBPYTHON_SO=\"libpython3.12.so.1.0\" -I/usr/include/python3.12 -c pam_python.c -o build/temp.linux-x86_64-cpython-312/pam_python.o
Running Sphinx v7.2.6
pam_python.c: In function ‘initialise_python’:
pam_python.c:130:3: error: ‘Py_DontWriteBytecodeFlag’ is deprecated [-Werror=deprecated-declarations]
  130 |   Py_DontWriteBytecodeFlag = 1;
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/python3.12/Python.h:48,
                 from pam_python.c:44:
/usr/include/python3.12/cpython/pydebug.h:18:37: note: declared here
   18 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_DontWriteBytecodeFlag;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~
pam_python.c:131:3: error: ‘Py_IgnoreEnvironmentFlag’ is deprecated [-Werror=deprecated-declarations] 131 | Py_IgnoreEnvironmentFlag = 1; /* Required to mitigate CVE-2019-16729 */
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/python3.12/cpython/pydebug.h:17:37: note: declared here
   17 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_IgnoreEnvironmentFlag;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~
pam_python.c:132:3: error: ‘Py_NoUserSiteDirectory’ is deprecated [-Werror=deprecated-declarations] 132 | Py_NoUserSiteDirectory = 1; /* Required to mitigate CVE-2019-16729 */
      |   ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/python3.12/cpython/pydebug.h:19:37: note: declared here
   19 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_NoUserSiteDirectory;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
pam_python.c:134:3: error: ‘Py_IsolatedFlag’ is deprecated [-Werror=deprecated-declarations]
  134 |   Py_IsolatedFlag = 1;
      |   ^~~~~~~~~~~~~~~
/usr/include/python3.12/cpython/pydebug.h:22:37: note: declared here
   22 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_IsolatedFlag;
      |                                     ^~~~~~~~~~~~~~~

--- End Message ---
--- Begin Message ---
Source: pam-python
Source-Version: 1.1.0~git20220701.1d4e111-0.5
Done: Mike Gabriel <sunwea...@debian.org>

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

Debian distribution maintenance software
pp.
Mike Gabriel <sunwea...@debian.org> (supplier of updated pam-python 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: SHA256

Format: 1.8
Date: Wed, 07 Feb 2024 08:07:10 +0100
Source: pam-python
Architecture: source
Version: 1.1.0~git20220701.1d4e111-0.5
Distribution: unstable
Urgency: medium
Maintainer: Russell Stuart <russell-deb...@stuart.id.au>
Changed-By: Mike Gabriel <sunwea...@debian.org>
Closes: 1061376
Changes:
 pam-python (1.1.0~git20220701.1d4e111-0.5) unstable; urgency=medium
 .
   * debian/patches:
     + Add 1001_Py_DontWriteBytecodeFlag-deprecation-in-py312.patch.
       Use new PyConfig API for setting global config vars starting
       with Python 3.12. (Closes: #1061376).
Checksums-Sha1:
 ebbf2e71506e7e58579d3c2c553d0cafe929db83 2313 
pam-python_1.1.0~git20220701.1d4e111-0.5.dsc
 3d05b917888f7c4090fa3d0d4ac16bfb616b578f 18576 
pam-python_1.1.0~git20220701.1d4e111-0.5.debian.tar.xz
 d72c2b63a9f419b50fad4f9ea92da2d5dd2451d1 8903 
pam-python_1.1.0~git20220701.1d4e111-0.5_source.buildinfo
Checksums-Sha256:
 0443df4eb0c9a7c3dcdffa12b8656a15a0e8ceb620febd1b16777ff4a485b90f 2313 
pam-python_1.1.0~git20220701.1d4e111-0.5.dsc
 160c5b9841463926d8f7d71073950faef674f0c9c81e79c4dfd7d68f1029f179 18576 
pam-python_1.1.0~git20220701.1d4e111-0.5.debian.tar.xz
 680d3974fc9c6527eba72f2acc47955cac3720aa9b34b20192a021720a297a5e 8903 
pam-python_1.1.0~git20220701.1d4e111-0.5_source.buildinfo
Files:
 d44243b3cd3e1e1cc1e2ee502dc6d79d 2313 admin optional 
pam-python_1.1.0~git20220701.1d4e111-0.5.dsc
 30512c7703d1f5e62dcebdea9d970bfb 18576 admin optional 
pam-python_1.1.0~git20220701.1d4e111-0.5.debian.tar.xz
 f983b5157b2449f3cda085998e740852 8903 admin optional 
pam-python_1.1.0~git20220701.1d4e111-0.5_source.buildinfo

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

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAmXDMYkVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxknkP/1CT6409FKN9GQTGtrmxtNlrhnHm
TQH2kfAyvVwNSv4o5CDY6FLDcCzRaiCaOvmwheR3B2OCudePwggWrKgb7AuLbibc
wGXAw9mRCtiw4Q6Vj/IcET+lE4kyvlitnWZM0oV3ZQVl8zdoGhhDWlrhEPjMIAx8
XBZJLjaZFrDJtlbSwNW4mEYvrJd7dlwoFFoLVNP3CkB3ejkTPsoiB2Szbsc5szF0
QAFRAXLc6ZWcSqR++K8NLdxoaq3XvE/yitoHg3a5NYhqMwCcxA5S8mpAZX2kC5az
wAxBo2/cj5+9t79lBPx05cUqOahF8MQwG/3FGDqqEpQzuW2gin3KHmKUiQMf5oHy
WltYrGowegBf+maMThrxgdB74Yfioeml+mPXXlsCMz0AR9v8KSTeGh1nGLfpm33o
/yXfYGidfriqmvOauwpvYj0WnUfxjgnzAnQdFS43x22Rj/lK56EuKo+kVPDk0pYH
30b5XE0xZsZmDKS/hX3NOSp9wfcwdu3jnW5L8HcJCNLyokS4rFRzWdkq73zx7DJT
94ja8vcU3BTzph3aGlzIfdEceQk5EiyDtFHSdI9zXcjafMs8+XZc7YxJqPymTZ7g
0R5Waj5GBSPdisb2yWvCpA2oRSPeqplz1BphZx5TtYgAJpIrSHroWPr0irq+VpEj
hACvkSlml7oGMK83
=RcV4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to