Bug 2049617 - python3-typed_ast fails to build with Python 3.11: error: expected identifier before numeric constant
Summary: python3-typed_ast fails to build with Python 3.11: error: expected identifier...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: python3-typed_ast
Version: 36
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON3.11
TreeView+ depends on / blocked
 
Reported: 2022-02-02 13:16 UTC by Tomáš Hrnčiar
Modified: 2022-03-14 14:02 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2022-03-14 14:02:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tomáš Hrnčiar 2022-02-02 13:16:40 UTC
python3-typed_ast fails to build with Python 3.11.0a4.

In file included from /usr/include/python3.11/cpython/pystate.h:5,
                 from /usr/include/python3.11/pystate.h:135,
                 from /usr/include/python3.11/Python.h:77,
                 from ast27/Custom/typed_ast.c:1:
ast27/Custom/../Include/../Include/asdl.h:11:15: error: expected identifier before numeric constant
   11 | typedef enum {false, true} bool;
      |               ^~~~~
ast27/Custom/../Include/../Include/asdl.h:11:28: error: expected ‘;’, identifier or ‘(’ before ‘_Bool’
   11 | typedef enum {false, true} bool;
      |                            ^~~~
error: command '/usr/bin/gcc' failed with exit code 1

https://docs.python.org/3.11/whatsnew/3.11.html

For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.11/fedora-rawhide-x86_64/03272833-python3-typed_ast/

For all our attempts to build python3-typed_ast with Python 3.11, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.11/package/python3-typed_ast/

Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.11:
https://copr.fedorainfracloud.org/coprs/g/python/python3.11/

Let us know here if you have any questions.

Python 3.11 is planned to be included in Fedora 37. To make that update smoother, we're building Fedora packages with all pre-releases of Python 3.11.
A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon.
We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.

Comment 1 Ben Cotton 2022-02-08 20:20:48 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 36 development cycle.
Changing version to 36.

Comment 2 Tomáš Hrnčiar 2022-03-14 14:02:11 UTC
This was fixed in Python 3.11.0a6.


Note You need to log in before you can comment on or make changes to this bug.