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

Bug 33695

Summary: upgrading to perl-5.8.2 dies on ext/IO/t/io_sock test
Product: Gentoo Linux Reporter: Austin Frank <aufrank>
Component: [OLD] DevelopmentAssignee: Gentoo Perl team <perl>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Austin Frank 2003-11-17 11:45:13 UTC
I am trying to upgrade from perl 5.8.1 to perl 5.8.2.  As perl is running
through its series of tests, it throws this error:

ext/IO/t/io_sock.....................accept failed: Connection timed out at
../ext/IO/t/io_sock.t line 63.

This has happened every time I've tried to upgrade to 5.8.2.  I have left the
emerge sitting for as long as 8 hours and it doesn't get any further or throw
any other messages-- I always have to cancel out of the emerge.

the code line in question is:
    $sock = $listen->accept() or die "accept failed: $!";


Reproducible: Always
Steps to Reproduce:
1. emerge -u perl

Actual Results:  
gets to the test stage, and then dies on
ext/IO/t/io_sock.....................accept failed: Connection timed out at
../ext/IO/t/io_sock.t line 63.

Expected Results:  
either thrown an error that stopped the emerge process, or skipped the test and
moved on to finish the ebuild.

I posted a comment to bug 25833 about this problem, but that bug is regarding
perl-5.8.0-rc12, and this is two versions later.

valinor root # uname -a 
Linux valinor.hog.rhno.columbia.edu 2.6.0-test9-mm1 #1 Mon Nov 17 13:54:22 EST
2003 i686 AMD Athlon(tm) Processor AuthenticAMD GNU/Linux

valinor root # emerge info
Portage 2.0.49-r15 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r8, 2.6.0-test9-mm1)
=================================================================
System uname: 2.6.0-test9-mm1 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.3.11
ccache version 2.3 [enabled]
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=athlon -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=athlon -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo/ http://adelie.polymtl.ca/
http://csociety-ftp.ecn.purdue.edu/pub/gentoo/
ftp://csociety-ftp.ecn.purdue.edu/pub/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod
mpeg ncurses pdflib png quicktime spell truetype xml2 xmms xv zlib directfb alsa
gdbm berkdb slang readline tetex aalib svga java mysql postgres X sdl gpm tcpd
pam libwww ssl perl python esd imlib oggvorbis gtk qt motif opengl 3dnow apache2
athena cdr curl dga doc dvd emacs ethereal fbcon gd glut gmtfull gmthigh
gmtsuppl gmttria gphoto2 gtk2 imagemagick innodb javascript lcms lua mcal
moznocompose moznoirc moznomail oav objc odbc offensive pic plotutils samba sasl
slp tiff unicode usb vim-with-x wmf wxwindows Xaw3d -arts -kde -gnome -nls"
Comment 1 Austin Frank 2003-11-17 11:48:03 UTC
whoops, wrong bug number.  related bug is 25883.
Comment 2 Robert Coie (RETIRED) gentoo-dev 2003-11-26 14:51:10 UTC
Everything I've learned about this issue is in 25883.

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