Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100002 - clanlib 0.7.8-r1 can't emerge (xargs: environment is too large for exec)
Summary: clanlib 0.7.8-r1 can't emerge (xargs: environment is too large for exec)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-23 03:18 UTC by gunix
Modified: 2009-04-06 00:32 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gunix 2005-07-23 03:18:07 UTC
This is what happens.

Making all in Reference
make[2]: Entering directory
`/var/tmp/portage/clanlib-0.7.8-r1/work/ClanLib-0.7.8/Documentation/Reference'
if [ ! -d html ]; then mkdir html; fi
chmod +x ./pce2
find ../../Sources/API -name '*.h' | xargs ./pce2
xargs: environment is too large for exec
make[2]: *** [html] Error 1
make[2]: Leaving directory
`/var/tmp/portage/clanlib-0.7.8-r1/work/ClanLib-0.7.8/Documentation/Reference'



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2005-07-23 22:30:50 UTC
reopen with the output from emerge --info
Comment 2 gunix 2005-07-23 22:42:03 UTC
Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.5-r0, 2.6.11.6 i686)
=================================================================
System uname: 2.6.11.6 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.6.12
dev-lang/python:     2.2.3-r5, 2.3.5
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer -finline-functions -mmmx
-m3dnow -msse"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer -finline-functions
-mmmx -m3dnow -msse"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/
http://ds.thn.htu.se/linux/gentoo http://ftp.easynet.nl/mirror/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X Xaw3d aalib acl acpi adns alsa apache2 apm arts atlas avi
berkdb bindist bitmap-fonts bonobo cdparanoia cdr crypt cscope cups curl dga doc
dvd eds emboss encode esd ethereal evo f77 fam fastcgi fb firebird flac
foomaticdb fortran gcj gd gdbm ggi gif ginac gnome gphoto2 gpm gstreamer gtk
gtk2 gtkhtml guile icq imagemagick imap imlib innodb ipv6 jabber jack java jpeg
junit kde lcms ldap lesstif libg++ libgda libwww mad maildir mbox mcal mikmod
mmx motif mozilla mp3 mpeg mpi msn mysql nas ncurses nls odbc ogg oggvorbis
opengl oscar oss pam pdflib perl plotutils png postgres ppds python qt quicktime
readline real ruby samba sasl scanner sdl slang speex spell sqlite sse ssl svg
svga tcltk tcpd tetex theora tiff truetype truetype-fonts type1-fonts v4l v4l2
videos vmf vorbis wxwindows xine xml xml2 xmms xv zlib userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS

Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2005-07-24 01:48:22 UTC
what's your /bin/sh?  Builds fine here.
Comment 4 gunix 2005-07-24 10:18:33 UTC
ls -l /bin/sh
shows a link to bash   (version 3.00.16(1)
Any ideas?
Comment 5 SpanKY gentoo-dev 2005-07-25 06:18:03 UTC
what version of findutils do you have ?
Comment 6 gunix 2005-07-25 06:31:37 UTC
$ find --version
GNU find version 4.1.20

Findutils version:  4.1.20-r1
Comment 7 gunix 2005-07-26 11:48:02 UTC
I did

./configure --prefix=/tmp
make

with the clanlib 0.7.8-1.tar.bz2  file,
and I managed to compile it. No problem at all.
Comment 8 gunix 2005-07-28 00:04:21 UTC
But problem still remains with gentoo ebuild.
Comment 9 Chris Gianelloni (RETIRED) gentoo-dev 2005-12-01 10:35:09 UTC
I cannot duplicate this with the exact same USE flags.  I would have thought
that it would have died during the documentation creation, but it does not.  Can
you verify that you're still getting this bug?
Comment 10 Chris Gianelloni (RETIRED) gentoo-dev 2006-02-10 16:24:01 UTC
Please REOPEN if you're still experiencing this...
Comment 11 Mr. Bones. (RETIRED) gentoo-dev 2009-04-06 00:31:43 UTC
bugzilla
Comment 12 Mr. Bones. (RETIRED) gentoo-dev 2009-04-06 00:32:22 UTC
cleaning up.  clanlib 0.7.8-r1 is no longer in portage.