Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24993 - I get the error described in the link above that is the article title
Summary: I get the error described in the link above that is the article title
Status: RESOLVED DUPLICATE of bug 23569
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://www2.fsmlabs.com/pipermail/rtl...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-21 13:35 UTC by Carter
Modified: 2013-12-31 21:25 UTC (History)
0 users

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


Attachments
proposed fix for bug. It works on my pc (bug24993.txt,580 bytes, patch)
2003-07-21 13:42 UTC, Carter
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carter 2003-07-21 13:35:35 UTC
Reproducible: Always
Steps to Reproduce:
1. Emerge findutils, even durring building of bootstrap(bootstrap.sh) 
2.  
3. 
Actual Results:  
during bootup on a machine w/ more than 20 mb swap or more than 512 mb RAM 
you see 
xargs: environment is too large for exec 

Expected Results:  
normal bootup w/o error 

Portage 2.0.48-r1 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1) 
================================================================= 
System uname: 2.4.20-gentoo-r5 i686 AMD Athlon(tm) processor 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linu 
x/distributions/gentoo" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config 
/usr/kde/3/share                                            /config /usr/X11R6/lib/X11/xkb 
/usr/kde/3.1/share/config /usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
PORTDIR="/usr/portage" 
DISTDIR="/usr/portage/distfiles" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR_OVERLAY="/usr/local/portage" 
USE="x86 oss 3dnow apm avi crypt cups encode foomaticdb gif gpm jpeg libg++ 
libw                                            ww mad mikmod mmx mpeg ncurses nls pdflib 
png quicktime spell truetype xml2 xmms                                             xv zlib alsa 
gdbm berkdb slang readline arts svga java X sdl tcpd pam ssl perl                                             
python esd imlib oggvorbis gnome gtk qt kde motif opengl" 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-march=athlon -O3 -pipe" 
CXXFLAGS="-march=athlon -O3 -pipe" 
ACCEPT_KEYWORDS="x86" 
MAKEOPTS="-j2" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" 
FEATURES="sandbox ccache" 
 
No additional programs were running 
 
I fixed this bug using the steps described in that article I gave you... 
After emerging find utils, use Control + C to kill the emerge right after the source is 
unpacked. 
Find xargs.c in /var/tmp/portage/findutils-4.1.7/work/xargs 
comment out the lines discussed in the article 
save 
use the standard build process(./configure, make, make install) 
replace /usr/bin/xargs w/var/tmp/portage/findutils-4.1.7/work/xargs 
 
Would you please package this fix into an ebuild or report it to the findutils CVS tree 
maintainer .  I would build an ebuild, but don't know how to yet
Comment 1 Carter 2003-07-21 13:42:30 UTC
Created attachment 14832 [details, diff]
proposed fix for bug.  It works on my pc

this is not a full patch as it is not a new ebuild, but a workaround that
should be turned into an ebuild if i knew how
Comment 2 SpanKY gentoo-dev 2003-07-21 15:10:18 UTC

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