Bug 134542 - [GTK] make dist is broken
Summary: [GTK] make dist is broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks: 134543
  Show dependency treegraph
 
Reported: 2014-07-02 03:42 PDT by Carlos Garcia Campos
Modified: 2014-07-02 08:12 PDT (History)
10 users (show)

See Also:


Attachments
Patch (4.17 KB, patch)
2014-07-02 03:46 PDT, Carlos Garcia Campos
no flags Details | Formatted Diff | Diff
Updated patch (4.32 KB, patch)
2014-07-02 03:52 PDT, Carlos Garcia Campos
mrobinson: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from webkit-ews-09 for mac-mountainlion-wk2 (622.81 KB, application/zip)
2014-07-02 04:57 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2014-07-02 03:42:59 PDT
The cmake target is never added because it depends on WebKit1 that is no longer in tree. The manifest contains path to WebKit documentation files that don't exist either. And the command line options used by cmake don't match the ones defines in the make-dist.py script.
Comment 1 Carlos Garcia Campos 2014-07-02 03:46:23 PDT
Created attachment 234249 [details]
Patch
Comment 2 Carlos Garcia Campos 2014-07-02 03:52:20 PDT
Created attachment 234250 [details]
Updated patch

Forgot to remove a couple more wk1 references from the manifest
Comment 3 Build Bot 2014-07-02 04:57:45 PDT
Comment on attachment 234250 [details]
Updated patch

Attachment 234250 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/6613055374884864

New failing tests:
media/W3C/audio/canPlayType/canPlayType_application_octet_stream_with_codecs_1.html
Comment 4 Build Bot 2014-07-02 04:57:49 PDT
Created attachment 234253 [details]
Archive of layout-test-results from webkit-ews-09 for mac-mountainlion-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: webkit-ews-09  Port: mac-mountainlion-wk2  Platform: Mac OS X 10.8.5
Comment 5 Carlos Garcia Campos 2014-07-02 08:12:16 PDT
Committed r170705: <http://trac.webkit.org/changeset/170705>