Bug 94230 - [regression] build failure in webkit 1.9.6:
Summary: [regression] build failure in webkit 1.9.6:
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Critical
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-16 10:59 PDT by David Ronis
Modified: 2012-08-28 10:07 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Ronis 2012-08-16 10:59:54 PDT
I'm trying to upgrade webkit from 1.9.5 to 1.9.6.   The build dies with:

make  all-am
make[2]: Entering directory `/home/ronis/Project/notar/GNOME/garnome/platform/webkitgtk+-1/work/main.d/webkit-1.9.6'
/usr/bin/mkdir -p ./.deps/DerivedSources
make[2]: execvp: /bin/sh: Argument list too long
make[2]: *** [libWebCore.la] Error 127
Comment 1 David Ronis 2012-08-27 18:46:20 PDT
I just tried building 1.9.90.  I get the same error.  I even tried with my environment cleared, except for a minimal path, i.e.,

env -i PATH=...   make
Comment 2 David Ronis 2012-08-28 10:07:57 PDT
Now this is strange.   In an attempt to get a better log, I recompiled with make V=1 ...  .   This time it worked.