CC: | an.gorohovski [...] gmail.com |
Subject: | The failure to install this module 0.039 |
Hi,
I try to install Module-Build-Tiny 0.039 as:
$ cpan
cpan[1]> install Module::Build::Tiny
but got the errors output:
<truncated>
Running Build test
t/00-compile.t .......... ok
t/release-pod-syntax.t .. skipped: these tests are for release candidate testing
t/simple.t .............. 7/?
# Failed test 'Build output looks correctly'
# at t/simple.t line 85.
# 'cp share/file.txt blib/lib/auto/share/dist/Foo-Bar/file.txt
# cp script/simple blib/script/simple
# gcc -I. -Ilib -I/usr/lib64/perl5/CORE -DVERSION="0.001" -DXS_VERSION="0.001" -fPIC -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-pr
otector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --para
m=ssp-buffer-size=4 -m64 -mtune=generic -o temp/Simple.o temp/Simple.c
# gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o blib/arch/auto/
Simple/Simple.so temp/Simple.o
# '
# doesn't match '(?-xism:lib/Foo/Bar\.pm)'
# Failed test 'Foo::Bar copied to blib'
# at t/simple.t line 92.
Can't open blib/lib/Foo/Bar.pm: Нет такого файла или каталога at t/simple.t line 55, <> chunk 1.
# Failed test 'pm contents are correct'
# at t/simple.t line 93.
# got: 'package Foo::Bar;
#
# use vars qw( $VERSION );
# $VERSION = '0.01';
#
# use strict;
#
# use Carp 0 ();
#
# 1;
#
# __END__
#
# =head1 NAME
#
# Foo::Bar - Perl extension for blah blah blah
#
# =head1 DESCRIPTION
#
# Stub documentation for Foo::Bar.
#
# =head1 AUTHOR
#
# A. U. Thor, a.u.thor@a.galaxy.far.far.away
#
# =cut
# '
# expected: undef
Use of uninitialized value in bitwise and (&) at t/simple.t line 94, <> line 1.
t/simple.t .............. 23/?
# Failed test 'Build install output looks correctly'
# at t/simple.t line 131.
# 'Installing install/man/man1/simple.1
# Installing install/lib/perl5/auto/share/dist/Foo-Bar/file.txt
# Installing install/bin/simple
# '
# doesn't match '(?-xism:Installing install\/lib\/perl5\/x86_64\-linux\-thread\-multi\/Foo\/Bar\.pm)'
# Failed test 'Module is installed'
# at t/simple.t line 133.
# Looks like you failed 5 tests of 25.
t/simple.t .............. Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/25 subtests
Test Summary Report
-------------------
t/simple.t (Wstat: 1280 Tests: 25 Failed: 5)
Failed tests: 7, 11-12, 23-24
Non-zero exit status: 5
Files=3, Tests=26, 4 wallclock secs ( 0.07 usr 0.03 sys + 0.82 cusr 0.30 csys = 1.22 CPU)
Result: FAIL
LEONT/Module-Build-Tiny-0.039.tar.gz
./Build test -- NOT OK
How to solve this problem?
Thanks, Alessandro