On 31 October 2016 at 19:46, Galina Kistanova <gkistanova at gmail.com> wrote:> I applied it and reconfigured the master.Thanks Galina! Marco, the build is complaining about Ninja: http://lab.llvm.org:8011/builders/clang-bpf-build/builds/414/steps/cmake%20stage%201/logs/stdio CMake was unable to find a build program corresponding to "Ninja" Now I remember we used ninja by default because it's easier on Windows (than make). Can you install ninja on that machine? $ sudo apt-get install ninja-build should be enough. Sorry for that! --renato
Marco Leogrande via llvm-dev
2016-Oct-31 22:23 UTC
[llvm-dev] [Zorg] Simplify ClangBuilder
I have installed ninja and retriggered that build. I will monitor the results to confirm it succeeds. Regards, Marco Leogrande Sent by a carbon-based life form; hence, it may contain repetitions, inaccuracies, logical fallacies and repetitions. On Mon, Oct 31, 2016 at 3:17 PM, Renato Golin <renato.golin at linaro.org> wrote:> On 31 October 2016 at 19:46, Galina Kistanova <gkistanova at gmail.com> wrote: >> I applied it and reconfigured the master. > > Thanks Galina! > > Marco, the build is complaining about Ninja: > > http://lab.llvm.org:8011/builders/clang-bpf-build/builds/414/steps/cmake%20stage%201/logs/stdio > > CMake was unable to find a build program corresponding to "Ninja" > > Now I remember we used ninja by default because it's easier on Windows > (than make). > > Can you install ninja on that machine? > > $ sudo apt-get install ninja-build > > should be enough. Sorry for that! > > --renato
It's alive! :-) On 31 Oct 2016 10:24 p.m., "Marco Leogrande" <marcol at plumgrid.com> wrote:> I have installed ninja and retriggered that build. > I will monitor the results to confirm it succeeds. > > Regards, > > Marco Leogrande > > Sent by a carbon-based life form; hence, it may contain repetitions, > inaccuracies, logical fallacies and repetitions. > > > On Mon, Oct 31, 2016 at 3:17 PM, Renato Golin <renato.golin at linaro.org> > wrote: > > On 31 October 2016 at 19:46, Galina Kistanova <gkistanova at gmail.com> > wrote: > >> I applied it and reconfigured the master. > > > > Thanks Galina! > > > > Marco, the build is complaining about Ninja: > > > > http://lab.llvm.org:8011/builders/clang-bpf-build/ > builds/414/steps/cmake%20stage%201/logs/stdio > > > > CMake was unable to find a build program corresponding to "Ninja" > > > > Now I remember we used ninja by default because it's easier on Windows > > (than make). > > > > Can you install ninja on that machine? > > > > $ sudo apt-get install ninja-build > > > > should be enough. Sorry for that! > > > > --renato >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161031/59f0bae6/attachment.html>