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!
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.