Bug 2220213

Summary: F39FailsToInstall: python3-ezdxf+draw5, python3-ezdxf
Product: [Fedora] Fedora Reporter: Fedora Fails To Install <fti-bugs>
Component: python-ezdxfAssignee: Ben Beasley <code>
Status: CLOSED ERRATA QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: code
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-ezdxf-1.0.3-5.fc39 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-07-10 20:06:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2220249    
Bug Blocks: 2135404, 2168845, 2220540    

Description Fedora Fails To Install 2023-07-05 19:11:32 UTC
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!

Comment 1 Ben Beasley 2023-07-10 14:56:02 UTC
$ 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

Comment 2 Ben Beasley 2023-07-10 17:26:43 UTC
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 =============

Comment 3 Ben Beasley 2023-07-10 17:29:25 UTC
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.

Comment 4 Fedora Update System 2023-07-10 20:04:55 UTC
FEDORA-2023-836eae9c8a has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-836eae9c8a

Comment 5 Fedora Update System 2023-07-10 20:06:56 UTC
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.