I was updating my embedding and noticed this unusual error message. The `fetch v8` command is complaining about a missing landmines.py file. Anybody know how to fix this? Environment is Ubuntu 14.04.02 with gcc 4.8.2
$ git clone --depth 1 https://chromium.googlesource.com/chromium/tools/depot_tools.git $ export PATH=$PATH/home/user/build/depot_tools/ $ fetch --no-history v8 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 --no-history --with_branch_heads [0:01:00] Still working on: [0:01:00] v8 [0:01:10] Still working on: [0:01:10] v8 Syncing projects: 0% ( 0/ 2) [0:01:12] Still working on: [0:01:12] v8 Syncing projects: 100% (10/10), done. ________ running '/usr/bin/python v8/build/landmines.py' in '/build' Clobbering due to missing landmines file. ________ running 'download_from_google_storage --no_resume --platform=win32 --no_auth --bucket chromium-clang-format -s v8/buildtools/win/clang-format.exe.sha1' in '/home/user/build' ________ running 'download_from_google_storage --no_resume --platform=darwin --no_auth --bucket chromium-clang-format -s v8/buildtools/mac/clang-format.sha1' in '/home/user/build' ________ running 'download_from_google_storage --no_resume --platform=linux* --no_auth --bucket chromium-clang-format -s v8/buildtools/linux64/clang-format.sha1' in '/home/user/build' File gs://chromium-clang-format/7219213d084db0ea8eaed8f4291814f4f46fad3a for v8/buildtools/linux64/clang-format does not exist. 0> File gs://chromium-clang-format/7219213d084db0ea8eaed8f4291814f4f46fad3a for v8/buildtools/linux64/clang-format does not exist, skipping. 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/user/build Traceback (most recent call last): File "/home/user/build/depot_tools/fetch.py", line 335, in <module> sys.exit(main()) File "/home/user/build/depot_tools/fetch.py", line 330, in main return run(options, spec, root) File "/home/user/build/depot_tools/fetch.py", line 324, in run return checkout.init() File "/home/user/build/depot_tools/fetch.py", line 136, in init self.run_gclient(*sync_cmd) File "/home/user/build/depot_tools/fetch.py", line 76, in run_gclient return self.run(cmd_prefix + cmd, **kwargs) File "/home/user/build/depot_tools/fetch.py", line 66, in run return subprocess.check_call(cmd, **kwargs) File "/usr/lib/python2.7/subprocess.py", line 540, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '('gclient', 'sync', '--no-history', '--with_branch_heads')' returned non-zero exit status 2 -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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.
