Bug 2144197
Summary: | Apparent incompatibility with mpfr 4.1.1 (compiler error) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ben Beasley <code> |
Component: | CGAL | Assignee: | Laurent Rineau <laurent.rineau__fedora> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | laurent.rineau__fedora |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-11-24 12:39:13 UTC | Type: | Bug |
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: | 2147377 | ||
Bug Blocks: |
Description
Ben Beasley
2022-11-19 19:55:15 UTC
We also have an upstream issue: https://github.com/CGAL/cgal/issues/7064. It is said that is an issue of MPFR itself. Thanks for finding the upstream issue. Looks like it was reported upstream to CGAL at almost the same time I reported it downstream here. See also the upstream bug (MPFR): https://gitlab.inria.fr/mpfr/mpfr/-/issues/1 Things are progressing. The upstream MPFR team has issued a patch (see the Bugs section of https://www.mpfr.org/mpfr-4.1.1/#bugs), and I reported bug #2147377. Now, mpfr in Fedora Rawhide (f38) has been rebuild with the patch: https://bodhi.fedoraproject.org/updates/FEDORA-2022-7f5a496474 Ben, can you confirm that new build of mpfr solves the issue you got with python-graph-tool? (In reply to Laurent Rineau from comment #4) > Ben, can you confirm that new build of mpfr solves the issue you got with > python-graph-tool? I just kicked off a local test-rebuild, and it was able to detect CGAL without -fpermissive, so it looks like the problem is solved. It will take a few hours to complete a full rebuild without -fpermissive, but I don’t expect I will encounter any further problems. Thanks! |