We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
master, 4.3
Debian testing; SCons 4.5.2; Python 3.12.6
Run scons module_jpg_enabled="no" after which you will see following warning:
scons module_jpg_enabled="no"
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:
scons module_jpg_enabled="no" module_basis_universal_enabled="no"
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
scons module_webp_enabled="no"
scons module_basis_universal_enabled="no"
so I think that the problem is with recursive dependencies
N/A
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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: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:But after that build process won't stuck.
If you run
scons module_webp_enabled="no"
orscons module_basis_universal_enabled="no"
you won't get any warningsso I think that the problem is with recursive dependencies
Steps to reproduce
N/A
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: