Your message dated Fri, 20 Sep 2024 17:49:01 +0000
with message-id <[email protected]>
and subject line Bug#1081542: fixed in python-greenlet 3.1.0-1
has caused the Debian Bug report #1081542,
regarding FTBFS with Python 3.13
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.)


-- 
1081542: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081542
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-greenlet
Version: 3.0.1-3
Tags: upstream patch
Severity: normal
User: [email protected]
Usertags: python3.13
Forwarded: https://github.com/python-greenlet/greenlet/issues/392

This package failed build from source when test-built against a version of
python3-defaults that includes 3.13 as a supported version.

To reproduce this issue, build against python3-defaults (python3-all-dev etc.)
from Debian experimental.

What's new in Python 3.13:
https://docs.python.org/3.13/whatsnew/3.13.html

Log snippet:

creating build/temp.linux-aarch64-cpython-313/<<PKGBUILDDIR>>/src/greenlet
aarch64-linux-gnu-g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -mbranch-protection=standard -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.13 -c 
/<<PKGBUILDDIR>>/src/greenlet/greenlet.cpp -o 
build/temp.linux-aarch64-cpython-313/<<PKGBUILDDIR>>/src/greenlet/greenlet.o
In file included from /<<PKGBUILDDIR>>/src/greenlet/greenlet_greenlet.hpp:26,
                 from /<<PKGBUILDDIR>>/src/greenlet/greenlet_internal.hpp:20,
                 from /<<PKGBUILDDIR>>/src/greenlet/greenlet.cpp:19:
/usr/include/python3.13/internal/pycore_frame.h:8:4: error: #error "this header 
requires Py_BUILD_CORE define"
    8 | #  error "this header requires Py_BUILD_CORE define"
      |    ^~~~~
In file included from /usr/include/python3.13/internal/pycore_frame.h:13:
/usr/include/python3.13/internal/pycore_code.h:8:4: error: #error "this header 
requires Py_BUILD_CORE define"
    8 | #  error "this header requires Py_BUILD_CORE define"
      |    ^~~~~
In file included from /usr/include/python3.13/internal/pycore_code.h:11:
/usr/include/python3.13/internal/pycore_lock.h:13:4: error: #error "this header 
requires Py_BUILD_CORE define"
   13 | #  error "this header requires Py_BUILD_CORE define"
      |    ^~~~~
In file included from /usr/include/python3.13/internal/pycore_code.h:12:
/usr/include/python3.13/internal/pycore_backoff.h:9:4: error: #error "this 
header requires Py_BUILD_CORE define"
    9 | #  error "this header requires Py_BUILD_CORE define"
      |    ^~~~~
/<<PKGBUILDDIR>>/src/greenlet/greenlet_greenlet.hpp:104:9: error: ‘_PyCFrame’ 
does not name a type; did you mean ‘_frame’?
  104 |         _PyCFrame* cframe;
      |         ^~~~~~~~~
      |         _frame
/<<PKGBUILDDIR>>/src/greenlet/greenlet_greenlet.hpp:138:29: error: ‘_PyCFrame’ 
has not been declared
  138 |         void set_new_cframe(_PyCFrame& frame) noexcept;
      |                             ^~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/greenlet/greenlet.cpp:33:
/<<PKGBUILDDIR>>/src/greenlet/TUserGreenlet.cpp: In member function ‘virtual 
greenlet::Greenlet::switchstack_result_t 
greenlet::UserGreenlet::g_initialstub(void*)’:
/<<PKGBUILDDIR>>/src/greenlet/TUserGreenlet.cpp:280:5: error: ‘_PyCFrame’ was 
not declared in this scope; did you mean ‘_frame’?
  280 |     _PyCFrame trace_info;
      |     ^~~~~~~~~
      |     _frame
