Running C++ lint check...
Error running cpplint.py. Please make sure you have depot_tools in
your $PATH. Lint check skipped.
...
Which is repeated a number of times. Is there a package I need to
install? I did a search and nothing obvious popped up in Google. I'm
using Ubuntu 12.04 x64. And is there a reason this isn't in the
dependencies I already downloaded at the beginning of the build
process?
> I'm trying to follow the directions on the build page to both build
> and test my shells. But I get the below error after the builds
> complete...
> ...
> cctest/test-platform-linux.o
> LINK(target) /home/jmillenbach/perf/v8/out/ia32.release/cctest
> TOUCH /home/jmillenbach/perf/v8/out/ia32.release/obj.target/build/
> All.stamp
> make[1]: Leaving directory `/home/jmillenbach/perf/v8/out'
>>>> running presubmit tests
> Running C++ lint check...
> Error running cpplint.py. Please make sure you have depot_tools in
> your $PATH. Lint check skipped.
> ...
> Which is repeated a number of times. Is there a package I need to
> install? I did a search and nothing obvious popped up in Google. I'm
> using Ubuntu 12.04 x64. And is there a reason this isn't in the
> dependencies I already downloaded at the beginning of the build
> process?
On Wed, Oct 24, 2012 at 11:05 PM, Joe Millenbach <jmillenb...@gmail.com> wrote:
> I'm trying to follow the directions on the build page to both build
> and test my shells. But I get the below error after the builds
> complete...
> ...
> cctest/test-platform-linux.o
> LINK(target) /home/jmillenbach/perf/v8/out/ia32.release/cctest
> TOUCH /home/jmillenbach/perf/v8/out/ia32.release/obj.target/build/
> All.stamp
> make[1]: Leaving directory `/home/jmillenbach/perf/v8/out'
>>>> running presubmit tests
> Running C++ lint check...
> Error running cpplint.py. Please make sure you have depot_tools in
> your $PATH. Lint check skipped.
> ...
> Which is repeated a number of times. Is there a package I need to
> install? I did a search and nothing obvious popped up in Google. I'm
> using Ubuntu 12.04 x64. And is there a reason this isn't in the
> dependencies I already downloaded at the beginning of the build
> process?
I didn't see mention of this on the V8 build page. Thanks! The error message made me think I needed something like this, but I didn't know where to start looking.
> On Wed, Oct 24, 2012 at 11:05 PM, Joe Millenbach <jmill...@gmail.com<javascript:>> > wrote: > > I'm trying to follow the directions on the build page to both build > > and test my shells. But I get the below error after the builds > > complete...
> > ... > > cctest/test-platform-linux.o > > LINK(target) /home/jmillenbach/perf/v8/out/ia32.release/cctest > > TOUCH /home/jmillenbach/perf/v8/out/ia32.release/obj.target/build/ > > All.stamp > > make[1]: Leaving directory `/home/jmillenbach/perf/v8/out' > >>>> running presubmit tests > > Running C++ lint check... > > Error running cpplint.py. Please make sure you have depot_tools in > > your $PATH. Lint check skipped. > > ...
> > Which is repeated a number of times. Is there a package I need to > > install? I did a search and nothing obvious popped up in Google. I'm > > using Ubuntu 12.04 x64. And is there a reason this isn't in the > > dependencies I already downloaded at the beginning of the build > > process?
It appeared to stop the check process at least. It gave a number of errors, but it only tested the ia32 when I was doing a "make release.check" build. Thanks for the tip on how to skip it, but I'll probably just install the depot tools as Vyacheslav pointed to.
On Wednesday, October 24, 2012 2:08:37 PM UTC-7, kapouer wrote:
> That shouldn't stop the build ?
> If it does, try fiddling with > TESTFLAGS="--no-presubmit"
> J�r�my.
> On 24/10/2012 23:05, Joe Millenbach wrote: > > I'm trying to follow the directions on the build page to both build > > and test my shells. But I get the below error after the builds > > complete...
> > ... > > cctest/test-platform-linux.o > > LINK(target) /home/jmillenbach/perf/v8/out/ia32.release/cctest > > TOUCH /home/jmillenbach/perf/v8/out/ia32.release/obj.target/build/ > > All.stamp > > make[1]: Leaving directory `/home/jmillenbach/perf/v8/out' > >>>> running presubmit tests > > Running C++ lint check... > > Error running cpplint.py. Please make sure you have depot_tools in > > your $PATH. Lint check skipped. > > ...
> > Which is repeated a number of times. Is there a package I need to > > install? I did a search and nothing obvious popped up in Google. I'm > > using Ubuntu 12.04 x64. And is there a reason this isn't in the > > dependencies I already downloaded at the beginning of the build > > process?