[Webkit-unassigned] [Bug 62543] webkit-gtk-1.4.1: make argument list is too long

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 5 23:35:04 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=62543


jaybhaskar <jay.bhaskar at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jay.bhaskar at yahoo.com




--- Comment #7 from jaybhaskar <jay.bhaskar at yahoo.com>  2012-05-05 23:35:03 PST ---
(In reply to comment #0)
> Created an attachment (id=96958)
 --> (https://bugs.webkit.org/attachment.cgi?id=96958&action=review) [details]
> environment
> 
> For a long time some users are hitting this problem downstream at:
> http://bugs.gentoo.org/show_bug.cgi?id=300867
> 
> make -j3 XDG_DATA_HOME=/var/tmp/portage/net-libs/webkit-gtk-1.4.1-r200/temp/.local 
> echo WTF_USE_NATIVE_GTK_MAIN_FRAME_SCROLLBAR=1 ENABLE_CHANNEL_MESSAGING=1 ENABLE_METER_TAG=1 ENABLE_PROGRESS_TAG=1 ENABLE_JAVASCRIPT_DEBUGGER=1 ENABLE_OFFLINE_WEB_APPLICATIONS=1 ENABLE_DATABASE=1 ENABLE_DATALIST=1 ENABLE_EVENTSOURCE=1 ENABLE_DOM_STORAGE=1 ENABLE_VIDEO=1 ENABLE_FULLSCREEN_API=1 ENABLE_XPATH=1 ENABLE_XSLT=1 ENABLE_WORKERS=1 ENABLE_SHARED_WORKERS=1 ENABLE_FILTERS=1 ENABLE_BLOB=1
> make: execvp: echo: Argument list too long
> make: *** [DerivedSources/webkit/WebKitDOMCSSRule.h] Error 127
> 
> Thanks for your help

This is problem from os. by default maximum argument size is hard coded in linux source. i have solved this issue by making changes in linux source limits.h.
ARG_MAX like macro. increase this value. make kernel and install it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list