[v8-users] Missing landmines.py?

2015-04-24 Thread Louis Santillan
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_to

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 u

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 >

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, Jako