Bug 106769 - [GTK] build-webkit fails if the jhbuild wrapper is not used
Summary: [GTK] build-webkit fails if the jhbuild wrapper is not used
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sergio Villar Senin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-14 02:03 PST by Sergio Villar Senin
Modified: 2013-01-16 04:02 PST (History)
10 users (show)

See Also:


Attachments
Patch (1.69 KB, patch)
2013-01-14 02:05 PST, Sergio Villar Senin
no flags Details | Formatted Diff | Diff
Patch (1.77 KB, patch)
2013-01-14 05:12 PST, Sergio Villar Senin
no flags Details | Formatted Diff | Diff
Patch (2.20 KB, patch)
2013-01-14 05:25 PST, Sergio Villar Senin
no flags Details | Formatted Diff | Diff
Patch (1.28 KB, patch)
2013-01-15 03:22 PST, Sergio Villar Senin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergio Villar Senin 2013-01-14 02:03:01 PST
[GTK] build-webkit fails if the jhbuild wrapper is not used
Comment 1 Sergio Villar Senin 2013-01-14 02:05:47 PST
Created attachment 182529 [details]
Patch
Comment 2 Sergio Villar Senin 2013-01-14 02:07:00 PST
I found this while trying to use WEBKITOUTPUTDIR. The jhbuild wrapper was not used because I didn't have the "Dependencies" folder in the new location specified by the environmnet variable.
Comment 3 kov's GTK+ EWS bot 2013-01-14 02:34:05 PST
Comment on attachment 182529 [details]
Patch

Attachment 182529 [details] did not pass gtk-ews (gtk):
Output: http://queues.webkit.org/results/15868440
Comment 4 Sergio Villar Senin 2013-01-14 05:12:06 PST
Created attachment 182551 [details]
Patch
Comment 5 Sergio Villar Senin 2013-01-14 05:25:26 PST
Created attachment 182555 [details]
Patch
Comment 6 kov's GTK+ EWS bot 2013-01-14 06:32:45 PST
Comment on attachment 182555 [details]
Patch

Attachment 182555 [details] did not pass gtk-ews (gtk):
Output: http://queues.webkit.org/results/15868501
Comment 7 Sergio Villar Senin 2013-01-14 07:06:11 PST
(In reply to comment #6)
> (From update of attachment 182555 [details])
> Attachment 182555 [details] did not pass gtk-ews (gtk):
> Output: http://queues.webkit.org/results/15868501

Beh, not sure where that "3" comes from...
Comment 8 Martin Robinson 2013-01-14 16:20:28 PST
Comment on attachment 182555 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=182555&action=review

The build failure seems legitimate, so it should probably be fixed.

> Tools/Scripts/webkitdirs.pm:1967
> +    # Prefix the command with jhbuild run.
> +    my $jhbuildWrapper = jhbuildWrapperPrefixIfNeeded();
> +    unshift(@buildArgs, $jhbuildWrapper) if ($jhbuildWrapper ne "");
> +

Why not add a function like prefixWithJHBuildWrapperIfNeeded()?
Comment 9 Sergio Villar Senin 2013-01-15 03:22:36 PST
Created attachment 182729 [details]
Patch
Comment 10 Sergio Villar Senin 2013-01-16 04:02:16 PST
Comment on attachment 182729 [details]
Patch

Clearing flags on attachment: 182729

Committed r139868: <http://trac.webkit.org/changeset/139868>
Comment 11 Sergio Villar Senin 2013-01-16 04:02:23 PST
All reviewed patches have been landed.  Closing bug.