Bug 2096956
Summary: | h5py fails to build on power: Insufficient precision in available types to represent (127, 112, 15, 0, 112) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | h5py | Assignee: | Terje Røsten <terje.rosten> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | dan, orion, steve.traylen, terje.rosten, thrnciar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | h5py-3.7.0-2.fc37 h5py-3.6.0-1.1.fc36 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-06-14 17:22:55 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: | |||
Bug Blocks: | 1071880, 1992484, 2016048, 2045102 |
Description
Miro Hrončok
2022-06-14 15:43:52 UTC
The last successful build of h5py has been made with the ieee128 type as default, but the new type likely still plays a role in this failure as the log points to Float128 and long double. and they have a special case for ppc64 and float128, see https://github.com/h5py/h5py/blob/master/h5py/h5t.pyx#L285 perhaps it just need to be removed ... Terje, I think the fix from rawhide should go into f36 as well. The original successful build in f36 used the old nympy (not rebuilt with the ieee128 long double) thus it required the workaround from the h5py code I guess. FEDORA-2022-94490f62c1 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-94490f62c1 FEDORA-2022-94490f62c1 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-94490f62c1` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-94490f62c1 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-94490f62c1 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. |