Bug 2082569 - folly fails to build with Python 3.11: error: incompatible pointer types assigning to 'PyTracebackObject *' (aka '_traceback *') from 'PyObject *' (aka '_object *')
Summary: folly fails to build with Python 3.11: error: incompatible pointer types assi...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: folly
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Davide Cavalca
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON3.11
TreeView+ depends on / blocked
 
Reported: 2022-05-06 12:36 UTC by Tomáš Hrnčiar
Modified: 2022-07-16 09:28 UTC (History)
6 users (show)

Fixed In Version: folly-2022.03.14.00-5.fc37
Clone Of:
Environment:
Last Closed: 2022-07-16 09:28:48 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tomáš Hrnčiar 2022-05-06 12:36:47 UTC
folly fails to build with Python 3.11.0a7.

folly/iobuf.cpp:23811:14: error: incompatible pointer types assigning to 'PyTracebackObject *' (aka '_traceback *') from 'PyObject *' (aka '_object *')
        tb = __Pyx__ExceptionGetTraceback(exc_state->exc_value);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

https://bugs.python.org/issue?@action=redirect&bpo=45711
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/04369381-folly/

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

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 Fedora Admin user for bugzilla script actions 2022-07-09 00:09:59 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 2 Fedora Admin user for bugzilla script actions 2022-07-09 12:10:24 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 3 Mamoru TASAKA 2022-07-16 09:28:48 UTC
Fixed.


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