Bug 150801 - [Mac][GTK] Disable Ninja response file support
Summary: [Mac][GTK] Disable Ninja response file support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Philippe Normand
URL:
Keywords:
Depends on:
Blocks: 126492
  Show dependency treegraph
 
Reported: 2015-11-02 06:35 PST by Philippe Normand
Modified: 2015-11-03 00:10 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.34 KB, patch)
2015-11-02 06:38 PST, Philippe Normand
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2015-11-02 06:35:42 PST
The OSX toolchain doesn't support that, AFAICS.
Comment 1 Philippe Normand 2015-11-02 06:38:40 PST
Created attachment 264583 [details]
Patch
Comment 2 Alex Christensen 2015-11-02 11:32:15 PST
Comment on attachment 264583 [details]
Patch

I've run into this as well, but WebCore didn't link successfully.  The command was too long.  Did it succeed for you?
Comment 3 WebKit Commit Bot 2015-11-02 21:20:37 PST
Comment on attachment 264583 [details]
Patch

Clearing flags on attachment: 264583

Committed r191936: <http://trac.webkit.org/changeset/191936>
Comment 4 WebKit Commit Bot 2015-11-02 21:20:40 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Philippe Normand 2015-11-03 00:10:11 PST
(In reply to comment #2)
> Comment on attachment 264583 [details]
> Patch
> 
> I've run into this as well, but WebCore didn't link successfully.  The
> command was too long.  Did it succeed for you?

It does, most likely because the GTK port builds less files I suppose? :)

BTW do you think this could be fixed by Apple? Adding response files support to the toolchain. Can you forward this issue to the SDK folks?