[Fwd: FAIL Apache-Test-1.12 OpenBSD.i386-openbsd 3.5]

2004-06-29 Thread Geoffrey Young


 Original Message 
Subject: FAIL Apache-Test-1.12 OpenBSD.i386-openbsd 3.5
Date: Mon, 28 Jun 2004 22:51:54 +0200 (CEST)
From: [EMAIL PROTECTED] (CPAN Tester. CPAN++ automate)
To: cpan-testers@perl.org
CC: [EMAIL PROTECTED]

This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.

--
This is an error report generated automatically by CPANPLUS,
version 0.049.

Below is the error stack during 'make test':

/usr/local/perl-5.8.4/bin/perl -Iblib/arch -Iblib/lib  t/TEST -clean
APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT= APACHE_TEST_USER=
APACHE_TEST_APXS=  /usr/local/perl-5.8.4/bin/perl -Iblib/arch -Iblib/lib
t/TEST -bugreport -verbose=0


We are now going to configure the Apache-Test framework.
This configuration process needs to be done only once.



First we need to know where the 'httpd' executable is located.
If you have more than one Apache server is installed, make sure
you supply the path to the one you are going to use for testing.
You can always override this setting at run time via the '-httpd'
option. For example:

  % t/TEST -httpd /path/to/alternative/httpd

or via the environment variable APACHE_TEST_HTTPD. For example:

  % APACHE_TEST_HTTPD=/path/to/alternative/httpd t/TEST

If for some reason you want to skip the test suite, type: skip

Please provide a full path to 'httpd' executable or choose from the
following options:

[1] /usr/sbin/httpd

 [1] 1


Next we need to know where the 'apxs' script is located. This script
provides a lot of information about the apache installation, and makes
it easier to find things. However it's not available on all platforms,
therefore it's optional.

If you don't have it installed it's not a problem. Just press Enter.

Notice that if you have Apache 2.x installed that script could be
called as 'apxs2'.

If you have more than one Apache server is installed, make sure you
supply the path to the apxs script you are going to use for testing.
You can always override this setting at run time via the '-apxs'
option. For example:

  % t/TEST -apxs /path/to/alternative/apxs

or via the environment variable APACHE_TEST_APXS. For example:

  % APACHE_TEST_APXS=/path/to/alternative/apxs t/TEST


Please provide a full path to (optional) 'apxs' executable or choose from
the following options:

[1] /usr/sbin/apxs

 [1] 1
[warning] rerunning '/usr/local/perl-5.8.4/bin/perl
/home/alian/.cpanplus/5.8.4/build/Apache-Test-1.12/t/TEST -bugreport
-verbose=0' with new config opts
/usr/sbin/httpd -d /home/alian/.cpanplus/5.8.4/build/Apache-Test-1.12/t -f
/home/alian/.cpanplus/5.8.4/build/Apache-Test-1.12/t/conf/httpd.conf -D APACHE1
using Apache/1.3.29

waiting 60 seconds for server to start: .
waiting 60 seconds for server to start: ok (waited 0 secs)
server localhost.alianet:8529 started
t/ping# Failed test 3 in t/ping.t at line 16
FAILED test 3
Failed 1/3 tests, 66.67% okay
t/redirect# Failed test 4 in t/redirect.t at line 17
# Failed test 6 in t/redirect.t at line 23
FAILED tests 4, 6
Failed 2/6 tests, 66.67% okay
t/request.# Failed test 1 in t/request.t at line 11
# Failed test 5 in t/request.t at line 16
# Failed test 8 in t/request.t at line 20
# Failed test 9 in t/request.t at line 22
FAILED tests 1, 5, 8-9
Failed 4/9 tests, 55.56% okay
Failed Test  Stat Wstat Total Fail  Failed  List of Failed
---
t/ping.t31  33.33%  3
t/redirect.t62  33.33%  4 6
t/request.t 94  44.44%  1 5 8-9
Failed 3/3 test scripts, 0.00% okay. 7/18 subtests failed, 61.11% okay.
[  error] error running tests (please examine t/logs/error_log)
+-+
| To report problems please refer to the SUPPORT file |
+-+
*** Error code 1

Stop in /home/alian/.cpanplus/5.8.4/build/Apache-Test-1.12 (line 831 of
Makefile).


Additional comments:
--

Summary of my perl5 (revision 5 version 8 subversion 4) configuration:
  Platform:
osname=openbsd, osvers=3.5, archname=OpenBSD.i386-openbsd
uname='openbsd neptune.alianet 3.5 generic#34 i386 '
config_args='-des -Dprefix=/usr/local/perl-5.8.4 [EMAIL PROTECTED]'
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=n, bincompat5005=undef
  Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -I/usr/local/include',
optimize='-O2',
cppflags='-fno-strict-aliasing -I/usr/local/include'

Re: [Fwd: FAIL Apache-Test-1.12 OpenBSD.i386-openbsd 3.5]

2004-06-29 Thread Stas Bekman
Geoffrey Young wrote:

[...]
waiting 60 seconds for server to start: .
waiting 60 seconds for server to start: ok (waited 0 secs)
server localhost.alianet:8529 started
t/ping# Failed test 3 in t/ping.t at line 16
FAILED test 3
Failed 1/3 tests, 66.67% okay
t/redirect# Failed test 4 in t/redirect.t at line 17
# Failed test 6 in t/redirect.t at line 23
FAILED tests 4, 6
Failed 2/6 tests, 66.67% okay
t/request.# Failed test 1 in t/request.t at line 11
# Failed test 5 in t/request.t at line 16
# Failed test 8 in t/request.t at line 20
# Failed test 9 in t/request.t at line 22
FAILED tests 1, 5, 8-9
Failed 4/9 tests, 55.56% okay
Failed Test  Stat Wstat Total Fail  Failed  List of Failed
---
t/ping.t31  33.33%  3
t/redirect.t62  33.33%  4 6
t/request.t 94  44.44%  1 5 8-9
Failed 3/3 test scripts, 0.00% okay. 7/18 subtests failed, 61.11% okay.
[  error] error running tests (please examine t/logs/error_log)
+-+
| To report problems please refer to the SUPPORT file |
+-+
*** Error code 1
Stop in /home/alian/.cpanplus/5.8.4/build/Apache-Test-1.12 (line 831 of
Makefile).
error_log is missing.
--
__
Stas BekmanJAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide --- http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com