Subject: | make test fails with assertion |
$ perl -v
This is perl, v5.10.0 built for i386-linux-thread-multi
Copyright 1987-2007, Larry Wall
Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
+ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/forks00-sigtrap.t .. ok
Assertion ((sv)->sv_flags & (0x00200000|0x00400000|0x00800000)) failed:
file "mg.c", line 88 at
/usr/lib/perl5/vendor_perl/5.10.0/Sys/SigAction.pm line 132.
Compilation failed in require at t/forks01.t line 14.
BEGIN failed--compilation aborted at t/forks01.t line 14.
^C