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
scons target="q3map2.urt" 2 scons: Reading SConscript files ... reading saved configuration from site.conf saving updated configuration emit build rules emit configuration: config: target=['q3map2.urt', ''] config=['release'] scons: done reading SConscript files. scons: Building targets ... FinishBuild(["finish"], []) Lookup and bundle the PNG and JPEG libraries ldd: install/modules/image.so: No such file or directory ldd failed with error code 1 and output:b'' scons: *** [finish] AssertionError : Traceback (most recent call last): File "/.../GtkRadiant/config.py", line 426, in FinishBuild module_ldd = subprocess.check_output( ['ldd', '-r', 'install/modules/image.so'] ).decode( 'utf-8' ) File "/usr/lib/python3.9/subprocess.py", line 424, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib/python3.9/subprocess.py", line 528, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['ldd', '-r', 'install/modules/image.so']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/SCons/Action.py", line 1279, in execute result = self.execfunction(target=target, source=rsources, env=env) File "/.../GtkRadiant/config.py", line 429, in FinishBuild assert( False ) AssertionError scons: building terminated because of errors.
OS:Arch-based
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OS:Arch-based
The text was updated successfully, but these errors were encountered: