develooper Front page | perl.perl5.porters | Postings from February 2003

[perl #21314] make test: ext/IO/lib/IO/t/io_poll FAILED at test 3

Thread Previous | Thread Next
From:
Hiroshi Kunimatsu
Date:
February 20, 2003 05:42
Subject:
[perl #21314] make test: ext/IO/lib/IO/t/io_poll FAILED at test 3
Message ID:
rt-21314-52508.10.274630845333@bugs6.perl.org
# New Ticket Created by  Hiroshi Kunimatsu 
# Please include the string:  [perl #21314]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=21314 >


Hi, folks.

Perl is not installed in the system which I am using. 
(see myconfig as follows)
I am not a superuser of the system. 
I want to install Perl by myself.

sh Configure -Dprefix=/MY/LOCAL/DIR/perl -Dcc=/usr/local/bin/gcc -de -Uusedl
# Here, I editturned off our computer's optimizer: optimize=' '
and then edited "config.sh" optimize=''とする。

#sh Configure -S > $DIR_WORK/so_sh_Configure_S 2>&1
#make depend > $DIR_WORK/so_make_depend 2>&1

When I do 'make test', only one test fails;

> ext/IO/lib/IO/t/io_poll..............FAILED at test 3 
... 
> Failed 1 test script out of 659, 99.85% okay.
> ### Since not all tests were successful, you may want to run some of
> ### them individually and examine any diagnostic messages they produce.
> ### See the INSTALL document's section on "make test".
> ### You have a good chance to get more information by running
> ###   ./perl harness
> ### in the 't' directory since most (>=80%) of the tests succeeded.
> u=16.04  s=102.84  cu=699.11  cs=1065.62  scripts=659  tests=67970
> *** Error code 1
> 
> Stop.
> *** Error code 2
> 
> Stop.
> *** Error code 2
> 
> Stop.

But, individual tests seems to be ok;

$ cd t
$ export PERL_CORE=1
$ ./perl -I../lib ../ext/IO/lib/IO/t/io_poll.t
1..10
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10

"mycofig" is like this;

> #!/bin/sh
> 
> # This script is designed to provide a handy summary of the configuration
> # information being used to build perl. This is especially useful if you
> # are requesting help from comp.lang.perl.misc on usenet or via mail.
> 
> # Note that the text lines /^Summary of/ .. /^\s*$/ are copied into Config.pm.
> cat <<'!NO!SUBS!'
> Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
>   Platform:
>     osname=hi-uxmpp, osvers=03-02, archname=SR8000-hi-uxmpp
>     uname='hi-uxmpp hpc1c 03-02 0 sr8000 '
>     config_args='-Dprefix=/MY/LOCAL/DIR/perl -Dcc=/usr/local/bin/gcc -de -Uusedl'
>     hint=recommended, useposix=true, d_sigaction=define
>     usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
>     useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
>     use64bitint=undef use64bitall=undef uselongdouble=undef
>     usemymalloc=y, bincompat5005=undef
>   Compiler:
>     cc='/usr/local/bin/gcc', ccflags ='-I/usr/local/include',
>     optimize='',
>     cppflags='-I/usr/local/include'
>     ccversion='', gccversion='2.8.1', gccosandvers=''
>     intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
>     d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
>     ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4
>     alignbytes=4, prototype=define
>   Linker and Libraries:
>     ld='ld', ldflags =' -L/usr/local/lib'
>     libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
>     libs=-ldbm -lld -lm -lc -lbsd -lPW -lutil
>     perllibs=-ldbm -lld -lm -lc -lbsd -lPW -lutil
>     libc=/usr/lib/libc.a, so=so, useshrplib=false, libperl=libperl.a
>     gnulibc_version=''
>   Dynamic Linking:
>     dlsrc=dl_none.xs, dlext=none, d_dlsymun=undef, ccdlflags=''
>     cccdlflags='', lddlflags=''
> 
> !NO!SUBS!

"sr8000" is a machine like this;
http://www.hitachi.co.jp/Prod/comp/hpc/eng/sr81e.html

I have never heard the word 'poll'.

Is there any way to install Perl 

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 Hiroshi Kunimatsu
weekdays: kunimatu@naps.kishou.go.jp
portable(-> i-mode): tumaniku@nifty.com
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About