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++?
Regards,
Atiq
----------------------------------------------------------------------------
---------------
V8 build resources:
v8 build external blog <http://fft-blog.azurewebsites.net/Tags/v8>
v8 build google wiki <https://github.com/v8/v8/wiki/Building%20with%20Gyp>
--
--
v8-dev mailing list
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.