https://bugzilla.redhat.com/show_bug.cgi?id=2247262
Bug ID: 2247262 Summary: nemo-extensions fails to build with Python 3.13: error: implicit declaration of function PySys_SetArgv Product: Fedora Version: rawhide Status: NEW Component: nemo-extensions Assignee: leigh123linux@googlemail.com Reporter: ksurma@redhat.com QA Contact: extras-qa@fedoraproject.org CC: epel-packagers-sig@lists.fedoraproject.org, ksurma@redhat.com, leigh123linux@googlemail.com, mhroncok@redhat.com, riehecky@fnal.gov Blocks: 2244836 (PYTHON3.13) Target Milestone: --- Classification: Fedora
nemo-extensions fails to build with Python 3.13.0a1.
../src/nemo-python.c: In function ‘nemo_python_init_python’: ../src/nemo-python.c:192:9: error: implicit declaration of function ‘PySys_SetArgv’ [-Werror=implicit-function-declaration] 192 | PySys_SetArgv(1, argv); | ^~~~~~~~~~~~~
According to https://docs.python.org/3.13/whatsnew/3.13.html: Remove the following old functions to configure the Python initialization, deprecated in Python 3.11: PySys_AddWarnOptionUnicode(): use PyConfig.warnoptions instead. PySys_AddWarnOption(): use PyConfig.warnoptions instead. PySys_AddXOption(): use PyConfig.xoptions instead. PySys_HasWarnOptions(): use PyConfig.xoptions instead. PySys_SetArgvEx(): set PyConfig.argv instead. PySys_SetArgv(): set PyConfig.argv instead. PySys_SetPath(): set PyConfig.module_search_paths instead. Py_SetPath(): set PyConfig.module_search_paths instead. Py_SetProgramName(): set PyConfig.program_name instead. Py_SetPythonHome(): set PyConfig.home instead. Py_SetStandardStreamEncoding(): set PyConfig.stdio_encoding instead, and set also maybe PyConfig.legacy_windows_stdio (on Windows). _Py_SetProgramFullPath(): set PyConfig.executable instead.
https://docs.python.org/3.13/whatsnew/3.13.html
For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.13/fedora-ra...
For all our attempts to build nemo-extensions with Python 3.13, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.13/package/nemo-ext...
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.13: https://copr.fedorainfracloud.org/coprs/g/python/python3.13/
Let us know here if you have any questions.
Python 3.13 is planned to be included in Fedora 41. To make that update smoother, we're building Fedora packages with all pre-releases of Python 3.13. 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.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2244836 [Bug 2244836] Python 3.13
https://bugzilla.redhat.com/show_bug.cgi?id=2247262
leigh scott leigh123linux@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|40 |rawhide
https://bugzilla.redhat.com/show_bug.cgi?id=2247262
Karolina Surma ksurma@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |nemo-extensions-6.0.1-6.fc4 | |1 Resolution|--- |COMPLETED Status|NEW |CLOSED Last Closed| |2024-09-04 16:05:44
epel-packagers-sig@lists.fedoraproject.org