Ubuntu 16.04 LTS - 14GB downloaded, then Error: Command '/usr/bin/python src/third_party/binutils/download.py' returned non-zero exit status 1 (full build details)
Reported by
team.pic...@gmail.com,
Aug 6 2016
|
||
Issue description
UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:47.0) Gecko/20100101 Firefox/47.0
Steps to reproduce the problem:
Clean Install Ubuntu 16.04 LTS
1. $ sudo apt-get update
2. $ src/build/install-build-deps.sh
3. $ sudo depot_tools/gclient sync --with_branch_heads -vvv
3.
What is the expected behavior?
A clean checkout & build
What went wrong?
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
Did this work before? N/A
Chrome version: command: depot_tools/gclient sync --with_branch_heads -vvv Channel: stable
OS Version: Ubuntu 16.04
Flash Version:
Have searched issues and posted at chromium-dev
OS 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
,
Aug 8 2016
Fixed, build has now passed this point. It was problem of correctly exporting depot_tools path to $PATH. This issue can be closed.
,
Aug 9 2016
Thanks! |
||
►
Sign in to add a comment |
||
Comment 1 by ashej...@chromium.org
, Aug 8 2016Labels: TE-NeedsTriageFromMTV