Bug 83556
Summary: | [GTK] GTK port build broken: Argument list too long | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jeremy Mao <yujie.mao> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | alex, mrobinson, yujie.mao |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Jeremy Mao
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'!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Martin Robinson
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 ***