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
$make [ 6%] Performing build step for 'webrtc-src' [ 14%] Built target webrtc-sync [ 28%] Fetching gn for linux* 0> Failed to fetch file gs://chromium-gn/2d79b4acffac0b084f250a9699f670d41f164864 for src/buildtools/linux64/gn, skipping. [Err: /opt/depot_tools/vpython: line 42: /opt/depot_tools/.cipd_bin/vpython: No such file or directory ] Failed to fetch file gs://chromium-gn/2d79b4acffac0b084f250a9699f670d41f164864 for src/buildtools/linux64/gn. [Err: /opt/depot_tools/vpython: line 42: /opt/depot_tools/.cipd_bin/vpython: No such file or directory ] Downloading 1 files took 0.152163 second(s) CMakeFiles/webrtc-gn.dir/build.make:60: recipe for target 'CMakeFiles/webrtc-gn-complete' failed make[5]: *** [CMakeFiles/webrtc-gn-complete] Error 1 CMakeFiles/Makefile2:252: recipe for target 'CMakeFiles/webrtc-gn.dir/all' failed make[4]: *** [CMakeFiles/webrtc-gn.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make[3]: *** [all] Error 2 CMakeFiles/webrtc-src.dir/build.make:111: recipe for target 'webrtc/stamp/webrtc-src-build' failed make[2]: *** [webrtc/stamp/webrtc-src-build] Error 2 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/webrtc-src.dir/all' failed make[1]: *** [CMakeFiles/webrtc-src.dir/all] Error 2 Makefile:151: recipe for target 'all' failed make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
Please tell me how to fix it.
Sorry, something went wrong.
Let try: cd out/webrtc gclient sync cd .. make
this works
No branches or pull requests
$make [ 6%] Performing build step for 'webrtc-src' [ 14%] Built target webrtc-sync [ 28%] Fetching gn for linux* 0> Failed to fetch file gs://chromium-gn/2d79b4acffac0b084f250a9699f670d41f164864 for src/buildtools/linux64/gn, skipping. [Err: /opt/depot_tools/vpython: line 42: /opt/depot_tools/.cipd_bin/vpython: No such file or directory ] Failed to fetch file gs://chromium-gn/2d79b4acffac0b084f250a9699f670d41f164864 for src/buildtools/linux64/gn. [Err: /opt/depot_tools/vpython: line 42: /opt/depot_tools/.cipd_bin/vpython: No such file or directory ] Downloading 1 files took 0.152163 second(s) CMakeFiles/webrtc-gn.dir/build.make:60: recipe for target 'CMakeFiles/webrtc-gn-complete' failed make[5]: *** [CMakeFiles/webrtc-gn-complete] Error 1 CMakeFiles/Makefile2:252: recipe for target 'CMakeFiles/webrtc-gn.dir/all' failed make[4]: *** [CMakeFiles/webrtc-gn.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make[3]: *** [all] Error 2 CMakeFiles/webrtc-src.dir/build.make:111: recipe for target 'webrtc/stamp/webrtc-src-build' failed make[2]: *** [webrtc/stamp/webrtc-src-build] Error 2 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/webrtc-src.dir/all' failed make[1]: *** [CMakeFiles/webrtc-src.dir/all] Error 2 Makefile:151: recipe for target 'all' failed make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: