Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59327 - net-misc/whois-4.6.6-r3 failed make test
Summary: net-misc/whois-4.6.6-r3 failed make test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-03 20:04 UTC by Daniel Black (RETIRED)
Modified: 2004-10-16 11:26 UTC (History)
1 user (show)

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 Daniel Black (RETIRED) gentoo-dev 2004-08-03 20:04:42 UTC
emerging whois failed make test.

>>> emerge (5 of 83) net-misc/whois-4.6.6-r3 to /
>>> md5 src_uri ;-) whois_4.6.6.tar.gz
>>> Unpacking source...
>>> Unpacking whois_4.6.6.tar.gz to /var/tmp/portage/whois-4.6.6-r3/work
 * Applying whois-4.6.6-gentoo-security-2.patch...                                                          [ ok ]
>>> Source unpacked.
perl make_as_del.pl < as_del_list > as_del.h
perl make_ip_del.pl < ip_del_list > ip_del.h
perl make_tld_serv.pl < tld_serv_list > tld_serv.h
gcc -march=pentium3 -O2 -pipe -march=pentium3 -O2 -pipe whois.c -o whois
gcc -march=pentium3 -O2 -pipe -march=pentium3 -O2 -pipe mkpasswd.c -o mkpasswd -lcrypt
>>> Test phase [test]: net-misc/whois-4.6.6-r3
open -- sh -c "while nc -l -p 43 127.0.0.1; do echo END; done"
/bin/sh: line 1: open: command not found
make: *** [test] Error 127


# emerge info
Portage 2.0.51_pre15 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r0, 2.6.7-gentoo-r11 i686 Celeron (Coppermine))
=================================================================
System uname: 2.6.7-gentoo-r11 i686 Celeron (Coppermine)
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 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.3
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux-headers-2.4.21-r1,sys-kernel/linux-headers-2.4.19-r1
Libtools: sys-devel/libtool-1.4.3-r4
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O2 -pipe"
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 /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache cvs distcc maketest sandbox sign userpriv usersandbox"
GENTOO_MIRRORS="ftp://mirror.internode.on.net/pub/gentoo             http://premium.planetmirror.com/pub/gentoo             http://gentoo.oregonstate.edu           http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.au.gentoo.org/gentoo-portage"
USE="X acpi alsa apache2 apm arts artswrappersuid avi berkdb bonobo cdr crypt cups encode ethereal fam fastcgi flash foomaticdb gd gif gtk gtkhtml guile imagemagick imlib java jpeg kde kerberos libgda libwww mad mbox mikmod mmx motif mozilla mpeg mysql nptl ntlm oggvorbis openal operanom2 pam pdflib perl php png ppds python qt quicktime readline samba sdl slp socks5 sox spell sse ssl svga tcltk tetex tiff truetype usb vhosts x86 xinerama xml xml2 xv zlib"
Comment 1 Daniel Black (RETIRED) gentoo-dev 2004-08-03 20:08:15 UTC
net-misc/whois-4.6.9-r1 failed also - same error.

Also OPTS=-march=pentium3 -O2 -pipe needs to be removed from Makefile
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2004-08-04 13:24:08 UTC
dragon heart, please feel free to diagnose and fix, btw
Comment 3 SpanKY gentoo-dev 2004-10-16 11:26:54 UTC
added RESTRICT=maketest since the test target is pretty lame