-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
media-libs/openusd-23.11 fails due to boost issue with multiple pythons #79
Comments
@cwpenhale May be you can help with this problem?
Where is a bug? |
Maybe rebuild OCIO with the expected python as well? I see its asking about |
Yes, i try did it -> not working I try to build without ocio too (as can you see in log - it contain several attempts) |
@cwpenhale do you have working usdview? |
I think I need to recompile with "tools." Let me give it a shot. |
Been going down a rabbit hole with this one. I've got usdview to compile with PySide6, but |
@brothermechanic opened a new issue to track the effort: #81 . Close this one and pick it up there? |
Hey friends,
I've been working on an ebuild for openmoonray, and have been building and rebuilding openusd as I've been cranking on getting that whole project working. Cleaning up portage on my system, I noticed that I upgraded to python3_13 from python3_12 for some packages, and that I now had multiple pythons on my system. When I went to re-emerge openusd again, it didn't build, as boost was finding python3_13. I added this to the cmake args on the ::cg ebuild and it went through as expected:
-DPython3_EXECUTABLE="${PYTHON}"
Hope this helps. Let me know if I can provide any additional information.
Thanks!
Connor
The text was updated successfully, but these errors were encountered: