-
Notifications
You must be signed in to change notification settings - Fork 43
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
make build failed incase of nvidia #28
Comments
Could you attach a full log for |
blaizetx2@blaizetx2-desktop:/media/blaizetx2/sdc/inference_results_v0.5/closed/NVIDIA$ make build_loadgen VERBOSE=1 |
I am also having an issue with building the docker container image. When running Below is my output:
|
@alawami Your issue might be fixed by this: https://github.com/mlperf/inference_results_v0.5/pull/22/files |
Building loadgen...
bootstrapping ninja..
/bin/sh: 1: ./src/inline.sh: Permission denied
when running: "./src/inline.sh" kBrowsePy < ./src/browse.py > build/browse_py.h
Traceback (most recent call last):
File "configure.py", line 462, in
variables=[('varname', 'kBrowsePy')])
File "configure.py", line 164, in build
self._run_command(self._expand(cmd, local_vars))
File "configure.py", line 189, in _run_command
subprocess.check_call(cmdline, shell=True)
File "/usr/lib/python2.7/subprocess.py", line 190, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '"./src/inline.sh" kBrowsePy < ./src/browse.py > build/browse_py.h' returned non-zero exit status 126
Makefile:267: recipe for target 'build_loadgen' failed
make[1]: *** [build_loadgen] Error 1
make[1]: Leaving directory '/media/blaizetx2/6162-3532/inference_results_v0.5/closed/NVIDIA'
Makefile:228: recipe for target 'build' failed
make: *** [build] Error 2
The text was updated successfully, but these errors were encountered: