Searched for solution, need to know if this is genuine bug or if problem is due to misunderstanding build instructions?
Full -vvv output in attached file.
Clean install of ubuntu 16.04 LTS
Memory: 7.8 GiB
Processor: Intel® Xeon(R) CPU E5320 @ 1.86GHz × 8
Graphics: Gallium 0.4 on llvmpipe (LLVM 3.8, 128 bits)
OS type: 64-bit
Disk: 63.7 GB
Commands run:
bob@ubuntu:~/nwjs$ sudo apt-get update
bob@ubuntu:~/nwjs$ src/build/install-build-deps.sh
bob@ubuntu:~/nwjs$ sudo depot_tools/gclient sync --with_branch_heads -vvv
Error raised:
Downloading /home/bob/nwjs/src/third_party/binutils/Linux_x64/binutils.tar.bz2
Traceback (most recent call last):
File "src/third_party/binutils/download.py", line 130, in <module>
sys.exit(main(sys.argv[1:]))
File "src/third_party/binutils/download.py", line 117, in main
return FetchAndExtract(arch)
File "src/third_party/binutils/download.py", line 82, in FetchAndExtract
'-s', sha1file])
File "/usr/lib/python2.7/subprocess.py", line 536, in check_call
retcode = call(*popenargs, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 523, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Error: Command '/usr/bin/python src/third_party/binutils/download.py' returned non-zero exit status 1 in /home/bob/nwjs
Partial output (see attached file for full output):
Looking for .gclient starting from /home/bob/nwjs
gclient_utils(619) FindGclientRoot:Found gclient root at /home/bob/nwjs
gclient(449) verify_validity:Dependency(src).verify_validity()
gclient(1316) SetConfig:SetConfig() done
Loaded .gclient config in /home/bob/nwjs:
solutions = [
{ "name" : "src",
"deps_file" : "DEPS",
"managed" : True,
"custom_deps" : {
"src/third_party/WebKit/LayoutTests": None,
"src/chrome_frame/tools/test/reference_build/chrome": None,
"src/chrome_frame/tools/test/reference_build/chrome_win": None,
"src/chrome/tools/test/reference_build/chrome": None,
"src/chrome/tools/test/reference_build/chrome_linux": None,
"src/chrome/tools/test/reference_build/chrome_mac": None,
"src/chrome/tools/test/reference_build/chrome_win": None,
},
"safesync_url": "",
},
]
cache_dir = None
....................................
vars = {
"chromium_git": "
https://chromium.googlesource.com/",
}
deps = {
}
deps_os = {
"win": {
"third_party/cygwin":
Var("chromium_git") + "chromium/deps/cygwin@4fbd5b9",
"third_party/python_26":
Var("chromium_git") + "chromium/deps/python_26@5bb4080",
"src/third_party/pefile":
Var("chromium_git") + "external/pefile@72c6ae4",
},
}
gclient(750) ParseDepsFile:ParseDepsFile(src/tools/gyp) done
gclient_utils(1049) run:_Worker.run(src/tools/gyp) done
src/tools/gyp (Elapsed: 0:00:01)
----------------------------------------
[0:00:38] Started.
_____ src/tools/gyp at bce1c7793010574d88d7915e2d55395213ac63d1
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/home/bob/nwjs/src/tools/gyp'
[0:00:39] From
https://chromium.googlesource.com/external/gyp[0:00:39] = [up to date] infra/config -> origin/infra/config
[0:00:39] = [up to date] master -> origin/master
[0:00:39] = [up to date] md-pages -> origin/md-pages
[0:00:39] Up-to-date; skipping checkout.
Checked out revision bce1c7793010574d88d7915e2d55395213ac63d1
[0:00:39] Finished.
----------------------------------------
subprocess2(215) __init__:git rev-parse --verify FETCH_HEAD; cwd=/home/bob/nwjs/src/tools/swarming_client
subprocess2(215) __init__:git update-index --ignore-submodules --refresh; cwd=/home/bob/nwjs/src/tools/swarming_client
subprocess2(215) __init__:git diff-index --cached --name-status -r --ignore-submodules HEAD --; cwd=/home/bob/nwjs/src/tools/swarming_client
subprocess2(215) __init__:git name-rev --no-undefined HEAD; cwd=/home/bob/nwjs/src/tools/swarming_client
subprocess2(215) __init__:git rev-list -n 1 HEAD; cwd=/home/bob/nwjs/src/tools/swarming_client
subprocess2(215) __init__:git rev-parse HEAD; cwd=/home/bob/nwjs/src/tools/swarming_client
subprocess2(215) __init__:git rev-parse --verify HEAD; cwd=/home/bob/nwjs/src/tools/swarming_client
gclient(618) ParseDepsFile:ParseDepsFile(src/tools/swarming_client): No DEPS file found at /home/bob/nwjs/src/tools/swarming_client/DEPS
gclient(750) ParseDepsFile:ParseDepsFile(src/tools/swarming_client) done
gclient_utils(1049) run:_Worker.run(src/tools/swarming_client) done
subprocess2(215) __init__:git rev-parse --verify FETCH_HEAD; cwd=/home/bob/nwjs/src/tools/page_cycler/acid3
subprocess2(215) __init__:git update-index --ignore-submodules --refresh; cwd=/home/bob/nwjs/src/tools/page_cycler/acid3
src/tools/swarming_client (Elapsed: 0:00:00)
----------------------------------------
[0:00:39] Started.
_____ src/tools/swarming_client at df6e95e7669883c8fe9ef956c69a544154701a49
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/home/bob/nwjs/src/tools/swarming_client'
[0:00:39] From
https://chromium.googlesource.com/external/swarming.client[0:00:39] = [up to date] master -> origin/master
[0:00:39] = [up to date] stable -> origin/stable
[0:00:39] Up-to-date; skipping checkout.
Checked out revision df6e95e7669883c8fe9ef956c69a544154701a49
[0:00:39] Finished.
----------------------------------------
subprocess2(215) __init__:git diff-index --cached --name-status -r --ignore-submodules HEAD --; cwd=/home/bob/nwjs/src/tools/page_cycler/acid3
subprocess2(215) __init__:git name-rev --no-undefined HEAD; cwd=/home/bob/nwjs/src/tools/page_cycler/acid3
subprocess2(215) __init__:git rev-parse --verify FETCH_HEAD; cwd=/home/bob/nwjs/src/buildtools/clang_format/script
subprocess2(215) __init__:git rev-list -n 1 HEAD; cwd=/home/bob/nwjs/src/tools/page_cycler/acid3
subprocess2(215) __init__:git update-index --ignore-submodules --refresh; cwd=/home/bob/nwjs/src/buildtools/clang_format/script
subprocess2(215) __init__:git rev-parse HEAD; cwd=/home/bob/nwjs/src/tools/page_cycler/acid3
subprocess2(215) __init__:git diff-index --cached --name-status -r --ignore-submodules HEAD --; cwd=/home/bob/nwjs/src/buildtools/clang_format/script
subprocess2(215) __init__:git rev-parse --verify HEAD; cwd=/home/bob/nwjs/src/tools/page_cycler/acid3
subprocess2(215) __init__:git name-rev --no-undefined HEAD; cwd=/home/bob/nwjs/src/buildtools/clang_format/script
gclient(618) ParseDepsFile:ParseDepsFile(src/tools/page_cycler/acid3): No DEPS file found at /home/bob/nwjs/src/tools/page_cycler/acid3/DEPS
gclient(750) ParseDepsFile:ParseDepsFile(src/tools/page_cycler/acid3) done
gclient_utils(1049) run:_Worker.run(src/tools/page_cycler/acid3) done
subprocess2(215) __init__:git rev-list -n 1 HEAD; cwd=/home/bob/nwjs/src/buildtools/clang_format/script
subprocess2(215) __init__:git rev-parse HEAD; cwd=/home/bob/nwjs/src/buildtools/clang_format/script
src/tools/page_cycler/acid3 (Elapsed: 0:00:00)
----------------------------------------
[0:00:39] Started.
_____ src/tools/page_cycler/acid3 at 6be0a66a1ebd7ebc5abc1b2f405a945f6d871521
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/home/bob/nwjs/src/tools/page_cycler/acid3'
[0:00:39] From
https://chromium.googlesource.com/chromium/deps/acid3[0:00:39] = [up to date] master -> origin/master
[0:00:39] Up-to-date; skipping checkout.
Checked out revision 6be0a66a1ebd7ebc5abc1b2f405a945f6d871521
[0:00:40] Finished.
----------------------------------------
subprocess2(215) __init__:git rev-parse --verify HEAD; cwd=/home/bob/nwjs/src/buildtools/clang_format/script
gclient(618) ParseDepsFile:ParseDepsFile(src/buildtools/clang_format/script): No DEPS file found at /home/bob/nwjs/src/buildtools/clang_format/script/DEPS
gclient(750) ParseDepsFile:ParseDepsFile(src/buildtools/clang_format/script) done
gclient_utils(1049) run:_Worker.run(src/buildtools/clang_format/script) done
src/buildtools/clang_format/script (Elapsed: 0:00:00)
----------------------------------------
[0:00:39] Started.
_____ src/buildtools/clang_format/script at a72164df8be7d1c68ae1ad6c3541e7819200327e
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/home/bob/nwjs/src/buildtools/clang_format/script'
[0:00:39] From
https://chromium.googlesource.com/chromium/llvm-project/cfe/tools/clang-format[0:00:39] = [up to date] master -> origin/master
[0:00:40] Up-to-date; skipping checkout.
Checked out revision a72164df8be7d1c68ae1ad6c3541e7819200327e
[0:00:40] Finished.
----------------------------------------
subprocess2(215) __init__:git rev-parse --verify FETCH_HEAD; cwd=/home/bob/nwjs/src/buildtools/third_party/libc++/trunk
subprocess2(215) __init__:git update-index --ignore-submodules --refresh; cwd=/home/bob/nwjs/src/buildtools/third_party/libc++/trunk
subprocess2(215) __init__:git diff-index --cached --name-status -r --ignore-submodules HEAD --; cwd=/home/bob/nwjs/src/buildtools/third_party/libc++/trunk
subprocess2(215) __init__:git name-rev --no-undefined HEAD; cwd=/home/bob/nwjs/src/buildtools/third_party/libc++/trunk
subprocess2(215) __init__:git rev-parse --verify FETCH_HEAD; cwd=/home/bob/nwjs/src/buildtools/third_party/libc++abi/trunk
subprocess2(215) __init__:git update-index --ignore-submodules --refresh; cwd=/home/bob/nwjs/src/buildtools/third_party/libc++abi/trunk
subprocess2(215) __init__:git diff-index --cached --name-status -r --ignore-submodules HEAD --; cwd=/home/bob/nwjs/src/buildtools/third_party/libc++abi/trunk
subprocess2(215) __init__:git rev-list -n 1 HEAD; cwd=/home/bob/nwjs/src/buildtools/third_party/libc++/trunk
subprocess2(215) __init__:git name-rev --no-undefined HEAD; cwd=/home/bob/nwjs/src/buildtools/third_party/libc++abi/trunk
subprocess2(215) __init__:git rev-parse HEAD; cwd=/home/bob/nwjs/src/buildtools/third_party/libc++/trunk
subprocess2(215) __init__:git rev-list -n 1 HEAD; cwd=/home/bob/nwjs/src/buildtools/third_party/libc++abi/trunk
subprocess2(215) __init__:git rev-parse --verify HEAD; cwd=/home/bob/nwjs/src/buildtools/third_party/libc++/trunk
subprocess2(215) __init__:git rev-parse HEAD; cwd=/home/bob/nwjs/src/buildtools/third_party/libc++abi/trunk
gclient(618) ParseDepsFile:ParseDepsFile(src/buildtools/third_party/libc++/trunk): No DEPS file found at /home/bob/nwjs/src/buildtools/third_party/libc++/trunk/DEPS
gclient(750) ParseDepsFile:ParseDepsFile(src/buildtools/third_party/libc++/trunk) done
gclient_utils(1049) run:_Worker.run(src/buildtools/third_party/libc++/trunk) done
subprocess2(215) __init__:git rev-parse --verify HEAD; cwd=/home/bob/nwjs/src/buildtools/third_party/libc++abi/trunk
gclient(618) ParseDepsFile:ParseDepsFile(src/buildtools/third_party/libc++abi/trunk): No DEPS file found at /home/bob/nwjs/src/buildtools/third_party/libc++abi/trunk/DEPS
gclient(750) ParseDepsFile:ParseDepsFile(src/buildtools/third_party/libc++abi/trunk) done
gclient_utils(1049) run:_Worker.run(src/buildtools/third_party/libc++abi/trunk) done
src/buildtools/third_party/libc++/trunk (Elapsed: 0:00:00)
----------------------------------------
[0:00:39] Started.
_____ src/buildtools/third_party/libc++/trunk at aad34a13af010898f54c1bb2069194cb083cea4b
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/home/bob/nwjs/src/buildtools/third_party/libc++/trunk'
[0:00:40] From
https://chromium.googlesource.com/chromium/llvm-project/libcxx[0:00:40] = [up to date] master -> origin/master
[0:00:40] = [up to date] old_svn -> origin/old_svn
[0:00:40] Up-to-date; skipping checkout.
Checked out revision aad34a13af010898f54c1bb2069194cb083cea4b
[0:00:40] Finished.
----------------------------------------
src/buildtools/third_party/libc++abi/trunk (Elapsed: 0:00:00)
----------------------------------------
[0:00:39] Started.
_____ src/buildtools/third_party/libc++abi/trunk at 9a39e428d018b723d7d187181fd08908b1cb6bd0
________ running 'git -c core.deltaBaseCacheLimit=2g fetch origin --verbose' in '/home/bob/nwjs/src/buildtools/third_party/libc++abi/trunk'
[0:00:40] From
https://chromium.googlesource.com/chromium/llvm-project/libcxxabi[0:00:40] = [up to date] master -> origin/master
[0:00:40] = [up to date] old_svn -> origin/old_svn
[0:00:40] Up-to-date; skipping checkout.
Checked out revision 9a39e428d018b723d7d187181fd08908b1cb6bd0
[0:00:40] Finished.
----------------------------------------
gclient_utils(897) flush:No more worker threads or can't queue anything.
gclient(946) GetHookAction:{'action': ['python', 'src/build/landmines.py'], 'pattern': '.', 'name': 'landmines'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['python', 'src/tools/remove_stale_pyc_files.py', 'src/android_webview/tools', 'src/build/android', 'src/gpu/gles2_conform_support', 'src/infra', 'src/ppapi', 'src/printing', 'src/third_party/catapult', 'src/third_party/closure_compiler/build', 'src/tools'], 'pattern': '.', 'name': 'remove_stale_pyc_files'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['python', 'src/build/download_nacl_toolchains.py', '--mode', 'nacl_core_sdk', 'sync', '--extract'], 'pattern': '.', 'name': 'nacltools'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['python', 'src/build/android/play_services/update.py', 'download'], 'pattern': '.', 'name': 'sdkextras'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py', '--running-as-hook'], 'pattern': '.', 'name': 'sysroot'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['python', 'src/build/vs_toolchain.py', 'update'], 'pattern': '.', 'name': 'win_toolchain'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['python', 'src/build/mac_toolchain.py'], 'pattern': '.', 'name': 'mac_toolchain'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['python', 'src/third_party/binutils/download.py'], 'pattern': 'src/third_party/binutils', 'name': 'binutils'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'], 'pattern': '.', 'name': 'clang'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['python', 'src/build/util/lastchange.py', '-o', 'src/build/util/LASTCHANGE'], 'pattern': '.', 'name': 'lastchange'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['python', 'src/build/util/lastchange.py', '--git-hash-only', '-s', 'src/third_party/WebKit', '-o', 'src/build/util/LASTCHANGE.blink'], 'pattern': '.', 'name': 'lastchange_blink'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['download_from_google_storage', '--no_resume', '--platform=win32', '--no_auth', '--bucket', 'chromium-gn', '-s', 'src/buildtools/win/gn.exe.sha1'], 'pattern': '.', 'name': 'gn_win'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['download_from_google_storage', '--no_resume', '--platform=darwin', '--no_auth', '--bucket', 'chromium-gn', '-s', 'src/buildtools/mac/gn.sha1'], 'pattern': '.', 'name': 'gn_mac'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['download_from_google_storage', '--no_resume', '--platform=linux*', '--no_auth', '--bucket', 'chromium-gn', '-s', 'src/buildtools/linux64/gn.sha1'], 'pattern': '.', 'name': 'gn_linux64'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['download_from_google_storage', '--no_resume', '--platform=win32', '--no_auth', '--bucket', 'chromium-clang-format', '-s', 'src/buildtools/win/clang-format.exe.sha1'], 'pattern': '.', 'name': 'clang_format_win'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['download_from_google_storage', '--no_resume', '--platform=darwin', '--no_auth', '--bucket', 'chromium-clang-format', '-s', 'src/buildtools/mac/clang-format.sha1'], 'pattern': '.', 'name': 'clang_format_mac'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['download_from_google_storage', '--no_resume', '--platform=linux*', '--no_auth', '--bucket', 'chromium-clang-format', '-s', 'src/buildtools/linux64/clang-format.sha1'], 'pattern': '.', 'name': 'clang_format_linux'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['download_from_google_storage', '--no_resume', '--platform=darwin', '--no_auth', '--bucket', 'chromium-libcpp', '-s', 'src/third_party/libc++-static/libc++.a.sha1'], 'pattern': '.', 'name': 'libcpp_mac'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['download_from_google_storage', '--no_resume', '--platform=win32', '--no_auth', '--bucket', 'chromium-luci', '-d', 'src/tools/luci-go/win64'], 'pattern': '.', 'name': 'luci-go_win'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['download_from_google_storage', '--no_resume', '--platform=darwin', '--no_auth', '--bucket', 'chromium-luci', '-d', 'src/tools/luci-go/mac64'], 'pattern': '.', 'name': 'luci-go_mac'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['download_from_google_storage', '--no_resume', '--platform=linux*', '--no_auth', '--bucket', 'chromium-luci', '-d', 'src/tools/luci-go/linux64'], 'pattern': '.', 'name': 'luci-go_linux'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['download_from_google_storage', '--no_resume', '--platform=linux*', '--no_auth', '--bucket', 'chromium-eu-strip', '-s', 'src/build/linux/bin/eu-strip.sha1'], 'pattern': '.', 'name': 'eu-strip'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['download_from_google_storage', '--no_resume', '--platform=win32', '--no_auth', '--bucket', 'chromium-drmemory', '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1'], 'pattern': '.', 'name': 'drmemory'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['python', 'src/build/get_syzygy_binaries.py', '--output-dir=src/third_party/syzygy/binaries', '--revision=253383e5987fe5dc81b93057c7d173c0620d3ee0', '--overwrite'], 'pattern': '.', 'name': 'syzygy-binaries'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['python', 'src/build/get_syzygy_binaries.py', '--output-dir=src/third_party/kasko/binaries', '--revision=266a18d9209be5ca5c5dcd0620942b82a2d238f3', '--resource=kasko.zip', '--resource=kasko_symbols.zip', '--overwrite'], 'pattern': '.', 'name': 'kasko'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['download_from_google_storage', '--no_resume', '--platform=win32', '--directory', '--recursive', '--no_auth', '--num_threads=16', '--bucket', 'chromium-apache-win32', 'src/third_party/apache-win32'], 'pattern': '\\.sha1', 'name': 'apache_win32'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['download_from_google_storage', '--no_resume', '--platform=linux*', '--extract', '--no_auth', '--bucket', 'chromium-fonts', '-s', 'src/third_party/blimp_fonts/font_bundle.tar.gz.sha1'], 'pattern': '.', 'name': 'blimp_fonts'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['python', 'src/third_party/instrumented_libraries/scripts/download_binaries.py'], 'pattern': '\\.sha1', 'name': 'instrumented_libraries'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['python', 'src/build/android/download_doclava.py'], 'pattern': '.', 'name': 'doclava'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['python', 'src/content/nw/tools/patcher.py', '--patch-config', 'src/content/nw/patch/patch.cfg'], 'pattern': '.', 'name': 'nw_patch'}
gclient(947) GetHookAction:[]
gclient(946) GetHookAction:{'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'], 'pattern': '.', 'name': 'gyp'}
gclient(947) GetHookAction:[]
________ running '/usr/bin/python src/build/landmines.py' in '/home/bob/nwjs'
subprocess2(215) __init__:/usr/bin/python src/build/landmines.py; cwd=/home/bob/nwjs
________ running '/usr/bin/python src/tools/remove_stale_pyc_files.py src/android_webview/tools src/build/android src/gpu/gles2_conform_support src/infra src/ppapi src/printing src/third_party/catapult src/third_party/closure_compiler/build src/tools' in '/home/bob/nwjs'
subprocess2(215) __init__:/usr/bin/python src/tools/remove_stale_pyc_files.py src/android_webview/tools src/build/android src/gpu/gles2_conform_support src/infra src/ppapi src/printing src/third_party/catapult src/third_party/closure_compiler/build src/tools; cwd=/home/bob/nwjs
________ running '/usr/bin/python src/build/download_nacl_toolchains.py --mode nacl_core_sdk sync --extract' in '/home/bob/nwjs'
subprocess2(215) __init__:/usr/bin/python src/build/download_nacl_toolchains.py --mode nacl_core_sdk sync --extract; cwd=/home/bob/nwjs
________ running '/usr/bin/python src/build/android/play_services/update.py download' in '/home/bob/nwjs'
subprocess2(215) __init__:/usr/bin/python src/build/android/play_services/update.py download; cwd=/home/bob/nwjs
________ running '/usr/bin/python src/build/linux/sysroot_scripts/install-sysroot.py --running-as-hook' in '/home/bob/nwjs'
subprocess2(215) __init__:/usr/bin/python src/build/linux/sysroot_scripts/install-sysroot.py --running-as-hook; cwd=/home/bob/nwjs
Debian Wheezy amd64 root image already up-to-date: /home/bob/nwjs/src/build/linux/debian_wheezy_amd64-sysroot
Debian Wheezy i386 root image already up-to-date: /home/bob/nwjs/src/build/linux/debian_wheezy_i386-sysroot
________ running '/usr/bin/python src/build/vs_toolchain.py update' in '/home/bob/nwjs'
subprocess2(215) __init__:/usr/bin/python src/build/vs_toolchain.py update; cwd=/home/bob/nwjs
________ running '/usr/bin/python src/build/mac_toolchain.py' in '/home/bob/nwjs'
subprocess2(215) __init__:/usr/bin/python src/build/mac_toolchain.py; cwd=/home/bob/nwjs
________ running '/usr/bin/python src/third_party/binutils/download.py' in '/home/bob/nwjs'
subprocess2(215) __init__:/usr/bin/python src/third_party/binutils/download.py; cwd=/home/bob/nwjs
Downloading /home/bob/nwjs/src/third_party/binutils/Linux_x64/binutils.tar.bz2
Traceback (most recent call last):
File "src/third_party/binutils/download.py", line 130, in <module>
sys.exit(main(sys.argv[1:]))
File "src/third_party/binutils/download.py", line 117, in main
return FetchAndExtract(arch)
File "src/third_party/binutils/download.py", line 82, in FetchAndExtract
'-s', sha1file])
File "/usr/lib/python2.7/subprocess.py", line 536, in check_call
retcode = call(*popenargs, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 523, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Error: Command '/usr/bin/python src/third_party/binutils/download.py' returned non-zero exit status 1 in /home/bob/nwjs
bob@ubuntu:~/nwjs$
Thanks for any help...