/<<PKGBUILDDIR>>/src/greenlet/TUserGreenlet.cpp:282:39: error: ‘trace_info’ was 
not declared in this scope
  282 |     this->python_state.set_new_cframe(trace_info);
      |                                       ^~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/greenlet/greenlet.cpp:36:
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp: In constructor 
‘greenlet::PythonState::PythonState()’:
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp:12:6: error: class 
‘greenlet::PythonState’ does not have any field named ‘cframe’
   12 |     ,cframe(nullptr)
      |      ^~~~~~
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp:82:11: error: ‘class 
greenlet::PythonState’ has no member named ‘cframe’
   82 |     this->cframe = &PyThreadState_GET()->root_cframe;
      |           ^~~~~~
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp:82:42: error: ‘PyThreadState’ 
{aka ‘struct _ts’} has no member named ‘root_cframe’
   82 |     this->cframe = &PyThreadState_GET()->root_cframe;
      |                                          ^~~~~~~~~~~
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp: In member function ‘void 
greenlet::PythonState::operator<<(const PyThreadState*)’:
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp:128:11: error: ‘class 
greenlet::PythonState’ has no member named ‘cframe’
  128 |     this->cframe = tstate->cframe;
      |           ^~~~~~
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp:128:28: error: ‘const 
PyThreadState’ {aka ‘const struct _ts’} has no member named ‘cframe’
  128 |     this->cframe = tstate->cframe;
      |                            ^~~~~~
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp:136:31: error: 
‘C_RECURSION_LIMIT’ was not declared in this scope; did you mean 
‘Py_C_RECURSION_LIMIT’?
  136 |     this->c_recursion_depth = C_RECURSION_LIMIT - 
tstate->c_recursion_remaining;
      |                               ^~~~~~~~~~~~~~~~~
      |                               Py_C_RECURSION_LIMIT
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp:140:35: error: ‘const 
PyThreadState’ {aka ‘const struct _ts’} has no member named ‘cframe’
  140 |     this->current_frame = tstate->cframe->current_frame;
      |                                   ^~~~~~
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp:156:42: error: ‘const 
PyThreadState’ {aka ‘const struct _ts’} has no member named ‘trash’
  156 |     this->trash_delete_nesting = tstate->trash.delete_nesting;
      |                                          ^~~~~
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp: In member function ‘void 
greenlet::PythonState::operator>>(PyThreadState*)’:
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp:175:13: error: ‘PyThreadState’ 
{aka ‘struct _ts’} has no member named ‘cframe’
  175 |     tstate->cframe = this->cframe;
      |             ^~~~~~
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp:175:28: error: ‘class 
greenlet::PythonState’ has no member named ‘cframe’
  175 |     tstate->cframe = this->cframe;
      |                            ^~~~~~
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp:189:37: error: 
‘C_RECURSION_LIMIT’ was not declared in this scope; did you mean 
‘Py_C_RECURSION_LIMIT’?
  189 |     tstate->c_recursion_remaining = C_RECURSION_LIMIT - 
this->c_recursion_depth;
      |                                     ^~~~~~~~~~~~~~~~~
      |                                     Py_C_RECURSION_LIMIT
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp:200:13: error: ‘PyThreadState’ 
{aka ‘struct _ts’} has no member named ‘cframe’
  200 |     tstate->cframe->current_frame = this->current_frame;
      |             ^~~~~~
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp:206:13: error: ‘PyThreadState’ 
{aka ‘struct _ts’} has no member named ‘trash’
  206 |     tstate->trash.delete_nesting = this->trash_delete_nesting;
      |             ^~~~~
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp: At global scope:
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp:266:6: error: variable or field 
‘set_new_cframe’ declared void
  266 | void PythonState::set_new_cframe(_PyCFrame& frame) noexcept
      |      ^~~~~~~~~~~
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp:266:34: error: ‘_PyCFrame’ was 
not declared in this scope; did you mean ‘_frame’?
  266 | void PythonState::set_new_cframe(_PyCFrame& frame) noexcept
      |                                  ^~~~~~~~~
      |                                  _frame
/<<PKGBUILDDIR>>/src/greenlet/TPythonState.cpp:266:45: error: ‘frame’ was not 
declared in this scope; did you mean ‘_frame’?
  266 | void PythonState::set_new_cframe(_PyCFrame& frame) noexcept
      |                                             ^~~~~
      |                                             _frame
/<<PKGBUILDDIR>>/src/greenlet/greenlet.cpp: In function ‘PyObject* 
mod_get_tstate_trash_delete_nesting(PyObject*)’:
/<<PKGBUILDDIR>>/src/greenlet/greenlet.cpp:1340:36: error: ‘PyThreadState’ {aka 
‘struct _ts’} has no member named ‘trash’
 1340 |     return PyLong_FromLong(tstate->trash.delete_nesting);
      |                                    ^~~~~
error: command '/usr/bin/aarch64-linux-gnu-g++' failed with exit code 1
E: pybuild pybuild:389: build: plugin distutils failed with: exit code=1: 
/usr/bin/python3.13 setup.py build 

If required, the full build log is available here (for the next 30 days):
https://debusine.debian.net/artifact/705520/

This bug has been filed at "normal" severity, as we haven't started the
transition to add 3.13 as a supported version, yet. This will be raised to RC
as soon as that happens, hopefully well before trixie.

Thanks,

Stefano

--- End Message ---
--- Begin Message ---
Source: python-greenlet
Source-Version: 3.1.0-1
Done: Stefano Rivera <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-greenlet, 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.
Stefano Rivera <[email protected]> (supplier of updated python-greenlet 
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: SHA512

Format: 1.8
Date: Fri, 20 Sep 2024 19:00:48 +0200
Source: python-greenlet
Architecture: source
Version: 3.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>,
Changed-By: Stefano Rivera <[email protected]>
Closes: 1066996 1081542
Changes:
 python-greenlet (3.1.0-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream release.
     - Supports sh4 (Closes: #1066996)
     - Supports Python 3.13 (Closes: #1081542)
   * Drop patch arm32-tests, superseded upstream.
   * Build-Depend on furo sphinx theme.
   * Support the nodoc build profile.
   * Bump Standards-Version to 4.7.0, no changes needed.
   * Bump copyright years.
   * Drop XB-Python-Version, no longer used.
Checksums-Sha1:
 84178637158203ff05f45cb9d136854ba7202d10 1744 python-greenlet_3.1.0-1.dsc
 a811f75016f1baab07fda4f11d6b8b6087391fc2 177964 
python-greenlet_3.1.0.orig.tar.gz
 2b03a648d92850ab090289c122ff419484d7d73f 10368 
python-greenlet_3.1.0-1.debian.tar.xz
 bd8f3163638aa8431e94958d3121213df5f109c4 8560 
python-greenlet_3.1.0-1_source.buildinfo
Checksums-Sha256:
 aa60855523726485037c4707abc63d7b623849c36d13e28526580b65f28bf4eb 1744 
python-greenlet_3.1.0-1.dsc
 65f09f918f2243ddf1cba25f7203a296f0f4c8eee732e0f2daeb70748e743b49 177964 
python-greenlet_3.1.0.orig.tar.gz
 026cb3395af57c4864c9c7fffb04ed20bd3ac0f3fc0659202e2d70a3536ec008 10368 
python-greenlet_3.1.0-1.debian.tar.xz
 473921e28e09aeaffbc0b9eba8dc936038edff2ba40ff68b62f97d4261671e53 8560 
python-greenlet_3.1.0-1_source.buildinfo
Files:
 ba61188d71d538745b8bf91a0d8b1d7d 1744 python optional 
python-greenlet_3.1.0-1.dsc
 eecee67c5947dcd3ca8ecdb15f0b7835 177964 python optional 
python-greenlet_3.1.0.orig.tar.gz
 7049a1972cd5efc2b19e678d00ca439f 10368 python optional 
python-greenlet_3.1.0-1.debian.tar.xz
 3794754986bf22478b8f0a1d2a2345d7 8560 python optional 
python-greenlet_3.1.0-1_source.buildinfo

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

iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCZu2xXRQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2Oo9AQDlGDo6PPDQCkHSwwh3csEIO8EN9vTr
Gdj4wDLCAw6UOQD/QssKkEenUu/Ds0oSg4wKWVEr0jL0M5iHIffS4RRcAQ8=
=2GJR
-----END PGP SIGNATURE-----

Attachment: pgpkM8B7ooY03.pgp
Description: PGP signature


--- End Message ---

Reply via email to