Bug 2084001 - python-apt fails to build with Python 3.11: error: invalid cast from type const CppPyRef to type const PyObject* {aka const _object*}
Summary: python-apt fails to build with Python 3.11: error: invalid cast from type con...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-apt
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Neal Gompa
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: PYTHON3.11
TreeView+ depends on / blocked
 
Reported: 2022-05-11 07:51 UTC by Tomáš Hrnčiar
Modified: 2022-06-22 11:49 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-06-22 11:49:14 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tomáš Hrnčiar 2022-05-11 07:51:37 UTC
python-apt fails to build with Python 3.11.0b1.

In file included from /usr/include/python3.11/Python.h:38,
                 from python/generic.h:30,
                 from python/pkgmanager.cc:9:
python/pkgmanager.cc: In copy constructor ‘CppPyRef::CppPyRef(const CppPyRef&)’:
/usr/include/python3.11/pyport.h:30:25: error: invalid cast from type ‘const CppPyRef’ to type ‘const PyObject*’ {aka ‘const _object*’}
   30 |        const_cast<type>(reinterpret_cast<const type>(expr))
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/python3.11/object.h:107:28: note: in expansion of macro ‘_Py_CAST’
  107 | #define _PyObject_CAST(op) _Py_CAST(PyObject*, (op))
      |                            ^~~~~~~~
/usr/include/python3.11/object.h:595:37: note: in expansion of macro ‘_PyObject_CAST’
  595 | #  define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op))
      |                                     ^~~~~~~~~~~~~~
python/pkgmanager.cc:146:39: note: in expansion of macro ‘Py_XINCREF’
  146 |         CppPyRef(const CppPyRef &o) { Py_XINCREF(o); this->o = o; }
      |                                       ^~~~~~~~~~
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/04392349-python-apt/

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

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 Miro Hrončok 2022-06-22 11:49:14 UTC
Closing this in bulk as it built with Python 3.11. If this needs to remain open for a followup, feel free to reopen, I won't close in bulk again.


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