Bug 1991892
Summary: | F35FailsToInstall: python3-usd, usd, usd-libs | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | usd | Assignee: | Luya Tshimbalanga <luya_tfz> |
Status: | CLOSED NEXTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 35 | CC: | code, luya_tfz, negativo17 |
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: | 2021-08-12 03:13:15 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: | |||
Bug Blocks: | 1927313, 1992487 |
Description
Miro Hrončok
2021-08-10 10:59:17 UTC
Weren’t the change owners for https://fedoraproject.org/wiki/Changes/F35Boost176 going to take care of rebuilding dependent packages? This package has a simple “BuildRequires: boost-devel” and should have been included. In this case, the build wouldn’t have worked because there are problems finding OpenEXR 3, which will take more work to resolve (and dependency OpenImageIO already uses OpenEXR 3, so switching to the OpenEXR 2 compat package doesn’t seem to be an option). This bug appears to have been reported against 'rawhide' during the Fedora 35 development cycle. Changing version to 35. I have patched the OpenEXR 3 problems. I am not terribly proud of the patch, and it is not good enough to offer upstream. I have also reported the issue upstream (https://github.com/PixarAnimationStudios/USD/issues/1591). Now it turns out that the package cannot rebuild with glibc 2.34 because it uses removed deprecated allocation hooks (https://github.com/PixarAnimationStudios/USD/issues/1592). I’m not really sure what the best way to handle that is. After several fixes and workarounds, USD builds in F35 and Rawhide/F36. Unless there is some other problem, it should install too. |