Bug 94230
| Summary: | [regression] build failure in webkit 1.9.6: | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Ronis <David.Ronis> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | UNCONFIRMED | ||
| Severity: | Critical | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
David Ronis
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
David Ronis
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
David Ronis
Now this is strange. In an attempt to get a better log, I recompiled with make V=1 ... . This time it worked.