[webkit-gtk] WebKitGTK+ 2.5.3 released!

Martin Robinson mrobinson at webkit.org
Tue Aug 26 12:13:23 PDT 2014


build-webkit --makeargs="-v" is one way to do this easily.

--Martin

On Tue, Aug 26, 2014 at 12:11 PM, Enrique Ocaña González
<eocanha at igalia.com> wrote:
> El Martes, 26 de agosto de 2014 20:34:43 Jose escribió:
>
>> I do have ninja-build installed, and the build fails towards the end.
>> Any ideas how to fix it ?
>>
>> [5220/5529] Generating ../../WebKit2-4.0.gir
>> ninja: build stopped: subcommand failed.
>
> It would be nice to know which command is actually failing. To do that, ninja
> should be invoked as "ninja -v ...". Once we know the failing command,
> probably somebody else can shed some light about the problem.
>
> Unfortunately, I can't quickly tell you what to modify "in the right way" to
> always pass the -v parameter to ninja. However, if you want to try a quick and
> *REALLY DIRTY* hack (at your own risk), you could use a proxy command to add
> the parameter:
>
> As root, move /usr/bin/ninja to /usr/bin/ninja.orig and use this
> /usr/bin/ninja instead:
>
> ----
> #!/bin/bash
> /usr/bin/ninja.orig -v "$@"
> ----
>
> Don't forget restore the original "ninja" as soon as possible.
>
> Cheers.
>
> --
> Enrique Ocaña González
> _______________________________________________
> webkit-gtk mailing list
> webkit-gtk at lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-gtk


More information about the webkit-gtk mailing list