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 (python-ezdxf) Fails To Install in Fedora 39: can't install python3-ezdxf+draw5: - nothing provides python3.11dist(matplotlib) needed by python3-ezdxf+draw5-1.0.3-3.fc39.x86_64 - nothing provides python3.11dist(pillow) needed by python3-ezdxf+draw5-1.0.3-3.fc39.x86_64 - nothing provides python3.11dist(pyqt5) needed by python3-ezdxf+draw5-1.0.3-3.fc39.x86_64 - nothing provides python(abi) = 3.11 needed by python3-ezdxf+draw5-1.0.3-3.fc39.x86_64 can't install python3-ezdxf: - nothing provides python3.11dist(typing-extensions) needed by python3-ezdxf-1.0.3-3.fc39.x86_64 - nothing provides python(abi) = 3.11 needed by python3-ezdxf-1.0.3-3.fc39.x86_64 - nothing provides python3.11dist(pyparsing) >= 2.0.1 needed by python3-ezdxf-1.0.3-3.fc39.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 python3-ezdxf+draw5 python3-ezdxf 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!
$ fedpkg mockbuild --enablerepo=local Error: Problem: cannot install the best candidate for the job - nothing provides python(abi) = 3.11 needed by python3-geomdl-5.3.1-16.fc39.x86_64 from fedora
No longer blocked by python-geomdl. Now there are some test regressions, which I have reported upstream and plan to skip for now: ============================ short test summary info ============================ FAILED tests/test_06_math/test_624_global_bspline_interpolation.py::test_chord_length_t_array[fit_points1] - assert 0.9999999999999999 == 1.0 FAILED tests/test_06_math/test_624_global_bspline_interpolation.py::test_centripetal_length_t_array[fit_points1] - assert 1.0000000000000002 == 1.0 FAILED tests/test_06_math/test_624_global_bspline_interpolation.py::test_arc_length_t_array[fit_points1] - assert 0.9999999999999999 == 1.0 FAILED tests/test_06_math/test_624_global_bspline_interpolation.py::test_bspline_interpolation[fit_points1] - ValueError: Parametrization vector t has to be normalized. FAILED tests/test_06_math/test_624_global_bspline_interpolation.py::test_bspline_interpolation_first_derivatives[fit_points1] - AssertionError FAILED tests/test_07_render/test_707_trace.py::test_add_spline_segment - ValueError: Parametrization vector t has to be normalized. FAILED tests/test_08_addons/test_811_drawing_frontend.py::test_basic_spline - ValueError: Parametrization vector t has to be normalized. ============ 7 failed, 6231 passed, 11 skipped, 8 warnings in 8.61s =============
These test regressions appear to represent small numerical errors in vectors that are supposed to be unit vectors with exactly 0.0 and 1.0 components. In general, some quantization error is inevitable in the norm of unit vectors, but maybe this special case needs exact values. Presumably upstream will know whether to loosen the test or fix the implementation. Regardless, only a few tests out of thousands fail, and they fail in a “small” way.
FEDORA-2023-836eae9c8a has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-836eae9c8a
FEDORA-2023-836eae9c8a has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report.