On Wed, Jun 2, 2021 at 3:51 AM <skydive...@gmail.com> wrote:
>
> Hi,
>
> I have noticed I'm never unable to run "ninja" for a second time and I'm 
> required to rm -rf all the contents of "build" directory, and run 
> "../init-build.sh" again before running ninja again.  If I try to simpley run 
> "ninja" twice the error I get is:
> (...)
> /var/lib/gems/2.7.0/gems/jekyll-4.0.0/lib/jekyll/tags/include.rb:179: 
> warning: Using the last argument as keyword parameters is deprecated
> /var/lib/gems/2.7.0/gems/jekyll-4.0.0/lib/jekyll/tags/include.rb:179: 
> warning: Using the last argument as keyword parameters is deprecated
> (many times...)
> /var/lib/gems/2.7.0/gems/jekyll-4.0.0/lib/jekyll/tags/include.rb:179: 
> warning: Using the last argument as keyword parameters is deprecated
> /home/hugo/seL4/sel4webserver/build/docsite-prefix/src/docsite/_plugins/include_absolute.rb:71:
>  warning: Using the last argument as keyword parameters is deprecated
>                     done in 10.04 seconds.
>  Auto-regeneration: disabled. Use --watch to enable.
> ninja: build stopped: subcommand failed.
>
> Any hint on what could be happening? Anyone else having same issue? I'm doing 
> something wrong?

I don't experience this when building in the docker container sorry.

What happens when you force ninja to run sequentially with `ninja -j1`?
_______________________________________________
Devel mailing list -- devel@sel4.systems
To unsubscribe send an email to devel-leave@sel4.systems

Reply via email to