Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 54835

Summary: dev-lang/Perl (any version) memory leaks on installation @ test lib/Config
Product: Gentoo Linux Reporter: Ryan Earl <heretic>
Component: [OLD] DevelopmentAssignee: Gentoo Perl team <perl>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ryan Earl 2004-06-22 17:40:27 UTC
I'm running into a MAJOR problem with Perl.  If it were only refusing to install, that would be one thing, but it DOSes the box without user intervention.  What happens is, it will compile Perl fine and dandy, but when it gets to the test portion of the build process, the "lib/Config" will exhaust all virtual RAM in the system into the OOM-Killer decides to get medieval.

I've tried everything I can to fix this problem, I've even upgraded to the new gcc-3.4 from gcc-3.3 and it didn't help.

Suggestions please?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
lib/blib.............................ok
lib/bytes............................ok
lib/Carp.............................ok
lib/CGI/t/apache.....................ok
lib/CGI/t/carp.......................ok
lib/CGI/t/cookie.....................ok
lib/CGI/t/fast.......................ok
lib/CGI/t/form.......................ok
lib/CGI/t/function...................ok
lib/CGI/t/html.......................ok
lib/CGI/t/pretty.....................ok
lib/CGI/t/push.......................ok
lib/CGI/t/request....................ok
lib/CGI/t/switch.....................ok
lib/CGI/t/util-58....................ok
lib/CGI/t/util.......................ok
lib/charnames........................ok
lib/Class/ISA/test...................ok
lib/Class/Struct.....................ok
lib/Config...........................Caught signal 2
make[2]: *** [_test_tty] Interrupt
make[1]: *** [_test] Interrupt
make: *** [test] Interrupt

/usr/portage/dev-lang/perl/perl-5.8.4.ebuild: src_compile aborted; exiting.



emerge info
Portage 2.0.50-r8 (gcc34-amd64-2004.1, gcc-3.4.0, glibc-2.3.4.20040605-r0,
2.6.5-gentoo-r1)
=================================================================
System uname: 2.6.5-gentoo-r1 x86_64 4
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-march=k8 -O3 -pipe"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl acpi amd64 apache2 apm arts avi crypt dedicated divx4linux doc dvb
encode flash foomaticdb gd gdbm geoip gif gmp gpm gtk2 imap imlib innodb jpeg
ldap libwww maildir mailwrapper mikmod motif mpeg mysql ncurses nls oggvorbis
oss pam pdflib perl pic pie png python quicktime readline samba sasl sdl slang
snmp speex spell ssl tcpd truetype vda vhosts xml2 xv zlib"
Comment 1 Robert Coie (RETIRED) gentoo-dev 2004-06-22 23:44:36 UTC

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