Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 308669 - net-libs/webkit-gtk-1.1.15.4 build failed -- execvp: Argument list too long
Summary: net-libs/webkit-gtk-1.1.15.4 build failed -- execvp: Argument list too long
Status: RESOLVED DUPLICATE of bug 300867
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-09 15:56 UTC by John (EBo) David
Modified: 2010-03-11 16:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge_info,6.50 KB, text/plain)
2010-03-09 15:58 UTC, John (EBo) David
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John (EBo) David 2010-03-09 15:56:19 UTC
emerging the latest update for webkit-gtk I get the following error:

====================================
>>> Compiling source in /var/tmp/portage/net-libs/webkit-gtk-1.1.15.4/work/webkit-1.1.15.4 ...
make -j5
glib-mkenums \
                        --fhead "#ifndef WEBKIT_ENUM_TYPES_H\n" \
                        --fhead "#define WEBKIT_ENUM_TYPES_H\n\n" \ 
                        --fhead "#include <glib-object.h>\n\n" \
                        --fhead "#include <webkit/webkitdefines.h>\n\n" \
                        --fhead "G_BEGIN_DECLS\n\n" \
                        --ftail "G_END_DECLS\n\n" \
                        --ftail "#endif\n" \
                        --fprod "#include <webkit/@basename@>\n\n" \
                        --eprod "#define WEBKIT_TYPE_@ENUMSHORT@ @enum_name@_get_type()\n\n" \
                        --eprod "WEBKIT_API GType\n@enum_name@_get_type(void);\n\n" \
                ./WebKit/gtk/webkit/webkit.h ./WebKit/gtk/webkit/webkitdefines.h ./WebKit/gtk/webkit/webkitdownload.h ./WebKit/gtk/webkit/webkiterror.h ./WebKit/gtk/webkit/webkithittestresult.h ./WebKit/gtk/webkit/webkitnetworkrequest.h ./WebKit/gtk/webkit/webkitnetworkresponse.h ./WebKit/gtk/webkit/webkitsoupauthdialog.h ./WebKit/gtk/webkit/webkitwebbackforwardlist.h ./WebKit/gtk/webkit/webkitwebdatasource.h ./WebKit/gtk/webkit/webkitwebframe.h ./WebKit/gtk/webkit/webkitwebhistoryitem.h ./WebKit/gtk/webkit/webkitwebinspector.h ./WebKit/gtk/webkit/webkitwebnavigationaction.h ./WebKit/gtk/webkit/webkitwebpolicydecision.h ./WebKit/gtk/webkit/webkitwebresource.h ./WebKit/gtk/webkit/webkitwebsettings.h ./WebKit/gtk/webkit/webkitwebwindowfeatures.h ./WebKit/gtk/webkit/webkitwebview.h ./WebKit/gtk/webkit/webkitwebdatabase.h ./WebKit/gtk/webkit/webkitsecurityorigin.h ./WebKit/gtk/webkit/webkitversion.h | \
                sed 's,web_kit,webkit,' | \
                sed 's,WEBKIT_TYPE_KIT,WEBKIT_TYPE,' \
                > xgen-gth \
        && (cmp -s xgen-gth WebKit/gtk/webkit/webkitenumtypes.h || cp xgen-gth WebKit/gtk/webkit/webkitenumtypes.h) \                  
        && rm -f xgen-gth \
        && echo timestamp > stamp-webkitenumtypes.h
make: execvp: /bin/sh: Argument list too long          
make: *** [stamp-webkitenumtypes.h] Error 127
 * ERROR: net-libs/webkit-gtk-1.1.15.4 failed:
 *   emake failed
 *
 * Call stack:
 *     ebuild.sh, line   54:  Called src_compile
 *   environment, line 3267:  Called _eapi2_src_compile
 *     ebuild.sh, line  646:  Called die
 * The specific snippet of code:
 *              emake || die "emake failed"
===========================================

reproducible always.

to reproduce: emerge webkit-gtk

emerge info to be attached.
Comment 1 John (EBo) David 2010-03-09 15:58:15 UTC
Created attachment 222845 [details]
emerge --info
Comment 2 Pacho Ramos gentoo-dev 2010-03-11 16:05:19 UTC

*** This bug has been marked as a duplicate of bug 300867 ***