Ask a Question related to PERL Modules, Design and Development.
-
Gary #1
CPAN make test error with XML::Encoding
I am trying to install XML::Encoding on my Debian woody system --
kernel 2.2.20 and perl 5.6.1. I am getting an error in CPAN and I do
not know what it means. Can anyone help?
CPAN.pm: Going to build C/CO/COOPERCL/XML-Encoding-1.01.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for XML::Encoding
cp Encoding.pm blib/lib/XML/Encoding.pm
cp bin/make_encmap blib/script/make_encmap
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
blib/script/make_encmap
cp bin/compile_encoding blib/script/compile_encoding
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
blib/script/compile_encoding
Manifying blib/man3/XML::Encoding.3pm
/usr/bin/make -- OK
Running make test
cp bin/make_encmap blib/script/make_encmap
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
blib/script/make_encmap
cp bin/compile_encoding blib/script/compile_encoding
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
blib/script/compile_encoding
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..7
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
make: *** [test_dynamic] Segmentation fault
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Gary Guest
-
#39446 [NEW]: "make test" fails Error 138
From: hakkarainen at cs dot joensuu dot fi Operating system: Solaris 9 PHP version: 5.2.0 PHP Bug Type: Compile Failure Bug... -
test failures during cpan installation
Hello, I'd like to install the current version of bestpractical's request tracker (http://www.bestpractical.com/rt/), which is written in perl.... -
Error in Make Test
Hello, In the process of executing "make test", an error message is showing. Following is the command sequence, followed by a copy of the test... -
Math::GMP Make Test error on Itanium running HP-UX 11.23
I am receiving the following error when I do a make test for Math::GMP 2.04: make test PERL_DL_NONLAZY=1 /opt/perl-5.8/bin/perl... -
Math::Pari - Solaris 2.8 sparcv9 - make test error
Although I am able to make pari-2.1.5 with no problems, and Math-Pari-2.010500 seems to build just fine, make test fails. The general error is: ... -
Gary #2
CPAN make test error with XML::Encoding
I am trying to install XML::Encoding on my Debian woody system --
kernel 2.2.20 and perl 5.6.1. I am getting an error in CPAN and I do
not know what it means. Can anyone help?
CPAN.pm: Going to build C/CO/COOPERCL/XML-Encoding-1.01.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for XML::Encoding
cp Encoding.pm blib/lib/XML/Encoding.pm
cp bin/make_encmap blib/script/make_encmap
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
blib/script/make_encmap
cp bin/compile_encoding blib/script/compile_encoding
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
blib/script/compile_encoding
Manifying blib/man3/XML::Encoding.3pm
/usr/bin/make -- OK
Running make test
cp bin/make_encmap blib/script/make_encmap
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
blib/script/make_encmap
cp bin/compile_encoding blib/script/compile_encoding
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
blib/script/compile_encoding
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..7
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
make: *** [test_dynamic] Segmentation fault
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Gary Guest
-
Unregistered #3
Re: CPAN make test error with XML::Encoding
For Natty, this worked:
In a terminal type 'sudo cpan' and enter your root password
at the cpan promt type 'install CPAN'
this will install a patch--you can view it here:
https://metacpan.org/diff/file/?target=ANDK/CPAN-1.9800/lib/CPAN.pm&source=DAGOLDEN/CPAN-1.94_64/lib/CPAN.pm
Unregistered Guest



Reply With Quote


