Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ Your package (pythran) Fails To Install in Fedora 39: can't install pythran: - nothing provides (python3.11dist(beniget) >= 0.4 with python3.11dist(beniget) < 0.5) needed by pythran-0.12.1-2.fc38.x86_64 - nothing provides (python3.11dist(gast) >= 0.5 with python3.11dist(gast) < 0.6) needed by pythran-0.12.1-2.fc38.x86_64 - nothing provides python3.11dist(ply) >= 3.4 needed by pythran-0.12.1-2.fc38.x86_64 - nothing provides python3.11dist(numpy) needed by pythran-0.12.1-2.fc38.x86_64 - nothing provides python(abi) = 3.11 needed by pythran-0.12.1-2.fc38.x86_64 If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem. If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks. P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock: $ mock -r fedora-39-x86_64 --config-opts mirrored=False install pythran P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages Thanks!
It looks like the dependencies are OK, and pythran test failures in the Python 3.12 mass rebuild are the primary cause here. Related: MNT: do not use the deprecated imp module https://github.com/serge-sans-paille/pythran/commit/453da74eb2de73474d6c955c775e0f37ac9ccd21 Only use numpy.distutils conditionally https://github.com/serge-sans-paille/pythran/commit/cd68ac68678f1c194d5f824564d43ae7664bd061 Since both of those are in release 0.13.1, it seems likely that updating to that release may fix the Python 3.12 FTBFS. At minimum, it should improve the situation.
Related WIP PR: https://src.fedoraproject.org/rpms/pythran/pull-request/25
Upstream issue https://github.com/serge-sans-paille/pythran/issues/2121