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
From:
Hiroshi Kunimatsu
Date:
February 20, 2003 03:12
Subject:
[perl #21314] make test: ext/IO/lib/IO/t/io_poll FAILED at test 3
Message ID:
200302200950.JAA02696@rsvhhp01.naps.kishou.go.jp
Hi,
I am VERY sorry I unexpectedly send my mail when I was writing it.
I send the mail again;
====================================================
Perl is not installed in the system (see myconfig as follows) which I am using.
So, I want to install Perl by myself. (But I am not the superuser of the system. )
I did installation like this;
sh Configure -Dprefix=/MY/LOCAL/DIR/perl -Dcc=/usr/local/bin/gcc -de -Uusedl
# Here, I edited myconfig and turned off our computer's optimizer: optimize=' '.
sh Configure -S
make depend
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 am a beginner, so I have never heard the word 'poll'.
Is 'poll' indispensable for "basic" use of Perl ?
Is there any install options to avoid the error ?
Thanks.
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Hiroshi Kunimatsu
weekdays: kunimatu@naps.kishou.go.jp
portable(-> i-mode): tumaniku@nifty.com
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Thread Previous