Subject: | install problem Verilog-Perl-3.110 |
Date: | Thu, 5 Feb 2009 13:52:16 -0800 (PST) |
To: | bug-Verilog-Perl [...] rt.cpan.org |
From: | Nahum Barnea <nahum_barnea [...] yahoo.com> |
Hi.
I try to install Verilog-Perl-3.110 over Cygwin.
$ perl -v
This is perl, v5.8.7 built for cygwin-thread-multi-64int
Here is what I get:
$ perl Makefile.PL
Note (probably harmless): No library found for -lstdc++
Writing Makefile for Verilog::Parser
Note (probably harmless): No library found for -lstdc++
Writing Makefile for Verilog::Preproc
Writing Makefile for Verilog::Language
make ---> runs ok.
But make test:
# Failed test 6 in t/80_vppreproc.t at line 28 fail #3
t/80_vppreproc.......FAILED tests 2, 4, 6
Failed 3/6 tests, 50.00% okay
t/85_vhier...........# Failed test 1 in t/85_vhier.t at line 28
# t/85_vhier.t line 28 is: ok(-r $out);
t/85_vhier...........NOK 1%Error: No such file or directory test_dir/vhier.v, at
t/test_utils.pl line 45.
t/85_vhier...........dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-8
Failed 8/8 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/02_help.t 15 8 53.33% 2-3 5-6 8-9 11-12
t/30_preproc.t ?? ?? % ??
t/32_noinc.t ?? ?? % ??
t/34_parser.t ?? ?? % ??
t/35_sigparser.t ?? ?? % ??
t/36_sigmany.t ?? ?? % ??
t/40_netlist.t ?? ?? % ??
t/41_example.t ?? ?? % ??
t/42_dumpcheck.t ?? ?? % ??
t/44_create.t ?? ?? % ??
t/46_link.t ?? ?? % ??
t/50_vrename.t 2 512 6 10 166.67% 2-6
t/60_vpassert.t 5 1 20.00% 2
t/80_vppreproc.t 6 3 50.00% 2 4 6
t/85_vhier.t 2 512 8 15 187.50% 1-8
14 subtests skipped.
Failed 15/25 test scripts, 40.00% okay. 81/295 subtests failed, 72.54% okay.
make: *** [test_dynamic] Error 14
Thanks.