Subject: | missing Test::NoWarnings dependency in Makefile.PL |
Greetings,
I found an issue when trying to install Config::Perl::V
<installLog>
cpan[6]> install Config::Perl::V
Running install for module 'Config::Perl::V'
Running make for H/HM/HMBRAND/Config-Perl-V-0.18.tgz
Has already been unwrapped into directory /home/jackal/.cpan/build/Config-Perl-V-0.18-c7FlHb
Has already been made
Running make test
PERL_DL_NONLAZY=1 /home/jackal/perl5/perlbrew/perls/perl-5.16.3/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_pod.t ..... skipped: Test::Pod 1.00 required for testing POD
t/01_pod.t ..... skipped: Test::Pod::Covarage required for testing POD Coverage
t/10_base.t .... Can't locate Test/NoWarnings.pm in @INC (@INC contains: /home/jackal/.cpan/build/Config-Perl-V-0.18-c7FlHb/blib/lib /home/jackal/.cpan/build/Config-Perl-V-0.18-c7FlHb/blib/arch /home/jackal/Projetos/siebel-monitoring-tools/lib /home/jackal/Projetos/siebel-code-analyzer/testing /usr/lib/cgi-bin /home/jackal/Projetos/siebel-monitoring-tools/lib /home/jackal/Projetos/siebel-code-analyzer/testing /usr/lib/cgi-bin /home/jackal/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/x86_64-linux /home/jackal/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3 /home/jackal/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/x86_64-linux /home/jackal/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3 .) at t/10_base.t line 10.
BEGIN failed--compilation aborted at t/10_base.t line 18.
t/10_base.t .... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/20_plv510.t .. Can't locate Test/NoWarnings.pm in @INC (@INC contains: /home/jackal/.cpan/build/Config-Perl-V-0.18-c7FlHb/blib/lib /home/jackal/.cpan/build/Config-Perl-V-0.18-c7FlHb/blib/arch /home/jackal/Projetos/siebel-monitoring-tools/lib /home/jackal/Projetos/siebel-code-analyzer/testing /usr/lib/cgi-bin /home/jackal/Projetos/siebel-monitoring-tools/lib /home/jackal/Projetos/siebel-code-analyzer/testing /usr/lib/cgi-bin /home/jackal/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/x86_64-linux /home/jackal/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3 /home/jackal/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/x86_64-linux /home/jackal/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3 .) at t/20_plv510.t line 10.
BEGIN failed--compilation aborted at t/20_plv510.t line 16.
t/20_plv510.t .. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/21_plv518.t .. Can't locate Test/NoWarnings.pm in @INC (@INC contains: /home/jackal/.cpan/build/Config-Perl-V-0.18-c7FlHb/blib/lib /home/jackal/.cpan/build/Config-Perl-V-0.18-c7FlHb/blib/arch /home/jackal/Projetos/siebel-monitoring-tools/lib /home/jackal/Projetos/siebel-code-analyzer/testing /usr/lib/cgi-bin /home/jackal/Projetos/siebel-monitoring-tools/lib /home/jackal/Projetos/siebel-code-analyzer/testing /usr/lib/cgi-bin /home/jackal/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/x86_64-linux /home/jackal/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3 /home/jackal/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/x86_64-linux /home/jackal/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3 .) at t/21_plv518.t line 10.
BEGIN failed--compilation aborted at t/21_plv518.t line 16.
t/21_plv518.t .. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Test Summary Report
-------------------
t/10_base.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/20_plv510.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/21_plv518.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=5, Tests=0, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.05 cusr 0.01 csys = 0.09 CPU)
Result: FAIL
Failed 3/5 test programs. 0/0 subtests failed.
make: ** [test_dynamic] Erro 2
HMBRAND/Config-Perl-V-0.18.tgz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports HMBRAND/Config-Perl-V-0.18.tgz
Running make install
make test had returned bad status, won't install without force
Failed during this command:
HMBRAND/Config-Perl-V-0.18.tgz : make_test NO
</installLog>
Installing Test::NoWarnings manually solves the problem.
Here is my Perl version:
This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux
Copyright 1987-2012, 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.
jackal@yggdrasil:~/Projetos/siebel-monitoring-tools/Siebel-Srvrmgr$ perl -V
Summary of my perl5 (revision 5 version 16 subversion 3) configuration:
Platform:
osname=linux, osvers=3.8.0-23-generic, archname=x86_64-linux
uname='linux yggdrasil 3.8.0-23-generic #34-ubuntu smp wed may 29 20:22:58 utc 2013 x86_64 x86_64 x86_64 gnulinux '
config_args='-de -Dprefix=/home/jackal/perl5/perlbrew/perls/perl-5.16.3 -Aeval:scriptdir=/home/jackal/perl5/perlbrew/perls/perl-5.16.3/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.7.3', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
libs=-lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.17'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_64_BIT_ALL
USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE
USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Built under linux
Compiled at Jun 3 2013 03:03:17
%ENV:
PERL5LIB="/home/jackal/Projetos/siebel-monitoring-tools/lib:/home/jackal/Projetos/siebel-code-analyzer/testing:/usr/lib/cgi-bin"
PERLBREW_MANPATH="/home/jackal/perl5/perlbrew/perls/perl-5.16.3/man"
PERLBREW_PATH="/home/jackal/perl5/perlbrew/bin:/home/jackal/perl5/perlbrew/perls/perl-5.16.3/bin"
PERLBREW_PERL="perl-5.16.3"
PERLBREW_ROOT="/home/jackal/perl5/perlbrew"
PERLBREW_SKIP_INIT="1"
PERLBREW_VERSION="0.63"
@INC:
/home/jackal/Projetos/siebel-monitoring-tools/lib
/home/jackal/Projetos/siebel-code-analyzer/testing
/usr/lib/cgi-bin
/home/jackal/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/x86_64-linux
/home/jackal/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3
/home/jackal/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/x86_64-linux
/home/jackal/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3