Bug 150801

Summary: [Mac][GTK] Disable Ninja response file support
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKitGTKAssignee: Philippe Normand <pnormand>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, commit-queue, philip.chimento
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 126492    
Attachments:
Description Flags
Patch none

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?