Google Groups Home
Help | Sign in
make test
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Ron Eggler  
View profile
 More options Mar 27, 6:23 pm
Newsgroups: comp.lang.perl.misc
From: Ron Eggler <t...@example.com>
Date: Thu, 27 Mar 2008 22:23:10 GMT
Local: Thurs, Mar 27 2008 6:23 pm
Subject: make test
Hi,

When I tried to install perl, i got following on "make test"
[shell]
Failed 3 tests out of 1423, 99.79% okay.
        ../ext/Sys/Syslog/t/syslog.t
        ../ext/threads/t/join.t
        ../lib/Archive/Extract/t/01_Archive-Extract.t
### 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.
### You may have to set your dynamic library search path,
### LD_LIBRARY_PATH, to point to the build directory:
###   setenv LD_LIBRARY_PATH `pwd`; cd t; ./perl harness
###   LD_LIBRARY_PATH=`pwd`; export LD_LIBRARY_PATH; cd t; ./perl harness
###   export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness
### for csh-style shells, like tcsh; or for traditional/modern
### Bourne-style shells, like bash, ksh, and zsh, respectively.
u=2.38  s=1.42  cu=436.19  cs=42.84  scripts=1423  tests=188373
make[2]: *** [_test_tty] Error 1
make[2]: Leaving directory `/home/ron/software/perl-5.10.0'
make[1]: *** [_test] Error 2
make[1]: Leaving directory `/home/ron/software/perl-5.10.0'
make: *** [test] Error 2
[root@NEMS perl-5.10.0]#
[/shell]

not sure what i need to do, i tried to run ./perl harness but there's no
such file in the directory.

Thanks for help! :)

Ron
--
chEErs roN


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Morrow  
View profile
 More options Mar 27, 8:11 pm
Newsgroups: comp.lang.perl.misc
From: Ben Morrow <b...@morrow.me.uk>
Date: Fri, 28 Mar 2008 00:11:57 +0000
Local: Thurs, Mar 27 2008 8:11 pm
Subject: Re: make test

Quoth Ron Eggler <t...@example.com>:

> Hi,

> When I tried to install perl, i got following on "make test"

Does this mean you've fixed your <bits/errno_values.h> errors?

You missed the 'cd t' step, and it's likely the LD_LIBRARY_PATH bit is
important too, if you've built a shared libperl.so. harness lives in the
t directory (and there's a symlink to ../perl in there as well). These
failures are *probably* not a problem, at any rate not unless you will
be using syslog, threads, or Archive::Extract (which is used by
CPANPLUS, btw). It may be worth running the tests individually to
confirm they are unimportant failures, however.

Ben


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google