Bug 1991892

Summary: F35FailsToInstall: python3-usd, usd, usd-libs
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: usdAssignee: Luya Tshimbalanga <luya_tfz>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 35CC: 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
Hello,

Please note that this comment was generated automatically. If you feel that this output has mistakes, please contact me via email (mhroncok).

Your package (usd) Fails To Install in Fedora 35:

can't install python3-usd:
  - nothing provides libboost_python310.so.1.75.0()(64bit) needed by python3-usd-21.05-5.fc35.x86_64
  
can't install usd:
  - nothing provides libboost_program_options.so.1.75.0()(64bit) needed by usd-21.05-5.fc35.x86_64
  - nothing provides libboost_python310.so.1.75.0()(64bit) needed by usd-21.05-5.fc35.x86_64
  
can't install usd-libs:
  - nothing provides libboost_python310.so.1.75.0()(64bit) needed by usd-libs-21.05-5.fc35.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.

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 2021-08-10 12:48:44 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).

Comment 2 Ben Cotton 2021-08-10 13:38:58 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 35 development cycle.
Changing version to 35.

Comment 3 Ben Beasley 2021-08-10 17:12:57 UTC
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.

Comment 4 Ben Beasley 2021-08-12 03:13:15 UTC
After several fixes and workarounds, USD builds in F35 and Rawhide/F36. Unless there is some other problem, it should install too.