It seems like a proxy error actually (happening across all Linux Machines in 
this network). I have applied that command manually. Output of that is here: 
http://collabedit.com/vetyg

 

It did succeed on Fedora 20 on my notebook which is connected to a different 
network (the network does not require proxy settings)

 

Regards,

Atiq

 

From: v8-dev@googlegroups.com [mailto:v8-dev@googlegroups.com] On Behalf Of 
Jochen Eisinger
Sent: Wednesday, June 22, 2016 1:14 AM
To: v8-dev@googlegroups.com
Subject: Re: [v8-dev] fetch failing on recently released Fedora 24

 

Do you get a more detailed error when you run the download_from_google_storage 
command manually?

It's failing to download clang-format btw. If you don't want to use clang to 
compile you'll need to set the environment variable GYP_DEFINES to clang=0

 

Atiq Rahman <atiq <mailto:atiq.rah...@oracle.com> *.com> schrieb am Mi., 22. 
Juni 2016, 01:40:

Hi,

Fedora 24 has been released today. Apparently, clang binaries for this new 
platform is not there yet. It is throwing following error when `fetch` is run,

 

$ fetch v8

Running: gclient root

Running: gclient config --spec 'solutions = [

  {

    "managed": False,

    "name": "v8",

    "url": "https://chromium.googlesource.com/v8/v8.git";,

    "custom_deps": {},

    "deps_file": "DEPS",

    "safesync_url": "",

  },

]

'

Running: gclient sync --with_branch_heads

Error: Command 'download_from_google_storage --no_resume --platform=linux* 
--no_auth --bucket chromium-clang-format -s 
v8/buildtools/linux64/clang-format.sha1' returned non-zero exit status 1 in 
/home/atiq/jv8_ws

Traceback (most recent call last):

  File "/home/atiq/depot_tools/fetch.py", line 353, in <module>

    sys.exit(main())

  File "/home/atiq/depot_tools/fetch.py", line 348, in main

    return run(options, spec, root)

  File "/home/atiq/depot_tools/fetch.py", line 342, in run

    return checkout.init()

  File "/home/atiq/depot_tools/fetch.py", line 142, in init

    self.run_gclient(*sync_cmd)

  File "/home/atiq/depot_tools/fetch.py", line 76, in run_gclient

    return self.run(cmd_prefix + cmd, **kwargs)

  File "/home/atiq/depot_tools/fetch.py", line 66, in run

    return subprocess.check_output(cmd, **kwargs)

  File "/usr/lib64/python2.7/subprocess.py", line 573, in check_output

    raise CalledProcessError(retcode, cmd, output=output)

subprocess.CalledProcessError: Command '('gclient', 'sync', 
'--with_branch_heads')' returned non-zero exit status 2.

 

$ g++ --version

g++ (GCC) 6.1.1 20160510 (Red Hat 6.1.1-2)

Copyright (C) 2016 Free Software Foundation, Inc.

This is free software; see the source for copying conditions.  There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

 

$ uname -a

Linux fedora_ws 4.5.7-300.fc24.x86_64 #1 SMP Wed Jun 8 19:12:45 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux

$ cat /etc/redhat-release

Fedora release 24 (Twenty Four)

 

$ cd ../depot_tools/

$ git rev-parse HEAD

7400cf0f8448a3173b4e35de0aa00352c7e7ac82

 

Instead of throwing an error for not finding clang precompiled binaries should 
not it default to gcc/g++?

 

-- 
-- 
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to