Bug 83556 - [GTK] GTK port build broken: Argument list too long
Summary: [GTK] GTK port build broken: Argument list too long
Status: RESOLVED DUPLICATE of bug 62543
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-10 01:50 PDT by Jeremy Mao
Modified: 2012-04-10 08:31 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***