Skip to content
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

Build stucks if some recursive dependencies isn't satisfied #97812

Closed
dustdfg opened this issue Oct 4, 2024 · 0 comments · Fixed by #97813
Closed

Build stucks if some recursive dependencies isn't satisfied #97812

dustdfg opened this issue Oct 4, 2024 · 0 comments · Fixed by #97813

Comments

@dustdfg
Copy link
Contributor

dustdfg commented Oct 4, 2024

Tested versions

master, 4.3

System information

Debian testing; SCons 4.5.2; Python 3.12.6

Issue description

Run scons module_jpg_enabled="no" after which you will see following warning:

WARNING: Disabling 'basis_universal' module as the following dependencies are not satisfied: jpg 

After that the build process will stuck.

If you run scons module_jpg_enabled="no" module_basis_universal_enabled="no", you will get the following warning:

WARNING: Disabling 'ktx' module as the following dependencies are not satisfied: basis_universal 

But after that build process won't stuck.

If you run scons module_webp_enabled="no" or scons module_basis_universal_enabled="no" you won't get any warnings

so I think that the problem is with recursive dependencies

Steps to reproduce

N/A

Minimal reproduction project (MRP)

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants