Get Code Error

1,280 views
Skip to first unread message

Tao Liu

unread,
Dec 25, 2015, 5:52:28 AM12/25/15
to Chromium-dev
Hi
    I followed "depot_tools_tutorial(7) Manual Page" and "Get the Code: Checkout, Build, Run & Submit" to download source code. But I use "Ctrl + C" to interrupt "fetch --nohooks chromium" after execute a while then use "gclient sync" to continue. After downloaded ~14G, there are follow error:

________ running '/usr/bin/python src/build/landmines.py' in '/extra/liutao/chromium'

________ running '/usr/bin/python src/build/download_nacl_toolchains.py --mode nacl_core_sdk sync --extract' in '/extra/liutao/chromium'

________ running '/usr/bin/python src/build/android/play_services/update.py download' in '/extra/liutao/chromium'

________ running '/usr/bin/python src/build/linux/sysroot_scripts/install-sysroot.py --running-as-hook' in '/extra/liutao/chromium'
Debian Wheezy amd64 root image already up-to-date: /extra/liutao/chromium/src/build/linux/debian_wheezy_amd64-sysroot
Debian Wheezy i386 root image already up-to-date: /extra/liutao/chromium/src/build/linux/debian_wheezy_i386-sysroot

________ running '/usr/bin/python src/build/vs_toolchain.py update' in '/extra/liutao/chromium'

________ running '/usr/bin/python src/third_party/binutils/download.py' in '/extra/liutao/chromium'
Error: Command '/usr/bin/python src/third_party/binutils/download.py' returned non-zero exit status 1 in /extra/liutao/chromium
Failed to fetch file gs://chromium-binutils/3dc3f9f1ba7b3a9df28adb104b4ed37f1c26f68a for /extra/liutao/chromium/src/third_party/binutils/Linux_x64/binutils.tar.bz2. [Err: /extra/depot_tools/external_bin/gsutil/gsutil_4.15/gsutil/third_party/boto/boto/pyami/config.py:71: UserWarning: Unable to load AWS_CREDENTIAL_FILE ()
  warnings.warn('Unable to load AWS_CREDENTIAL_FILE (%s)' % full_path)
Failure: Server presented certificate that does not match host www.googleapis.com: {'notAfter': 'Mar  9 00:00:00 2016 GMT', 'subjectAltName': (('DNS', 'mail.google.com'), ('DNS', 'inbox.google.com')), 'subject': ((('countryName', u'US'),), (('stateOrProvinceName', u'California'),), (('localityName', u'Mountain View'),), (('organizationName', u'Google Inc'),), (('commonName', u'mail.google.com'),))}.
]
0> Failed to fetch file gs://chromium-binutils/3dc3f9f1ba7b3a9df28adb104b4ed37f1c26f68a for /extra/liutao/chromium/src/third_party/binutils/Linux_x64/binutils.tar.bz2, skipping. [Err: /extra/depot_tools/external_bin/gsutil/gsutil_4.15/gsutil/third_party/boto/boto/pyami/config.py:71: UserWarning: Unable to load AWS_CREDENTIAL_FILE ()
  warnings.warn('Unable to load AWS_CREDENTIAL_FILE (%s)' % full_path)
Failure: Server presented certificate that does not match host www.googleapis.com: {'notAfter': 'Mar  9 00:00:00 2016 GMT', 'subjectAltName': (('DNS', 'mail.google.com'), ('DNS', 'inbox.google.com')), 'subject': ((('countryName', u'US'),), (('stateOrProvinceName', u'California'),), (('localityName', u'Mountain View'),), (('organizationName', u'Google Inc'),), (('commonName', u'mail.google.com'),))}.
]
Downloading 1 files took 1.892952 second(s)
Downloading /extra/liutao/chromium/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 540, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['download_from_google_storage', '--no_resume', '--no_auth', '--bucket', 'chromium-binutils', '-s', '/extra/liutao/chromium/src/third_party/binutils/Linux_x64/binutils.tar.bz2.sha1']' returned non-zero exit status 1

Anton Vayvod

unread,
Dec 25, 2015, 6:03:00 AM12/25/15
to liuta...@gmail.com, chromium-dev

Well, gclient sync does "run hooks" in the end and this is where your error occurs. In the instructions you have to run install-build-deps.sh script before "running hooks". See the get the code instructions you posted above.


On 25 Dec 2015 10:52 a.m., "Tao Liu" <liuta...@gmail.com> wrote:
>
> Hi
>     I followed "depot_tools_tutorial(7) Manual Page" and "Get the Code: Checkout, Build, Run & Submit" to download source code. But I use "Ctrl + C" to interrupt "fetch --nohooks chromium" after execute a while then use "gclient sync" to continue.

Why did you do that?

> --
> --
> Chromium Developers mailing list: chromi...@chromium.org
> View archives, change email options, or unsubscribe:
> http://groups.google.com/a/chromium.org/group/chromium-dev
> ---
> You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.

Tao Liu

unread,
Dec 25, 2015, 6:51:27 AM12/25/15
to Chromium-dev, liuta...@gmail.com, ava...@chromium.org
It worked, thanks a lot!
Because no response for a long time so I corrupt it use "Ctrl + C". 

Bruce

unread,
Feb 19, 2016, 2:55:42 AM2/19/16
to Chromium-dev, liuta...@gmail.com, ava...@chromium.org

Hi,

 I have the same problem with you,How do you solve this problem?
 

在 2015年12月25日星期五 UTC+8下午7:51:27,Tao Liu写道:

Timo Reimann

unread,
Feb 20, 2016, 4:27:51 AM2/20/16
to Chromium-dev, liuta...@gmail.com, ava...@chromium.org
Anton described a solution. Did you try that out?

海天清叶

unread,
Feb 23, 2016, 3:04:49 AM2/23/16
to Chromium-dev, liuta...@gmail.com, ava...@chromium.org

 I follow the instructions,first run " ./build/install-build-deps.sh" successfully, then run "gclient runhooks" with following errors:
________ running '/usr/bin/python src/build/landmines.py' in '/home/leopard/workspace/chromium'

________ running '/usr/bin/python src/build/download_nacl_toolchains.py --mode nacl_core_sdk sync --extract' in '/home/leopard/workspace/chromium'

________ running '/usr/bin/python src/build/android/play_services/update.py download' in '/home/leopard/workspace/chromium'

________ running '/usr/bin/python src/build/linux/sysroot_scripts/install-sysroot.py --running-as-hook' in '/home/leopard/workspace/chromium'
Debian Wheezy amd64 root image already up-to-date: /home/leopard/workspace/chromium/src/build/linux/debian_wheezy_amd64-sysroot
Debian Wheezy i386 root image already up-to-date: /home/leopard/workspace/chromium/src/build/linux/debian_wheezy_i386-sysroot

________ running '/usr/bin/python src/build/vs_toolchain.py update' in '/home/leopard/workspace/chromium'

________ running '/usr/bin/python src/third_party/binutils/download.py' in '/home/leopard/workspace/chromium'
0> Failed to fetch file gs://chromium-binutils/43ac0129d4f4fb570e14571e9e7510ba178d77cd for /home/leopard/workspace/chromium/src/third_party/binutils/Linux_x64/binutils.tar.bz2, skipping. [Err: /opt/dev-config/depot_tools/external_bin/gsutil/gsutil_4.15/gsutil/third_party/boto/boto/pyami/config.py:71: UserWarning: Unable to load AWS_CREDENTIAL_FILE ()
  warnings.warn('Unable to load AWS_CREDENTIAL_FILE (%s)' % full_path)
Failure: Server presented certificate that does not match host www.googleapis.com: {'notAfter': 'May 11 00:00:00 2016 GMT', 'subjectAltName': (('DNS', 'google.com'), ('DNS', '*.2mdn.net'), ('DNS', '*.android.com'), ('DNS', '*.appengine.google.com'), ('DNS', '*.au.doubleclick.net'), ('DNS', '*.cc-dt.com'), ('DNS', '*.cloud.google.com'), ('DNS', '*.de.doubleclick.net'), ('DNS', '*.doubleclick.com'), ('DNS', '*.doubleclick.net'), ('DNS', '*.fls.doubleclick.net'), ('DNS', '*.fr.doubleclick.net'), ('DNS', '*.google-analytics.com'), ('DNS', '*.google.ac'), ('DNS', '*.google.ad'), ('DNS', '*.google.ae'), ('DNS', '*.google.af'), ('DNS', '*.google.ag'), ('DNS', '*.google.al'), ('DNS', '*.google.am'), ('DNS', '*.google.as'), ('DNS', '*.google.at'), ('DNS', '*.google.az'), ('DNS', '*.google.ba'), ('DNS', '*.google.be'), ('DNS', '*.google.bf'), ('DNS', '*.google.bg'), ('DNS', '*.google.bi'), ('DNS', '*.google.bj'), ('DNS', '*.google.bs'), ('DNS', '*.google.bt'), ('DNS', '*.google.by'), ('DNS', '*.google.ca'), ('DNS', '*.google.cat'), ('DNS', '*.google.cc'), ('DNS', '*.google.cd'), ('DNS', '*.google.cf'), ('DNS', '*.google.cg'), ('DNS', '*.google.ch'), ('DNS', '*.google.ci'), ('DNS', '*.google.cl'), ('DNS', '*.google.cm'), ('DNS', '*.google.cn'), ('DNS', '*.google.co.ao'), ('DNS', '*.google.co.bw'), ('DNS', '*.google.co.ck'), ('DNS', '*.google.co.cr'), ('DNS', '*.google.co.hu'), ('DNS', '*.google.co.id'), ('DNS', '*.google.co.il'), ('DNS', '*.google.co.im'), ('DNS', '*.google.co.in'), ('DNS', '*.google.co.je'), ('DNS', '*.google.co.jp'), ('DNS', '*.google.co.ke'), ('DNS', '*.google.co.kr'), ('DNS', '*.google.co.ls'), ('DNS', '*.google.co.ma'), ('DNS', '*.google.co.mz'), ('DNS', '*.google.co.nz'), ('DNS', '*.google.co.th'), ('DNS', '*.google.co.tz'), ('DNS', '*.google.co.ug'), ('DNS', '*.google.co.uk'), ('DNS', '*.google.co.uz'), ('DNS', '*.google.co.ve'), ('DNS', '*.google.co.vi'), ('DNS', '*.google.co.za'), ('DNS', '*.google.co.zm'), ('DNS', '*.google.co.zw'), ('DNS', '*.google.com'), ('DNS', '*.google.com.af'), ('DNS', '*.google.com.ag'), ('DNS', '*.google.com.ai'), ('DNS', '*.google.com.ar'), ('DNS', '*.google.com.au'), ('DNS', '*.google.com.bd'), ('DNS', '*.google.com.bh'), ('DNS', '*.google.com.bn'), ('DNS', '*.google.com.bo'), ('DNS', '*.google.com.br'), ('DNS', '*.google.com.by'), ('DNS', '*.google.com.bz'), ('DNS', '*.google.com.cn'), ('DNS', '*.google.com.co'), ('DNS', '*.google.com.cu'), ('DNS', '*.google.com.cy'), ('DNS', '*.google.com.do'), ('DNS', '*.google.com.ec'), ('DNS', '*.google.com.eg'), ('DNS', '*.google.com.et'), ('DNS', '*.google.com.fj'), ('DNS', '*.google.com.ge'), ('DNS', '*.google.com.gh'), ('DNS', '*.google.com.gi'), ('DNS', '*.google.com.gr'), ('DNS', '*.google.com.gt'), ('DNS', '*.google.com.hk'), ('DNS', '*.google.com.iq'), ('DNS', '*.google.com.jm'), ('DNS', '*.google.com.jo'), ('DNS', '*.google.com.kh'), ('DNS', '*.google.com.kw'), ('DNS', '*.google.com.lb'), ('DNS', '*.google.com.ly'), ('DNS', '*.google.com.mm'), ('DNS', '*.google.com.mt'), ('DNS', '*.google.com.mx'), ('DNS', '*.google.com.my'), ('DNS', '*.google.com.na'), ('DNS', '*.google.com.nf'), ('DNS', '*.google.com.ng'), ('DNS', '*.google.com.ni'), ('DNS', '*.google.com.np'), ('DNS', '*.google.com.nr'), ('DNS', '*.google.com.om'), ('DNS', '*.google.com.pa'), ('DNS', '*.google.com.pe'), ('DNS', '*.google.com.pg'), ('DNS', '*.google.com.ph'), ('DNS', '*.google.com.pk'), ('DNS', '*.google.com.pl'), ('DNS', '*.google.com.pr'), ('DNS', '*.google.com.py'), ('DNS', '*.google.com.qa'), ('DNS', '*.google.com.ru'), ('DNS', '*.google.com.sa'), ('DNS', '*.google.com.sb'), ('DNS', '*.google.com.sg'), ('DNS', '*.google.com.sl'), ('DNS', '*.google.com.sv'), ('DNS', '*.google.com.tj'), ('DNS', '*.google.com.tn'), ('DNS', '*.google.com.tr'), ('DNS', '*.google.com.tw'), ('DNS', '*.google.com.ua'), ('DNS', '*.google.com.uy'), ('DNS', '*.google.com.vc'), ('DNS', '*.google.com.ve'), ('DNS', '*.google.com.vn'), ('DNS', '*.google.cv'), ('DNS', '*.google.cz'), ('DNS', '*.google.de'), ('DNS', '*.google.dj'), ('DNS', '*.google.dk'), ('DNS', '*.google.dm'), ('DNS', '*.google.dz'), ('DNS', '*.google.ee'), ('DNS', '*.google.es'), ('DNS', '*.google.eus'), ('DNS', '*.google.fi'), ('DNS', '*.google.fm'), ('DNS', '*.google.fr'), ('DNS', '*.google.frl'), ('DNS', '*.google.ga'), ('DNS', '*.google.gal'), ('DNS', '*.google.ge'), ('DNS', '*.google.gg'), ('DNS', '*.google.gl'), ('DNS', '*.google.gm'), ('DNS', '*.google.gp'), ('DNS', '*.google.gr'), ('DNS', '*.google.gy'), ('DNS', '*.google.hk'), ('DNS', '*.google.hn'), ('DNS', '*.google.hr'), ('DNS', '*.google.ht'), ('DNS', '*.google.hu'), ('DNS', '*.google.ie'), ('DNS', '*.google.im'), ('DNS', '*.google.in'), ('DNS', '*.google.info'), ('DNS', '*.google.iq'), ('DNS', '*.google.ir'), ('DNS', '*.google.is'), ('DNS', '*.google.it'), ('DNS', '*.google.it.ao'), ('DNS', '*.google.je'), ('DNS', '*.google.jo'), ('DNS', '*.google.jobs'), ('DNS', '*.google.jp'), ('DNS', '*.google.kg'), ('DNS', '*.google.ki'), ('DNS', '*.google.kz'), ('DNS', '*.google.la'), ('DNS', '*.google.li'), ('DNS', '*.google.lk'), ('DNS', '*.google.lt'), ('DNS', '*.google.lu'), ('DNS', '*.google.lv'), ('DNS', '*.google.md'), ('DNS', '*.google.me'), ('DNS', '*.google.mg'), ('DNS', '*.google.mk'), ('DNS', '*.google.ml'), ('DNS', '*.google.mn'), ('DNS', '*.google.ms'), ('DNS', '*.google.mu'), ('DNS', '*.google.mv'), ('DNS', '*.google.mw'), ('DNS', '*.google.ne'), ('DNS', '*.google.ne.jp'), ('DNS', '*.google.net'), ('DNS', '*.google.ng'), ('DNS', '*.google.nl'), ('DNS', '*.google.no'), ('DNS', '*.google.nr'), ('DNS', '*.google.nu'), ('DNS', '*.google.off.ai'), ('DNS', '*.google.pk'), ('DNS', '*.google.pl'), ('DNS', '*.google.pn'), ('DNS', '*.google.ps'), ('DNS', '*.google.pt'), ('DNS', '*.google.ro'), ('DNS', '*.google.rs'), ('DNS', '*.google.ru'), ('DNS', '*.google.rw'), ('DNS', '*.google.sc'), ('DNS', '*.google.se'), ('DNS', '*.google.sh'), ('DNS', '*.google.si'), ('DNS', '*.google.sk'), ('DNS', '*.google.sm'), ('DNS', '*.google.sn'), ('DNS', '*.google.so'), ('DNS', '*.google.sr'), ('DNS', '*.google.st'), ('DNS', '*.google.td'), ('DNS', '*.google.tel'), ('DNS', '*.google.tg'), ('DNS', '*.google.tk'), ('DNS', '*.google.tl'), ('DNS', '*.google.tm'), ('DNS', '*.google.tn'), ('DNS', '*.google.to'), ('DNS', '*.google.tt'), ('DNS', '*.google.ua'), ('DNS', '*.google.us'), ('DNS', '*.google.uz'), ('DNS', '*.google.vg'), ('DNS', '*.google.vu'), ('DNS', '*.google.ws'), ('DNS', '*.googleadapis.com'), ('DNS', '*.googleadsserving.cn'), ('DNS', '*.googleapis.cn'), ('DNS', '*.googlecommerce.com'), ('DNS', '*.googlevideo.com'), ('DNS', '*.gstatic.cn'), ('DNS', '*.gstatic.com'), ('DNS', '*.gvt1.com'), ('DNS', '*.gvt2.com'), ('DNS', '*.jp.doubleclick.net'), ('DNS', '*.metric.gstatic.com'), ('DNS', '*.uk.doubleclick.net'), ('DNS', '*.urchin.com'), ('DNS', '*.url.google.com'), ('DNS', '*.youtube-nocookie.com'), ('DNS', '*.youtube.com'), ('DNS', '*.youtubeeducation.com'), ('DNS', '*.ytimg.com'), ('DNS', 'ad.mo.doubleclick.net'), ('DNS', 'android.clients.google.com'), ('DNS', 'android.com'), ('DNS', 'doubleclick.net'), ('DNS', 'g.co'), ('DNS', 'goo.gl'), ('DNS', 'google-analytics.com'), ('DNS', 'google.ac'), ('DNS', 'google.ad'), ('DNS', 'google.ae'), ('DNS', 'google.af'), ('DNS', 'google.ag'), ('DNS', 'google.al'), ('DNS', 'google.am'), ('DNS', 'google.as'), ('DNS', 'google.at'), ('DNS', 'google.az'), ('DNS', 'google.ba'), ('DNS', 'google.be'), ('DNS', 'google.bf'), ('DNS', 'google.bg'), ('DNS', 'google.bi'), ('DNS', 'google.bj'), ('DNS', 'google.bs'), ('DNS', 'google.bt'), ('DNS', 'google.by'), ('DNS', 'google.ca'), ('DNS', 'google.cat'), ('DNS', 'google.cc'), ('DNS', 'google.cd'), ('DNS', 'google.cf'), ('DNS', 'google.cg'), ('DNS', 'google.ch'), ('DNS', 'google.ci'), ('DNS', 'google.cl'), ('DNS', 'google.cm'), ('DNS', 'google.cn'), ('DNS', 'google.co.ao'), ('DNS', 'google.co.bw'), ('DNS', 'google.co.ck'), ('DNS', 'google.co.cr'), ('DNS', 'google.co.hu'), ('DNS', 'google.co.id'), ('DNS', 'google.co.il'), ('DNS', 'google.co.im'), ('DNS', 'google.co.in'), ('DNS', 'google.co.je'), ('DNS', 'google.co.jp'), ('DNS', 'google.co.ke'), ('DNS', 'google.co.kr'), ('DNS', 'google.co.ls'), ('DNS', 'google.co.ma'), ('DNS', 'google.co.mz'), ('DNS', 'google.co.nz'), ('DNS', 'google.co.th'), ('DNS', 'google.co.tz'), ('DNS', 'google.co.ug'), ('DNS', 'google.co.uk'), ('DNS', 'google.co.uz'), ('DNS', 'google.co.ve'), ('DNS', 'google.co.vi'), ('DNS', 'google.co.za'), ('DNS', 'google.co.zm'), ('DNS', 'google.co.zw'), ('DNS', 'google.com.af'), ('DNS', 'google.com.ag'), ('DNS', 'google.com.ai'), ('DNS', 'google.com.ar'), ('DNS', 'google.com.au'), ('DNS', 'google.com.bd'), ('DNS', 'google.com.bh'), ('DNS', 'google.com.bn'), ('DNS', 'google.com.bo'), ('DNS', 'google.com.br'), ('DNS', 'google.com.by'), ('DNS', 'google.com.bz'), ('DNS', 'google.com.cn'), ('DNS', 'google.com.co'), ('DNS', 'google.com.cu'), ('DNS', 'google.com.cy'), ('DNS', 'google.com.do'), ('DNS', 'google.com.ec'), ('DNS', 'google.com.eg'), ('DNS', 'google.com.et'), ('DNS', 'google.com.fj'), ('DNS', 'google.com.ge'), ('DNS', 'google.com.gh'), ('DNS', 'google.com.gi'), ('DNS', 'google.com.gr'), ('DNS', 'google.com.gt'), ('DNS', 'google.com.hk'), ('DNS', 'google.com.iq'), ('DNS', 'google.com.jm'), ('DNS', 'google.com.jo'), ('DNS', 'google.com.kh'), ('DNS', 'google.com.kw'), ('DNS', 'google.com.lb'), ('DNS', 'google.com.ly'), ('DNS', 'google.com.mm'), ('DNS', 'google.com.mt'), ('DNS', 'google.com.mx'), ('DNS', 'google.com.my'), ('DNS', 'google.com.na'), ('DNS', 'google.com.nf'), ('DNS', 'google.com.ng'), ('DNS', 'google.com.ni'), ('DNS', 'google.com.np'), ('DNS', 'google.com.nr'), ('DNS', 'google.com.om'), ('DNS', 'google.com.pa'), ('DNS', 'google.com.pe'), ('DNS', 'google.com.pg'), ('DNS', 'google.com.ph'), ('DNS', 'google.com.pk'), ('DNS', 'google.com.pl'), ('DNS', 'google.com.pr'), ('DNS', 'google.com.py'), ('DNS', 'google.com.qa'), ('DNS', 'google.com.ru'), ('DNS', 'google.com.sa'), ('DNS', 'google.com.sb'), ('DNS', 'google.com.sg'), ('DNS', 'google.com.sl'), ('DNS', 'google.com.sv'), ('DNS', 'google.com.tj'), ('DNS', 'google.com.tn'), ('DNS', 'google.com.tr'), ('DNS', 'google.com.tw'), ('DNS', 'google.com.ua'), ('DNS', 'google.com.uy'), ('DNS', 'google.com.vc'), ('DNS', 'google.com.ve'), ('DNS', 'google.com.vn'), ('DNS', 'google.cv'), ('DNS', 'google.cz'), ('DNS', 'google.de'), ('DNS', 'google.dj'), ('DNS', 'google.dk'), ('DNS', 'google.dm'), ('DNS', 'google.dz'), ('DNS', 'google.ee'), ('DNS', 'google.es'), ('DNS', 'google.eus'), ('DNS', 'google.fi'), ('DNS', 'google.fm'), ('DNS', 'google.fr'), ('DNS', 'google.frl'), ('DNS', 'google.ga'), ('DNS', 'google.gal'), ('DNS', 'google.ge'), ('DNS', 'google.gg'), ('DNS', 'google.gl'), ('DNS', 'google.gm'), ('DNS', 'google.gp'), ('DNS', 'google.gr'), ('DNS', 'google.gy'), ('DNS', 'google.hk'), ('DNS', 'google.hn'), ('DNS', 'google.hr'), ('DNS', 'google.ht'), ('DNS', 'google.hu'), ('DNS', 'google.ie'), ('DNS', 'google.im'), ('DNS', 'google.in'), ('DNS', 'google.info'), ('DNS', 'google.iq'), ('DNS', 'google.ir'), ('DNS', 'google.is'), ('DNS', 'google.it'), ('DNS', 'google.it.ao'), ('DNS', 'google.je'), ('DNS', 'google.jo'), ('DNS', 'google.jobs'), ('DNS', 'google.jp'), ('DNS', 'google.kg'), ('DNS', 'google.ki'), ('DNS', 'google.kz'), ('DNS', 'google.la'), ('DNS', 'google.li'), ('DNS', 'google.lk'), ('DNS', 'google.lt'), ('DNS', 'google.lu'), ('DNS', 'google.lv'), ('DNS', 'google.md'), ('DNS', 'google.me'), ('DNS', 'google.mg'), ('DNS', 'google.mk'), ('DNS', 'google.ml'), ('DNS', 'google.mn'), ('DNS', 'google.ms'), ('DNS', 'google.mu'), ('DNS', 'google.mv'), ('DNS', 'google.mw'), ('DNS', 'google.ne'), ('DNS', 'google.ne.jp'), ('DNS', 'google.net'), ('DNS', 'google.ng'), ('DNS', 'google.nl'), ('DNS', 'google.no'), ('DNS', 'google.nr'), ('DNS', 'google.nu'), ('DNS', 'google.off.ai'), ('DNS', 'google.pk'), ('DNS', 'google.pl'), ('Failed to fetch file gs://chromium-binutils/43ac0129d4f4fb570e14571e9e7510ba178d77cd for /home/leopard/workspace/chromium/src/third_party/binutils/Linux_x64/binutils.tar.bz2. [Err: /opt/dev-config/depot_tools/external_bin/gsutil/gsutil_4.15/gsutil/third_party/boto/boto/pyami/config.py:71: UserWarning: Unable to load AWS_CREDENTIAL_FILE ()
  warnings.warn('Unable to load AWS_CREDENTIAL_FILE (%s)' % full_path)
Failure: Server presented certificate that does not match host www.googleapis.com: {'notAfter': 'May 11 00:00:00 2016 GMT', 'subjectAltName': (('DNS', 'google.com'), ('DNS', '*.2mdn.net'), ('DNS', '*.android.com'), ('DNS', '*.appengine.google.com'), ('DNS', '*.au.doubleclick.net'), ('DNS', '*.cc-dt.com'), ('DNS', '*.cloud.google.com'), ('DNS', '*.de.doubleclick.net'), ('DNS', '*.doubleclick.com'), ('DNS', '*.doubleclick.net'), ('DNS', '*.fls.doubleclick.net'), ('DNS', '*.fr.doubleclick.net'), ('DNS', '*.google-analytics.com'), ('DNS', '*.google.ac'), ('DNS', '*.google.ad'), ('DNS', '*.google.ae'), ('DNS', '*.google.af'), ('DNS', '*.google.ag'), ('DNS', '*.google.al'), ('DNS', '*.google.am'), ('DNS', '*.google.as'), ('DNS', '*.google.at'), ('DNS', '*.google.az'), ('DNS', '*.google.ba'), ('DNS', '*.google.be'), ('DNS', '*.google.bf'), ('DNS', '*.google.bg'), ('DNS', '*.google.bi'), ('DNS', '*.google.bj'), ('DNS', '*.google.bs'), ('DNS', '*.google.bt'), ('DNS', '*.google.by'), ('DNS', '*.google.ca'), ('DNS', '*.google.cat'), ('DNS', '*.google.cc'), ('DNS', '*.google.cd'), ('DNS', '*.google.cf'), ('DNS', '*.google.cg'), ('DNS', '*.google.ch'), ('DNS', '*.google.ci'), ('DNS', '*.google.cl'), ('DNS', '*.google.cm'), ('DNS', '*.google.cn'), ('DNS', '*.google.co.ao'), ('DNS', '*.google.co.bw'), ('DNS', '*.google.co.ck'), ('DNS', '*.google.co.cr'), ('DNS', '*.google.co.hu'), ('DNS', '*.google.co.id'), ('DNS', '*.google.co.il'), ('DNS', '*.google.co.im'), ('DNS', '*.google.co.in'), ('DNS', '*.google.co.je'), ('DNS', '*.google.co.jp'), ('DNS', '*.google.co.ke'), ('DNS', '*.google.co.kr'), ('DNS', '*.google.co.ls'), ('DNS', '*.google.co.ma'), ('DNS', '*.google.co.mz'), ('DNS', '*.google.co.nz'), ('DNS', '*.google.co.th'), ('DNS', '*.google.co.tz'), ('DNS', '*.google.co.ug'), ('DNS', '*.google.co.uk'), ('DNS', '*.google.co.uz'), ('DNS', '*.google.co.ve'), ('DNS', '*.google.co.vi'), ('DNS', '*.google.co.za'), ('DNS', '*.google.co.zm'), ('DNS', '*.google.co.zw'), ('DNS', '*.google.com'), ('DNS', '*.google.com.af'), ('DNS', '*.google.com.ag'), ('DNS', '*.google.com.ai'), ('DNS', '*.google.com.ar'), ('DNS', '*.google.com.au'), ('DNS', '*.google.com.bd'), ('DNS', '*.google.com.bh'), ('DNS', '*.google.com.bn'), ('DNS', '*.google.com.bo'), ('DNS', '*.google.com.br'), ('DNS', '*.google.com.by'), ('DNS', '*.google.com.bz'), ('DNS', '*.google.com.cn'), ('DNS', '*.google.com.co'), ('DNS', '*.google.com.cu'), ('DNS', '*.google.com.cy'), ('DNS', '*.google.com.do'), ('DNS', '*.google.com.ec'), ('DNS', '*.google.com.eg'), ('DNS', '*.google.com.et'), ('DNS', '*.google.com.fj'), ('DNS', '*.google.com.ge'), ('DNS', '*.google.com.gh'), ('DNS', '*.google.com.gi'), ('DNS', '*.google.com.gr'), ('DNS', '*.google.com.gt'), ('DNS', '*.google.com.hk'), ('DNS', '*.google.com.iq'), ('DNS', '*.google.com.jm'), ('DNS', '*.google.com.jo'), ('DNS', '*.google.com.kh'), ('DNS', '*.google.com.kw'), ('DNS', '*.google.com.lb'), ('DNS', '*.google.com.ly'), ('DNS', '*.google.com.mm'), ('DNS', '*.google.com.mt'), ('DNS', '*.google.com.mx'), ('DNS', '*.google.com.my'), ('DNS', '*.google.com.na'), ('DNS', '*.google.com.nf'), ('DNS', '*.google.com.ng'), ('DNS', '*.google.com.ni'), ('DNS', '*.google.com.np'), ('DNS', '*.google.com.nr'), ('DNS', '*.google.com.om'), ('DNS', '*.google.com.pa'), ('DNS', '*.google.com.pe'), ('DNS', '*.google.com.pg'), ('DNS', '*.google.com.ph'), ('DNS', '*.google.com.pk'), ('DNS', '*.google.com.pl'), ('DNS', '*.google.com.pr'), ('DNS', '*.google.com.py'), ('DNS', '*.google.com.qa'), ('DNS', '*.google.com.ru'), ('DNS', '*.google.com.sa'), ('DNS', '*.google.com.sb'), ('DNS', '*.google.com.sg'), ('DNS', '*.google.com.sl'), ('DNS', '*.google.com.sv'), ('DNS', '*.google.com.tj'), ('DNS', '*.google.com.tn'), ('DNS', '*.google.com.tr'), ('DNS', '*.google.com.tw'), ('DNS', '*.google.com.ua'), ('DNS', '*.google.com.uy'), ('DNS', '*.google.com.vc'), ('DNS', '*.google.com.ve'), ('DNS', '*.google.com.vn'), ('DNS', '*.google.cv'), ('DNS', '*.google.cz'), ('DNS', '*.google.de'), ('DNS', '*.google.dj'), ('DNS', '*.google.dk'), ('DNS', '*.google.dm'), ('DNS', '*.google.dz'), ('DNS', '*.google.ee'), ('DNS', '*.google.es'), ('DNS', '*.google.eus'), ('DNS', '*.google.fi'), ('DNS', '*.google.fm'), ('DNS', '*.google.fr'), ('DNS', '*.google.frl'), ('DNS', '*.google.ga'), ('DNS', '*.google.gal'), ('DNS', '*.google.ge'), ('DNS', '*.google.gg'), ('DNS', '*.google.gl'), ('DNS', '*.google.gm'), ('DNS', '*.google.gp'), ('DNS', '*.google.gr'), ('DNS', '*.google.gy'), ('DNS', '*.google.hk'), ('DNS', '*.google.hn'), ('DNS', '*.google.hr'), ('DNS', '*.google.ht'), ('DNS', '*.google.hu'), ('DNS', '*.google.ie'), ('DNS', '*.google.im'), ('DNS', '*.google.in'), ('DNS', '*.google.info'), ('DNS', '*.google.iq'), ('DNS', '*.google.ir'), ('DNS', '*.google.is'), ('DNS', '*.google.it'), ('DNS', '*.google.it.ao'), ('DNS', '*.google.je'), ('DNS', '*.google.jo'), ('DNS', '*.google.jobs'), ('DNS', '*.google.jp'), ('DNS', '*.google.kg'), ('DNS', '*.google.ki'), ('DNS', '*.google.kz'), ('DNS', '*.google.la'), ('DNS', '*.google.li'), ('DNS', '*.google.lk'), ('DNS', '*.google.lt'), ('DNS', '*.google.lu'), ('DNS', '*.google.lv'), ('DNS', '*.google.md'), ('DNS', '*.google.me'), ('DNS', '*.google.mg'), ('DNS', '*.google.mk'), ('DNS', '*.google.ml'), ('DNS', '*.google.mn'), ('DNS', '*.google.ms'), ('DNS', '*.google.mu'), ('DNS', '*.google.mv'), ('DNS', '*.google.mw'), ('DNS', '*.google.ne'), ('DNS', '*.google.ne.jp'), ('DNS', '*.google.net'), ('DNS', '*.google.ng'), ('DNS', '*.google.nl'), ('DNS', '*.google.no'), ('DNS', '*.google.nr'), ('DNS', '*.google.nu'), ('DNS', '*.google.off.ai'), ('DNS', '*.google.pk'), ('DNS', '*.google.pl'), ('DNS', '*.google.pn'), ('DNS', '*.google.ps'), ('DNS', '*.google.pt'), ('DNS', '*.google.ro'), ('DNS', '*.google.rs'), ('DNS', '*.google.ru'), ('DNS', '*.google.rw'), ('DNS', '*.google.sc'), ('DNS', '*.google.se'), ('DNS', '*.google.sh'), ('DNS', '*.google.si'), ('DNS', '*.google.sk'), ('DNS', '*.google.sm'), ('DNS', '*.google.sn'), ('DNS', '*.google.so'), ('DNS', '*.google.sr'), ('DNS', '*.google.st'), ('DNS', '*.google.td'), ('DNS', '*.google.tel'), ('DNS', '*.google.tg'), ('DNS', '*.google.tk'), ('DNS', '*.google.tl'), ('DNS', '*.google.tm'), ('DNS', '*.google.tn'), ('DNS', '*.google.to'), ('DNS', '*.google.tt'), ('DNS', '*.google.ua'), ('DNS', '*.google.us'), ('DNS', '*.google.uz'), ('DNS', '*.google.vg'), ('DNS', '*.google.vu'), ('DNS', '*.google.ws'), ('DNS', '*.googleadapis.com'), ('DNS', '*.googleadsserving.cn'), ('DNS', '*.googleapis.cn'), ('DNS', '*.googlecommerce.com'), ('DNS', '*.googlevideo.com'), ('DNS', '*.gstatic.cn'), ('DNS', '*.gstatic.com'), ('DNS', '*.gvt1.com'), ('DNS', '*.gvt2.com'), ('DNS', '*.jp.doubleclick.net'), ('DNS', '*.metric.gstatic.com'), ('DNS', '*.uk.doubleclick.net'), ('DNS', '*.urchin.com'), ('DNS', '*.url.google.com'), ('DNS', '*.youtube-nocookie.com'), ('DNS', '*.youtube.com'), ('DNS', '*.youtubeeducation.com'), ('DNS', '*.ytimg.com'), ('DNS', 'ad.mo.doubleclick.net'), ('DNS', 'android.clients.google.com'), ('DNS', 'android.com'), ('DNS', 'doubleclick.net'), ('DNS', 'g.co'), ('DNS', 'goo.gl'), ('DNS', 'google-analytics.com'), ('DNS', 'google.ac'), ('DNS', 'google.ad'), ('DNS', 'google.ae'), ('DNS', 'google.af'), ('DNS', 'google.ag'), ('DNS', 'google.al'), ('DNS', 'google.am'), ('DNS', 'google.as'), ('DNS', 'google.at'), ('DNS', 'google.az'), ('DNS', 'google.ba'), ('DNS', 'google.be'), ('DNS', 'google.bf'), ('DNS', 'google.bg'), ('DNS', 'google.bi'), ('DNS', 'google.bj'), ('DNS', 'google.bs'), ('DNS', 'google.bt'), ('DNS', 'google.by'), ('DNS', 'google.ca'), ('DNS', 'google.cat'), ('DNS', 'google.cc'), ('DNS', 'google.cd'), ('DNS', 'google.cf'), ('DNS', 'google.cg'), ('DNS', 'google.ch'), ('DNS', 'google.ci'), ('DNS', 'google.cl'), ('DNS', 'google.cm'), ('DNS', 'google.cn'), ('DNS', 'google.co.ao'), ('DNS', 'google.co.bw'), ('DNS', 'google.co.ck'), ('DNS', 'google.co.cr'), ('DNS', 'google.co.hu'), ('DNS', 'google.co.id'), ('DNS', 'google.co.il'), ('DNS', 'google.co.im'), ('DNS', 'google.co.in'), ('DNS', 'google.co.je'), ('DNS', 'google.co.jp'), ('DNS', 'google.co.ke'), ('DNS', 'google.co.kr'), ('DNS', 'google.co.ls'), ('DNS', 'google.co.ma'), ('DNS', 'google.co.mz'), ('DNS', 'google.co.nz'), ('DNS', 'google.co.th'), ('DNS', 'google.co.tz'), ('DNS', 'google.co.ug'), ('DNS', 'google.co.uk'), ('DNS', 'google.co.uz'), ('DNS', 'google.co.ve'), ('DNS', 'google.co.vi'), ('DNS', 'google.co.za'), ('DNS', 'google.co.zm'), ('DNS', 'google.co.zw'), ('DNS', 'google.com.af'), ('DNS', 'google.com.ag'), ('DNS', 'google.com.ai'), ('DNS', 'google.com.ar'), ('DNS', 'google.com.au'), ('DNS', 'google.com.bd'), ('DNS', 'google.com.bh'), ('DNS', 'google.com.bn'), ('DNS', 'google.com.bo'), ('DNS', 'google.com.br'), ('DNS', 'google.com.by'), ('DNS', 'google.com.bz'), ('DNS', 'google.com.cn'), ('DNS', 'google.com.co'), ('DNS', 'google.com.cu'), ('DNS', 'google.com.cy'), ('DNS', 'google.com.do'), ('DNS', 'google.com.ec'), ('DNS', 'google.com.eg'), ('DNS', 'google.com.et'), ('DNS', 'google.com.fj'), ('DNS', 'google.com.ge'), ('DNS', 'google.com.gh'), ('DNS', 'google.com.gi'), ('DNS', 'google.com.gr'), ('DNS', 'google.com.gt'), ('DNS', 'google.com.hk'), ('DNS', 'google.com.iq'), ('DNS', 'google.com.jm'), ('DNS', 'google.com.jo'), ('DNS', 'google.com.kh'), ('DNS', 'google.com.kw'), ('DNS', 'google.com.lb'), ('DNS', 'google.com.ly'), ('DNS', 'google.com.mm'), ('DNS', 'google.com.mt'), ('DNS', 'google.com.mx'), ('DNS', 'google.com.my'), ('DNS', 'google.com.na'), ('DNS', 'google.com.nf'), ('DNS', 'google.com.ng'), ('DNS', 'google.com.ni'), ('DNS', 'google.com.np'), ('DNS', 'google.com.nr'), ('DNS', 'google.com.om'), ('DNS', 'google.com.pa'), ('DNS', 'google.com.pe'), ('DNS', 'google.com.pg'), ('DNS', 'google.com.ph'), ('DNS', 'google.com.pk'), ('DNS', 'google.com.pl'), ('DNS', 'google.com.pr'), ('DNS', 'google.com.py'), ('DNS', 'google.com.qa'), ('DNS', 'google.com.ru'), ('DNS', 'google.com.sa'), ('DNS', 'google.com.sb'), ('DNS', 'google.com.sg'), ('DNS', 'google.com.sl'), ('DNS', 'google.com.sv'), ('DNS', 'google.com.tj'), ('DNS', 'google.com.tn'), ('DNS', 'google.com.tr'), ('DNS', 'google.com.tw'), ('DNS', 'google.com.ua'), ('DNS', 'google.com.uy'), ('DNS', 'google.com.vc'), ('DNS', 'google.com.ve'), ('DNS', 'google.com.vn'), ('DNS', 'google.cv'), ('DNS', 'google.cz'), ('DNS', 'google.de'), ('DNS', 'google.dj'), ('DNS', 'google.dk'), ('DNS', 'google.dm'), ('DNS', 'google.dz'), ('DNS', 'google.ee'), ('DNS', 'google.es'), ('DNS', 'google.eus'), ('DNS', 'google.fi'), ('DNS', 'google.fm'), ('DNS', 'google.fr'), ('DNS', 'google.frl'), ('DNS', 'google.ga'), ('DNS', 'google.gal'), ('DNS', 'google.ge'), ('DNS', 'google.gg'), ('DNS', 'google.gl'), ('DNS', 'google.gm'), ('DNS', 'google.gp'), ('DNS', 'google.gr'), ('DNS', 'google.gy'), ('DNS', 'google.hk'), ('DNS', 'google.hn'), ('DNS', 'google.hr'), ('DNS', 'google.ht'), ('DNS', 'google.hu'), ('DNS', 'google.ie'), ('DNS', 'google.im'), ('DNS', 'google.in'), ('DNS', 'google.info'), ('DNS', 'google.iq'), ('DNS', 'google.ir'), ('DNS', 'google.is'), ('DNS', 'google.it'), ('DNS', 'google.it.ao'), ('DNS', 'google.je'), ('DNS', 'google.jo'), ('DNS', 'google.jobs'), ('DNS', 'google.jp'), ('DNS', 'google.kg'), ('DNS', 'google.ki'), ('DNS', 'google.kz'), ('DNS', 'google.la'), ('DNS', 'google.li'), ('DNS', 'google.lk'), ('DNS', 'google.lt'), ('DNS', 'google.lu'), ('DNS', 'google.lv'), ('DNS', 'google.md'), ('DNS', 'google.me'), ('DNS', 'google.mg'), ('DNS', 'google.mk'), ('DNS', 'google.ml'), ('DNS', 'google.mn'), ('DNS', 'google.ms'), ('DNS', 'google.mu'), ('DNS', 'google.mv'), ('DNS', 'google.mw'), ('DNS', 'google.ne'), ('DNS', 'google.ne.jp'), ('DNS', 'google.net'), ('DNS', 'google.ng'), ('DNS', 'google.nl'), ('DNS', 'google.no'), ('DNS', 'google.nr'), ('DNS', 'google.nu'), ('DNS', 'google.off.ai'), ('DNS', 'google.pk'), ('DNS', 'google.pl'), ('DNS', 'google.pn'), ('DNS', 'google.ps'), ('DNS', 'google.pt'), ('DNS', 'google.ro'), ('DNS', 'google.rs'), ('DNS', 'google.ru'), ('DNS', 'google.rw'), ('DNS', 'google.sc'), ('DNS', 'google.se'), ('DNS', 'google.sh'), ('DNS', 'google.si'), ('DNS', 'google.sk'), ('DNS', 'google.sm'), ('DNS', 'google.sn'), ('DNS', 'google.so'), ('DNS', 'google.sr'), ('DNS', 'google.st'), ('DNS', 'google.td'), ('DNS', 'google.tel'), ('DNS', 'google.tg'), ('DNS', 'google.tk'), ('DNS', 'google.tl'), ('DNS', 'google.tm'), ('DNS', 'google.tn'), ('DNS', 'google.to'), ('DNS', 'google.tt'), ('DNS', 'google.ua'), ('DNS', 'google.us'), ('DNS', 'google.uz'), ('DNS', 'google.vg'), ('DNS', 'google.vu'), ('DNS', 'google.ws'), ('DNS', 'googlecommerce.com'), ('DNS', 'gstatic.com'), ('DNS', 'urchin.com'), ('DNS', 'youtu.be'), ('DNS', 'youtube.com'), ('DNS', 'youtubeeducation.com')), 'subject': ((('countryName', u'US'),), (('stateOrProvinceName', u'California'),), (('localityName', u'Mountain View'),), (('organizationName', u'Google Inc'),), (('commonName', u'google.com'),))}.
]
DNS', 'google.pn'), ('DNS', 'google.ps'), ('DNS', 'google.pt'), ('DNS', 'google.ro'), ('DNS', 'google.rs'), ('DNS', 'google.ru'), ('DNS', 'google.rw'), ('DNS', 'google.sc'), ('DNS', 'google.se'), ('DNS', 'google.sh'), ('DNS', 'google.si'), ('DNS', 'google.sk'), ('DNS', 'google.sm'), ('DNS', 'google.sn'), ('DNS', 'google.so'), ('DNS', 'google.sr'), ('DNS', 'google.st'), ('DNS', 'google.td'), ('DNS', 'google.tel'), ('DNS', 'google.tg'), ('DNS', 'google.tk'), ('DNS', 'google.tl'), ('DNS', 'google.tm'), ('DNS', 'google.tn'), ('DNS', 'google.to'), ('DNS', 'google.tt'), ('DNS', 'google.ua'), ('DNS', 'google.us'), ('DNS', 'google.uz'), ('DNS', 'google.vg'), ('DNS', 'google.vu'), ('DNS', 'google.ws'), ('DNS', 'googlecommerce.com'), ('DNS', 'gstatic.com'), ('DNS', 'urchin.com'), ('DNS', 'youtu.be'), ('DNS', 'youtube.com'), ('DNS', 'youtubeeducation.com')), 'subject': ((('countryName', u'US'),), (('stateOrProvinceName', u'California'),), (('localityName', u'Mountain View'),), (('organizationName', u'Google Inc'),), (('commonName', u'google.com'),))}.
]
Downloading 1 files took 3.776582 second(s)
Downloading /home/leopard/workspace/chromium/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 540, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['download_from_google_storage', '--no_resume', '--no_auth', '--bucket', 'chromium-binutils', '-s', '/home/leopard/workspace/chromium/src/third_party/binutils/Linux_x64/binutils.tar.bz2.sha1']' returned non-zero exit status 1
Error: Command '/usr/bin/python src/third_party/binutils/download.py' returned non-zero exit status 1 in /home/leopard/workspace/chromium

What is the problem?

茆文涛

unread,
Jun 15, 2016, 3:17:56 AM6/15/16
to Chromium-dev, liuta...@gmail.com, ava...@chromium.org
Hi
    I Get the code Corsswalk For Android,Meet the same problem.How do you solve it, how much is your Email?
    thanks

在 2016年2月23日星期二 UTC+8下午4:04:49,海天清叶写道:

by li

unread,
Jul 21, 2016, 9:50:08 AM7/21/16
to Chromium-dev, liuta...@gmail.com, ava...@chromium.org
I also meet this problem, can you tell me how do you solve it, thanks.


在 2016年2月23日星期二 UTC+8下午4:04:49,海天清叶写道:

Deli Yang

unread,
Sep 21, 2016, 2:01:38 AM9/21/16
to Chromium-dev, liuta...@gmail.com, ava...@chromium.org
I also meet this problem, can you tell me how do you solve it, thanks.

在 2015年12月25日星期五 UTC+8下午7:51:27,Tao Liu写道:
It worked, thanks a lot!

jaijo jo

unread,
Dec 8, 2016, 12:45:30 AM12/8/16
to Chromium-dev
Hi,

I'm getting the following error when i try the command
gclient runhooks

Downloading 1 files took 3.077050 second(s)
Downloading /home/dooth/chromium/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 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['download_from_google_storage', '--no_resume', '--no_auth', '--bucket', 'chromium-binutils', '-s', '/home/dooth/chromium/src/third_party/binutils/Linux_x64/binutils.tar.bz2.sha1']' returned non-zero exit status 1
Error: Command '/usr/bin/python src/third_party/binutils/download.py' returned non-zero exit status 1 in /home/dooth/chromium

Can you please help me to resolve this issue

Tip Mao

unread,
Dec 14, 2016, 1:09:36 AM12/14/16
to Chromium-dev
 I have the same problem with you,How do you solve this problem?

Installing Debian Wheezy amd64 root image: /home/chrome/src/build/linux/debian_wheezy_amd64-sysroot


在 2015年12月25日星期五 UTC+8下午6:52:28,Tao Liu写道:

Tip Mao

unread,
Dec 14, 2016, 1:20:07 AM12/14/16
to Chromium-dev
How to resolve it?
________ running '/usr/bin/python src/build/linux/sysroot_scripts/install-sysroot.py --running-as-hook' in '/home/chrome'
Installing Debian Wheezy amd64 root image: /home/chrome/src/build/linux/debian_wheezy_amd64-sysroot
Error: Command '/usr/bin/python src/build/linux/sysroot_scripts/install-sysroot.py --running-as-hook' returned non-zero exit status 1 in /home/chrome
Hook '/usr/bin/python src/build/linux/sysroot_scripts/install-sysroot.py --running-as-hook' took 381.81 secs


在 2015年12月25日星期五 UTC+8下午6:52:28,Tao Liu写道:
Hi

Tom Anderson

unread,
Dec 14, 2016, 2:11:39 PM12/14/16
to stmao...@gmail.com, Chromium-dev

This is a shot in the dark, but there was a period of a few days where install-sysroot.py wouldn't work when running behind a proxy.  Please make sure your checkout is at least up-to-date with this revision https://chromium.googlesource.com/chromium/src/+/3d4239679d76e88774843f9dd2a132fcead3b24e

Alexander Komarnitsky

unread,
May 19, 2017, 10:32:17 AM5/19/17
to Chromium-dev
Reply all
Reply to author
Forward
0 new messages