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 fails. image.so #672

Open
Ygarr opened this issue Nov 18, 2021 · 0 comments
Open

Build fails. image.so #672

Ygarr opened this issue Nov 18, 2021 · 0 comments

Comments

@Ygarr
Copy link

Ygarr commented Nov 18, 2021

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

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

No branches or pull requests

1 participant