Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60589 - can't emerge libperl-5.8.4, cause it hangs on info
Summary: can't emerge libperl-5.8.4, cause it hangs on info
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-16 13:47 UTC by b52
Modified: 2004-08-18 02:00 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 b52 2004-08-16 13:47:32 UTC
When i make an update world and it tries to upgrade libperl from 5.8.2 to 5.8.4 i get the following message, then it hangs and i have to interrupt it:

Finding dependencies for pp_pack.o.
Finding dependencies for pp_sort.o.
Finding dependencies for miniperlmain.o.
Finding dependencies for perlmain.o.
make[1]: Entering directory `/var/tmp/portage/libperl-5.8.4/work/perl-5.8.4'
echo Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH makedir.SH myconfig.SH writemain.SH pod/Makefile.SH | tr ' ' '\n' >.shlist
make[1]: Leaving directory `/var/tmp/portage/libperl-5.8.4/work/perl-5.8.4'
Updating makefile...
test -s perlmain.c && touch perlmain.c
cd x2p; make depend
make[1]: Entering directory `/var/tmp/portage/libperl-5.8.4/work/perl-5.8.4/x2p'
sh ../makedepend MAKE=make
make[2]: Entering directory `/var/tmp/portage/libperl-5.8.4/work/perl-5.8.4/x2p'
echo hash.c  str.c util.c walk.c | tr ' ' '\n' >.clist
make[2]: Leaving directory `/var/tmp/portage/libperl-5.8.4/work/perl-5.8.4/x2p'
Finding dependencies for hash.o.
Finding dependencies for str.o.
Finding dependencies for util.o.
Finding dependencies for walk.o.
make[2]: Entering directory `/var/tmp/portage/libperl-5.8.4/work/perl-5.8.4/x2p'
echo Makefile.SH cflags.SH | tr ' ' '\n' >.shlist
make[2]: Leaving directory `/var/tmp/portage/libperl-5.8.4/work/perl-5.8.4/x2p'
Updating makefile...
make[1]: Leaving directory `/var/tmp/portage/libperl-5.8.4/work/perl-5.8.4/x2p'
Now you must run 'make'.
 
If you compile perl5 on a different machine or from a different object
directory, copy the Policy.sh file from this object directory to the
new one before you run Configure -- this will help you with most of
the policy defaults.
 


Reproducible: Always
Steps to Reproduce:
1.emerge -vuD libperl
2.
3.

Actual Results:  
info message and a hang

Expected Results:  
successful emerge :)

Portage 2.0.50-r9 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.6.7-gentoo)
=================================================================
System uname: 2.6.7-gentoo i686 AMD-K7(tm) Processor
Gentoo Base System version 1.4.16
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [disabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=athlon-tbird -mmmx -m3dnow -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mcpu=athlon-tbird -mmmx -m3dnow -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs distcc fixpackages sandbox"
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/
rsync://linux.rz.ruhr-uni-bochum.de/gentoo/
http://ftp.uni-erlangen.de/pub/mirrors/gentoo
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo
rsync://ftp.join.uni-muenster.de/gentoo/"
MAKEOPTS="-j88888888"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow X X509 apm arts autofs avi berkdb cdr cgi crypt cups dga dvd dvdr
encode esd ethereal fbcon ffmpeg foomaticdb gdbm gif gnome gphoto2 gpm gstreamer
gtk gtk2 imap imlib ipv6 irda irmc java javascript jpeg kde libg++ libwww mad
maildir md5sum mikmod mmx motif mozcalendar mozilla mpeg mpeg4 ncurses nls oav
oggvorbis oss pam pdflib perl png pnp python qt quicktime readline samba scanner
sdl slang snmp socks5 spell ssl svga tcltk tcpd tiff transcode transparent-proxy
truetype unicode usb vim-with-x wavelan wmf x86 xml2 xmms xv zlib"
Comment 1 b52 2004-08-18 02:00:44 UTC
Uh sorry, i have a key release problem in gnome-terminal, thus i got some more jobs in MAKEOPTS ( -j8888888 ) ;)
I didnt see it.