OpenMacNews wrote:hi geoff,
i can verify that mod_perl compiles (thanks!) and runs w/ Apache2.10 (dev) on MacOSX 10.2.8 & 10.3.1:
Apache/2.1.0-dev (Unix) mod_perl/1.99_12-dev Perl/v5.8.2 DAV/2 PHP/4.3.4
great! thanks again!
as fyi -- "make test" gives:
Failed Test Stat Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------
apr/finfo.t 17 2 11.76% 7-8 9 tests skipped.
can you please run
$ t/TEST t/apr/finfo.t -v
and report it's output.
thanks.
--Geoff
certainly! :-)
Richard
% t/TEST t/apr/finfo.t -v
*** setting ulimit to allow core files
ulimit -c unlimited; t/TEST 't/apr/finfo.t' -v
/usr/sbin/httpd -d /Volumes/develop/ports/modperl-2.0/t -f
/Volumes/develop/ports/modperl-2.0/t/conf/httpd.conf
-DAPACHE2 -DPERL_USEITHREADS
using Apache/2.1.0-dev (worker MPM) waiting 60 seconds for server to start: ......[Tue Dec 02 10:05:17 2003] [info]
22 Apache:: modules loaded
[Tue Dec 02 10:05:17 2003] [info] 5 APR:: modules loaded
[Tue Dec 02 10:05:17 2003] [info] base server + 12 vhosts ready to run tests
..(48)Address already in use: make_sock: could not bind to address [::]:8529
(48)Address already in use: make_sock: could not bind to address [::]:8530
(48)Address already in use: make_sock: could not bind to address [::]:8531
(48)Address already in use: make_sock: could not bind to address [::]:8532
(48)Address already in use: make_sock: could not bind to address [::]:8533
(48)Address already in use: make_sock: could not bind to address [::]:8534
(48)Address already in use: make_sock: could not bind to address [::]:8535
(48)Address already in use: make_sock: could not bind to address [::]:8536
(48)Address already in use: make_sock: could not bind to address [::]:8537
(48)Address already in use: make_sock: could not bind to address [::]:8538
(48)Address already in use: make_sock: could not bind to address [::]:8539
(48)Address already in use: make_sock: could not bind to address [::]:8540
(48)Address already in use: make_sock: could not bind to address [::]:8541
(48)Address already in use: make_sock: could not bind to address [::]:8542
(48)Address already in use: make_sock: could not bind to address [::]:8543
(48)Address already in use: make_sock: could not bind to address [::]:8544
(48)Address already in use: make_sock: could not bind to address [::]:8545
...................................
waiting 60 seconds for server to start: ok (waited 42 secs)
server localhost:8529 started
server localhost:8530 listening (TestProtocol::echo)
server localhost:8531 listening (TestProtocol::echo_filter)
server localhost:8532 listening (TestProtocol::eliza)
server localhost:8533 listening (TestPreConnection::note)
server localhost:8534 listening (TestHooks::stacked_handlers2)
server localhost:8535 listening (TestFilter::both_str_con_add)
server localhost:8536 listening (TestFilter::in_bbs_inject_header)
server localhost:8537 listening (TestFilter::in_bbs_msg)
server localhost:8538 listening (TestFilter::in_str_msg)
server localhost:8539 listening (TestDirective::perlmodule)
server localhost:8540 listening (TestDirective::perlrequire)
server localhost:8541 listening (TestPerl::ithreads)
server localhost:8542 listening (TestDirective::perlloadmodule3)
server localhost:8543 listening (TestDirective::perlloadmodule4)
server localhost:8544 listening (TestDirective::perlloadmodule5)
server localhost:8545 listening (TestDirective::perlloadmodule6)
apr/finfo....1..17
# Running under perl version 5.008002 for darwin
# Current time local: Tue Dec 2 10:05:47 2003
# Current time GMT: Tue Dec 2 18:05:47 2003
# Using Test.pm version 1.24
# $r->finfo APR::Finfo=SCALAR(0x196b320)
ok 1
# $r->finfo->pool APR::Pool=SCALAR(0x1246b68)
ok 2
# testing : stat /Volumes/develop/ports/modperl-2.0/t/htdocs/index.html
# expected: 0
# received: 0
ok 3
# testing : $r->finfo->device()
# expected: 234881045
# received: 234881045
ok 4
# testing : $r->finfo->inode()
# expected: 3376188
# received: 3376188
ok 5
# testing : $r->finfo->nlink()
# expected: 1
# received: 1
ok 6
# testing : $r->finfo->user()
# expected: 4294967294
# received: -2
not ok 7
# testing : $r->finfo->group()
# expected: 4294967294
# received: -2
not ok 8
# testing : $r->finfo->size()
# expected: 632
# received: 632
ok 9
# testing : $r->finfo->atime()
# expected: 1070388357
# received: 1070388357
ok 10
# testing : $r->finfo->mtime()
# expected: 1070384308
# received: 1070384308
ok 11
# testing : $r->finfo->ctime()
# expected: 1070388051
# received: 1070388051
ok 12
# testing : $r->finfo->protection() & APR::WREAD
# expected: 4
# received: 4
ok 13
# testing : $r->finfo->protection() & APR::WWRITE
# expected: 2
# received: 2
ok 14
# testing : $r->finfo->protection() & APR::WEXECUTE
# expected: 1
# received: 1
ok 15
# testing : $r->finfo->fname()
# expected: /Volumes/develop/ports/modperl-2.0/t/htdocs/index.html
# received: /Volumes/develop/ports/modperl-2.0/t/htdocs/index.html
ok 16
# testing : $r->finfo->filetype()
# expected: 1
# received: 1
ok 17
FAILED tests 7-8
Failed 2/17 tests, 88.24% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
apr/finfo.t 17 2 11.76% 7-8
*** server localhost:8529 shutdown
*** port 8529 still in use...
...............!!!
server was shutdown but port 8529 is still in use, please shutdown the service
using this port or select
another port for the tests
!!! port 8529 is in use, cannot determine server pid to shutdown
!!! error running tests (please examine t/logs/error_log)--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
