|
Posted by Ton 't Lam on October 24, 2005, 8:15 pm
Please log in for more thread options
Hello,
I have a problem to install Parse::Lex with Perl 5.8.3. I tried on other
systems (Cygwin, Fedora 2) as well, and run into the same issue:
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/test1....FAILED test 1
Failed 1/1 tests, 0.00% okay
t/test2....FAILED test 1
Failed 1/1 tests, 0.00% okay
t/test3....FAILED test 1
Failed 1/1 tests, 0.00% okay
t/test4....FAILED test 1
Failed 1/1 tests, 0.00% okay
t/test5....FAILED test 1
Failed 1/1 tests, 0.00% okay
t/test6....FAILED test 1
Failed 1/1 tests, 0.00% okay
t/test7....FAILED test 1
Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/test1.t 1 1 100.00% 1
t/test2.t 1 1 100.00% 1
t/test3.t 1 1 100.00% 1
t/test4.t 1 1 100.00% 1
t/test5.t 1 1 100.00% 1
t/test6.t 1 1 100.00% 1
t/test7.t 1 1 100.00% 1
Failed 7/7 test scripts, 0.00% okay. 7/7 subtests failed, 0.00% okay.
make: *** [test_dynamic] Error 255
/usr/bin/make test -- NOT OK
Other modules install without any problem, e.g. Parse::Yapp
Anybody came accros this issue, and knows the cause. Thanks.
Best Regards,
Ton 't Lam
|
|
Posted by Ton 't Lam on October 26, 2005, 10:37 am
Please log in for more thread options
Ton 't Lam wrote:
> Hello,
>
> I have a problem to install Parse::Lex with Perl 5.8.3. I tried on other
> systems (Cygwin, Fedora 2) as well, and run into the same issue:
>
<snip>
Okay ...
In Template.pm make the next changes
line 1
old: use strict
new: use strict;
line 135
old: $expr = $1;
new: my $expr = $1;
# pwd
/root/.cpan/build/ParseLex-2.15
<snip>t/test4....FAILED test 1
Failed 1/1 tests, 0.00% okay
# cd /root/.cpan/build/ParseLex-2.15
# make install
Apparently perl 5.8.3 is more strict with the syntax.
I have given feedback at search.cpan.org on the above.
Best Regards,
Ton 't Lam
|
| Similar Threads | Posted | | Config::Any fails tests on install | February 24, 2007, 2:49 pm |
| Archive::Tar fails tests on AIX | August 17, 2004, 6:30 pm |
| On CygwinPerl, Digest::SHA fails all tests (yet passed on CPAN-testers) | May 4, 2006, 7:55 am |
| Problem to get Parse::Yapp and Parse:Flex working together | November 2, 2005, 3:15 pm |
| fails to parse the soap request | April 28, 2006, 7:35 pm |
| Cannot install DBI on Win2003 server - fails to locate dbi.ppd | May 29, 2005, 10:41 am |
| LWP Install Fails under WinXP SP2 running ActivePerl Build 810 | November 22, 2004, 1:20 pm |
| Upgrading to CPAN.pm v1.76 install Bundle::CPAN fails | May 10, 2005, 9:51 pm |
| Parse::Readelf 0.01 - parse the output of readelf | September 24, 2007, 12:07 pm |
| XML-Parser-2.34 install problem on Solaris | December 7, 2004, 5:18 pm |
|