Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191487 - app-i18n/tomoe-0.6.0: cc1 out of memory error during emerge
Summary: app-i18n/tomoe-0.6.0: cc1 out of memory error during emerge
Status: RESOLVED DUPLICATE of bug 180304
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-06 11:35 UTC by Andreas Klauer
Modified: 2007-09-08 22:00 UTC (History)
0 users

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


Attachments
app-i18n/tomoe-0.6.0 emerge log - out of memory error (app-i18n:tomoe-0.6.0:20070906-112123.log,65.51 KB, text/plain)
2007-09-06 11:37 UTC, Andreas Klauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Klauer 2007-09-06 11:35:16 UTC
I cannot emerge app-i18n/tomoe-0.6.0. It allocates a lot of memory over a long time period (my system has 1GB RAM and 4GB swap), making the system unresponsive, until it finally dies a most horrible death with this error:

cc1: out of memory allocating 4064 bytes after a total of 933875712 bytes

This is on a freshly installed ~x86 Gentoo system. I will attach the complete compile output.

Reproducible: Always




Portage 2.1.3.7 (default-linux/x86/2007.0/desktop, gcc-4.2.0, glibc-2.6.1-r0, 2.6.22.6 i686)
=================================================================
System uname: 2.6.22.6 i686 Intel(R) Celeron(R) CPU 440 @ 2.00GHz
Gentoo Base System release 1.12.10
Timestamp of tree: Wed, 05 Sep 2007 19:20:01 +0000
app-shells/bash:     3.2_p17-r1
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.4.3-r4, 2.5.1-r2
dev-python/pycrypto: 2.0.1-r5
sys-apps/baselayout: 1.12.10-r4
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18
sys-devel/gcc-config: 1.4.0-r2
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS="x86 ~x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=prescott -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ "
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext 3ds X Xaw3d a52 aac aalib acpi alsa amr anthy ao apic asf audiofile berkdb bigger-fonts bitmap-fonts browserplugin bzip2 cairo canna cdda cddb cdr cid cjk cli cmov cracklib crypt css ctype cups custom-cflags cx8 dbus de dga divx divx4linux dri dts dv dvd dvdr dvdread emboss encode eurofile evo expat fam fame ffmpeg firefox flac font-server fortran fpu freewnn ftp fxsr gd gdb gdbm gif gimp gimpprint glx gmedia gnutls gpgme gphoto2 gpm graphviz gs gstreamer hal iconv ieee1394 imagemagick imlib ipppd isdnlog java joystick jpeg kerberos lame latex logitech-mouse lzo mad matroska mca mccp mce memlimit midi mikmod mime mjpeg mmx mmxext mng modplug mozdevelop mp3 mp4 mpeg mplayer msr mtrr mudflap musepack ncurses nls nptl nptlonly nsplugin nv nvidia ogg openal opengl openmp oss pae pat pcre pdf perl pge png postscript pppd pse pse36 python qt3support quicktime readline real realmedia reflection reiserfs rtc sblive sdl sep session simplexml sndfile sox speex spell spl sqlite sse ssl subtitles subversion svg syscall tcpd tetex theora threads tiff tk toolkit-scroll-bars transcode truetype truetype-fonts tsc type1 type1-fonts unicode usb utf8 vcd vme vorbis win32codecs wma wmf wmp wxwindows x264 x86 xanim xfs xft xml xorg xpm xv xvid xvmc zlib" ALSA_CARDS="emu10k1 ice1712" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" CAMERAS="canon casio ptp2" ELIBC="glibc" INPUT_DEVICES="keyboard mouse joystick" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nv nvidia"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Andreas Klauer 2007-09-06 11:37:40 UTC
Created attachment 130157 [details]
app-i18n/tomoe-0.6.0 emerge log - out of memory error
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-09-06 12:00:36 UTC
Tried without -pipe?

*** This bug has been marked as a duplicate of bug 180304 ***
Comment 3 Andreas Klauer 2007-09-08 22:00:02 UTC
Yes, I did try without -pipe, unfortunately the problem remains, so far with this package only (>600 other packages for a fresh Gentoo desktop installed without a hitch).