Hi every body !
Happy New Year &
Welcome in this New Century
I start this brand new year with a sad Pb:
Runnin' SOLARIS 2.7 i want to install Perl 5.6.0
I downloaded the last version stable.tar.gz
And entered:
sh Configure -Dcc='gcc' -Dprefix=/home/My_Perl -Uinstallusrbinperl -des
All seemed OK
I then make and make test
Below is the result 99.57% !!!
./.. lib/safe2.t 32 1 3.12% 30 ANY HELP WELCOME Regards JLB ;O)
lib/trig.............ok
Failed 1 test script out of 231, 99.57% 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".
### If you are testing the compiler, then ignore this message
### and run
### ./perl harness
### in the directory ./t.
###
### Since most tests were successful, you have a good chance to
### get information with better granularity by running
### ./perl harness
### in directory ./t.
u=0.9 s=0.48 cu=51.06 cs=23.78 scripts=231 tests=11577
make: *** [test] Error 1
bash /home/jlbeaudet/perl-5.6.0 #
Finally i did
./perl harness in the ./t and obtained:
lib/safe2...........ok 32/32FAILED test 30
Failed 1/32 tests, 96.88% okay
lib/sdbm............ok
lib/searchdict......ok
lib/selectsaver.....ok
lib/socket..........ok
lib/soundex.........ok
lib/symbol..........ok
lib/syslfs..........ok
lib/textfill........ok
lib/texttabs........ok
lib/textwrap........ok
lib/thr5005.........skipped: not use5005threads
lib/tie-push........ok
lib/tie-stdarray....ok
lib/tie-stdhandle...ok
lib/tie-stdpush.....ok
lib/timelocal.......ok
lib/trig............ok
Failed Test Status Wstat Total Fail Failed List of failed
---------------------------------------------------------------------------
5 tests and 78 subtests skipped.
Failed 1/236 test scripts, 99.58% okay. 1/11577 subtests failed, 99.99%
okay.
bash /home/jlbeaudet/perl-5.6.0/t #
I don't absolutly know what to do...