Re: make test fails on HPUX/IA64: Can't locate TestFilter/both_str_req_add.pm
[prev]
[thread]
[next]
[Date index for 2004/12/07]
Stas Bekman <stas@xxxxxx.xxx> writes:
> > $ make test
>
> > [Tue Dec 07 04:05:24 2004] [error] Can't locate
> > TestFilter/both_str_req_add.pm in @INC (@INC contains:
> [...]
> > /home/gisle/mod_perl-1.99_17/t/filter
>
> I think you hit the open filehandles limit (mp2 test suite opens a lot
> of those)
> http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html#Can_t_locate_F_TestFilter_in_str_consume_pm__in_C__INC____
> since the file
> /home/gisle/mod_perl-1.99_17/t/filter/TestFilter/both_str_req_add.pm
> is there, right?
Did not think about that. Yes, the default limit is 60 opened files
on this machine. I ran 'ulimit -n 1024' and then 'make test' again.
This time it worked much better, but it fails when trying to load the
APR.so module.
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------------------------------------------------------------------------
t/apr-ext/base64.t 255 65280 ?? ?? % ??
t/apr-ext/bucket.t 255 65280 ?? ?? % ??
t/apr-ext/date.t 255 65280 ?? ?? % ??
t/apr-ext/finfo.t 255 65280 ?? ?? % ??
t/apr-ext/pool.t 255 65280 ?? ?? % ??
t/apr-ext/string.t 255 65280 ?? ?? % ??
t/apr-ext/table.t 255 65280 ?? ?? % ??
t/apr-ext/threadmutex.t 255 65280 ?? ?? % ??
t/apr-ext/uri.t 255 65280 ?? ?? % ??
t/apr-ext/util.t 255 65280 ?? ?? % ??
t/apr-ext/uuid.t 255 65280 ?? ?? % ??
t/apr/constants.t 255 65280 ?? ?? % ??
15 tests skipped.
Failed 12/216 test scripts, 94.44% okay. 0/1825 subtests failed, 100.00% okay.
t/apr-ext/base64........................Can't load '/home/gisle/mod_perl-1.99_17/blib/arch/auto/APR/APR.so' for module APR: Exec format error at /home/gisle/5.8.6/lib/perl5/5.8.6/IA64.ARCHREV_0/DynaLoader.pm line 230.
at /home/gisle/mod_perl-1.99_17/blib/lib/APR/Base64.pm line 23
Compilation failed in require at /home/gisle/mod_perl-1.99_17/blib/lib/APR/Base64.pm line 23.
BEGIN failed--compilation aborted at /home/gisle/mod_perl-1.99_17/blib/lib/APR/Base64.pm line 23.
Compilation failed in require at /home/gisle/mod_perl-1.99_17/t/lib/TestAPRlib/base64.pm line 11.
BEGIN failed--compilation aborted at /home/gisle/mod_perl-1.99_17/t/lib/TestAPRlib/base64.pm line 11.
Compilation failed in require at t/apr-ext/base64.t line 7.
BEGIN failed--compilation aborted at t/apr-ext/base64.t line 7.
t/apr-ext/base64........................dubious
Test returned status 255 (wstat 65280, 0xff00)
t/apr-ext/bucket........................Can't load '/home/gisle/mod_perl-1.99_17/blib/arch/auto/APR/APR.so' for module APR: Exec format error at /home/gisle/5.8.6/lib/perl5/5.8.6/IA64.ARCHREV_0/DynaLoader.pm line 230.
at /home/gisle/mod_perl-1.99_17/blib/lib/APR/Pool.pm line 23
Compilation failed in require at /home/gisle/mod_perl-1.99_17/blib/lib/APR/Pool.pm line 23.
BEGIN failed--compilation aborted at /home/gisle/mod_perl-1.99_17/blib/lib/APR/Pool.pm line 23.
Compilation failed in require at /home/gisle/mod_perl-1.99_17/t/lib/TestAPRlib/bucket.pm line 12.
BEGIN failed--compilation aborted at /home/gisle/mod_perl-1.99_17/t/lib/TestAPRlib/bucket.pm line 12.
Compilation failed in require at t/apr-ext/bucket.t line 7.
BEGIN failed--compilation aborted at t/apr-ext/bucket.t line 7.
t/apr-ext/bucket........................dubious
Test returned status 255 (wstat 65280, 0xff00)
t/apr-ext/date..........................Can't load '/home/gisle/mod_perl-1.99_17/blib/arch/auto/APR/APR.so' for module APR: Exec format error at /home/gisle/5.8.6/lib/perl5/5.8.6/IA64.ARCHREV_0/DynaLoader.pm line 230.
at /home/gisle/mod_perl-1.99_17/blib/lib/APR/Date.pm line 23
Compilation failed in require at /home/gisle/mod_perl-1.99_17/blib/lib/APR/Date.pm line 23.
BEGIN failed--compilation aborted at /home/gisle/mod_perl-1.99_17/blib/lib/APR/Date.pm line 23.
Compilation failed in require at /home/gisle/mod_perl-1.99_17/t/lib/TestAPRlib/date.pm line 11.
BEGIN failed--compilation aborted at /home/gisle/mod_perl-1.99_17/t/lib/TestAPRlib/date.pm line 11.
Compilation failed in require at t/apr-ext/date.t line 7.
BEGIN failed--compilation aborted at t/apr-ext/date.t line 7.
t/apr-ext/date..........................dubious
[...]
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html
 |
(message missing)
|