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

scons: KeyError: 'name' #729

Closed
gavv opened this issue Jun 13, 2024 · 1 comment
Closed

scons: KeyError: 'name' #729

gavv opened this issue Jun 13, 2024 · 1 comment
Assignees
Labels
defect Something isn't working
Milestone

Comments

@gavv
Copy link
Member

gavv commented Jun 13, 2024

+ scons_cmd=(scons -Q -C roc-toolkit ${scons_opts[@]} --prefix="$QMG_SRC_DIR/roc-dist" --host=${toolchain} --build-3rdparty=$scons_3rdparty)
+ docker_run scons -Q -C roc-toolkit --enable-tests --disable-pulseaudio --prefix=/home/victor/dev/roc-streaming/qa/_work/src/60q38bhg/chjpru1df1r76c9n/roc-dist --host=x86_64-pc-linux-gnu --build-3rdparty=all
+ docker run -t --rm -u 1000 -v /home/victor/dev/roc-streaming/qa/_work/src/60q38bhg/chjpru1df1r76c9n:/home/victor/dev/roc-streaming/qa/_work/src/60q38bhg/chjpru1df1r76c9n -w /home/victor/dev/roc-streaming/qa/_work/src/60q38bhg/chjpru1df1r76c9n rocstreaming/env-ubuntu:14.04 scons -Q -C roc-toolkit --enable-tests --disable-pulseaudio --prefix=/home/victor/dev/roc-streaming/qa/_work/src/60q38bhg/chjpru1df1r76c9n/roc-dist --host=x86_64-pc-linux-gnu --build-3rdparty=all
scons: Entering directory `/home/victor/dev/roc-streaming/qa/_work/src/60q38bhg/chjpru1df1r76c9n/roc-toolkit'
KeyError: 'name':
  File "/home/victor/dev/roc-streaming/qa/_work/src/60q38bhg/chjpru1df1r76c9n/roc-toolkit/SConstruct", line 498:
    "should be one of: {}", ', '.join(supported_compilers))
  File "/usr/lib/scons/SCons/Environment.py", line 223:
    return self.method(*nargs, **kwargs)
  File "/home/victor/dev/roc-streaming/qa/_work/src/60q38bhg/chjpru1df1r76c9n/roc-toolkit/scripts/scons_plugin/sconsutils.py", line 10:
    print('error: {}\n'.format(fmt.format(*args).strip()), file=sys.stderr)
qmg: fatal: exit status 2
@gavv gavv added the defect Something isn't working label Jun 13, 2024
@gavv gavv self-assigned this Jun 14, 2024
@gavv gavv added this to the 0.4.0 milestone Jun 14, 2024
@gavv
Copy link
Member Author

gavv commented Jun 14, 2024

Fixed.

@gavv gavv closed this as completed Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant