Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59044 - Emerge of IO-Socket-SSL-0.96 Fails Failed 5 of 5 Test Scripts and 4 of 4 Subtests
Summary: Emerge of IO-Socket-SSL-0.96 Fails Failed 5 of 5 Test Scripts and 4 of 4 Subt...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-31 19:38 UTC by Derek Berube
Modified: 2004-10-15 06:35 UTC (History)
0 users

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


Attachments
Copmlete output of emerge dev-perl/IO-Socket-SSL (IO-Socket-SSL-0.96.log.gz,1.16 KB, application/octet-stream)
2004-07-31 19:41 UTC, Derek Berube
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Derek Berube 2004-07-31 19:38:43 UTC
When I attempt to emerge dev-perl/IO-Socket-SSL, I get the following error:

        Test returned status 2 (wstat 512, 0x200)
Failed Test       Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/01loadmodule.t     2   512     4    8 200.00%  1-4
t/02settings.t       2   512    ??   ??       %  ??
t/compatibility.t    2   512    ??   ??       %  ??
t/core.t             2   512    ??   ??       %  ??
t/sessions.t         2   512    ??   ??       %  ??
Failed 5/5 test scripts, 0.00% okay. 4/4 subtests failed, 0.00% okay.
make: *** [test_dynamic] Error 2

!!! ERROR: dev-perl/IO-Socket-SSL-0.96 failed.
!!! Function perl-module_src_compile, Line 62, Exitcode 2
!!! test failed

Reproducible: Always
Steps to Reproduce:
1. At the command prompt, emerge IO-Socket-SSL

Actual Results:  
The aforementioned error message is displayed.

Expected Results:  
The dev-perl/IO-Socket-SSL module should have emerged without a problem.

wildstar opt # emerge info
Portage 2.0.50-r9 (default-x86-1.4, gcc-3.3.4, glibc-2.3.4.20040619-r0,
2.6.7-gentoo-r11)
=================================================================
System uname: 2.6.7-gentoo-r11 i686 Intel(R) Pentium(R) 4 Mobile CPU 2.00GHz
Gentoo Base System version 1.5.1
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /etc/tomcat5 /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3.3/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="-O3 -mcpu=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache sandbox"
GENTOO_MIRRORS="ftp://gentoo.mirrors.pair.com/
http://www.gtlib.cc.gatech.edu/pub/gentoo
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://gentoo.mirrors.pair.com/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/bmg-gnome-current
/usr/local/bmg-main"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm arts avi berkdb bonobo cdr crypt cups dvd encode esd foomaticdb
gdbm gif gnome gpm gtk gtk2 gtkhtml guile imlib java jpeg kerberos krb4 ldap
libg++ libwww mad mikmod motif mozilla mpeg mysql ncurses nls oggvorbis opengl
oss pam pcmcia pdflib perl png python quicktime readline scanner sdl slang spell
ssl svga tcpd truetype x86 xml2 xmms xv zlib"
Comment 1 Derek Berube 2004-07-31 19:41:42 UTC
Created attachment 36551 [details]
Copmlete output of emerge dev-perl/IO-Socket-SSL

I don't know if this will be helpful, but when I tried to emerge
dev-perl/IO-Socket-SSL I captured both stdout and stderr to the  attached,
compressed log file.
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2004-10-15 04:21:11 UTC
Looking at your logs, it appears that you may have emerge the dep Net-SSLeay under a previous perl/openssl install. Please re-emerge dev-perl/Net-SSLeay - this should fix the problem (in your log, line 36 indicates this)
Comment 3 Derek Berube 2004-10-15 06:35:48 UTC
Sorry about not reading the logs more closely.  I re-emerged Net-SSLeay successfully and then was able to emerge dev-perl/IO-Socket-SSL.

I feel that this bug can be resovled and I'm setting the resolution to "Invalid" because it was a PEBCAK issue.  I hope this is acceptable.