Re: [v8-users] Missing landmines.py?

2015-05-04 Thread Louis Santillan
This is resolved for me now.  Must have been a temporary issue on my
VPS in getting to the Google Storage.

On Sat, Apr 25, 2015 at 9:52 AM, Louis Santillan  wrote:
> Still failing on
> gs://chromium-clang-format/7219213d084db0ea8eaed8f4291814f4f46fad3a
>
>
>
> On Sat, Apr 25, 2015 at 2:49 AM, Jakob Kummerow  
> wrote:
>> The landmines step is fine; downloading clang-format failed. It works for
>> me, so... try again? (You shouldn't even need to restart from scratch, just
>> "cd v8; gclient sync" should be enough.)
>>
>>
>> On Sat, Apr 25, 2015 at 1:17 AM, Louis Santillan  wrote:
>>>
>>> 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 
>>>   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 mailin

Re: [v8-users] Missing landmines.py?

2015-04-25 Thread Louis Santillan
Still failing on
gs://chromium-clang-format/7219213d084db0ea8eaed8f4291814f4f46fad3a



On Sat, Apr 25, 2015 at 2:49 AM, Jakob Kummerow  wrote:
> The landmines step is fine; downloading clang-format failed. It works for
> me, so... try again? (You shouldn't even need to restart from scratch, just
> "cd v8; gclient sync" should be enough.)
>
>
> On Sat, Apr 25, 2015 at 1:17 AM, Louis Santillan  wrote:
>>
>> 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 
>>   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
>> v8-users@googlegroups.com
>> 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 v8-users+unsubsc

Re: [v8-users] Missing landmines.py?

2015-04-25 Thread Jakob Kummerow
The landmines step is fine; downloading clang-format failed. It works for
me, so... try again? (You shouldn't even need to restart from scratch, just
"cd v8; gclient sync" should be enough.)


On Sat, Apr 25, 2015 at 1:17 AM, Louis Santillan  wrote:

> 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 
>   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
> v8-users@googlegroups.com
> 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 v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-us