Bug 83556

Summary: [GTK] GTK port build broken: Argument list too long
Product: WebKit Reporter: Jeremy Mao <yujie.mao>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: alex, mrobinson, yujie.mao
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   

Description Jeremy Mao 2012-04-10 01:50:14 PDT
Build the GTK port in my Ubuntu 11.10 64bit machine will get the following failure,

>make  all-am
>make[1]: Entering directory `/home/jeremy/Workspace/Webkit/WebKitBuild/Release'
>/bin/mkdir -p ./.deps/DerivedSources
>  CXXLD  Libraries/libTestRunnerInjectedBundle.la
>make[1]: execvp: /bin/bash: Argument list too long
>make[1]: *** [libWebCore.la] Error 127
>make[1]: Leaving directory `/home/jeremy/Workspace/Webkit/WebKitBuild/Release'
>make: *** [all] Error 2
>
>Failed to build WebKit using 'make'!
Comment 1 Martin Robinson 2012-04-10 08:31:02 PDT
gnumake seems quite limited here. It's unclear why some people get this and others don't.

*** This bug has been marked as a duplicate of bug 62543 ***