Skip Menu |

This queue is for tickets about the HTTP-Server-Simple CPAN distribution.

Report information
The Basics
Id: 82828
Status: resolved
Priority: 0/
Queue: HTTP-Server-Simple

People
Owner: Nobody in particular
Requestors: WALTMAN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.44
Fixed in: (no value)



Subject: test fails on MISMATCHED content between MANIFEST and distribution files
'make test' fails on debian testing. Details follow... % perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for HTTP::Server::Simple Writing MYMETA.yml and MYMETA.json % make cp lib/HTTP/Server/Simple/CGI/Environment.pm blib/lib/HTTP/Server/Simple/CGI/Environment.pm cp lib/HTTP/Server/Simple.pm blib/lib/HTTP/Server/Simple.pm cp lib/HTTP/Server/Simple/CGI.pm blib/lib/HTTP/Server/Simple/CGI.pm Manifying blib/man3/HTTP::Server::Simple::CGI::Environment.3 Manifying blib/man3/HTTP::Server::Simple.3 Manifying blib/man3/HTTP::Server::Simple::CGI.3 % make test PERL_DL_NONLAZY=1 /home/waltman/perl5/perlbrew/perls/perl- 5.16.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00signature.t .... WARNING: This key is not certified with a trusted signature! Primary key fingerprint: AB4A 62CF 1A1A 119A 0462 39D6 122F 5DF7 108E 4046 Not in MANIFEST: MYMETA.json Not in MANIFEST: MYMETA.yml ==> MISMATCHED content between MANIFEST and distribution files! <== t/00signature.t .... Failed 1/1 subtests t/00smoke.t ........ ok t/01live.t ......... ok t/02pod.t .......... ok t/03podcoverage.t .. ok t/04cgi.t .......... ok Test Summary Report ------------------- t/00signature.t (Wstat: 0 Tests: 1 Failed: 1) Failed test: 1 Files=6, Tests=52, 11 wallclock secs ( 0.09 usr 0.02 sys + 1.13 cusr 0.48 csys = 1.72 CPU) Result: FAIL Failed 1/6 test programs. 1/52 subtests failed. make: *** [test_dynamic] Error 255 % perl -V Summary of my perl5 (revision 5 version 16 subversion 2) configuration: Platform: osname=linux, osvers=3.2.0-4-686-pae, archname=i686-linux-thread- multi uname='linux caspar 3.2.0-4-686-pae #1 smp debian 3.2.35-2 i686 gnulinux ' config_args='-de -Dprefix=/home/waltman/perl5/perlbrew/perls/perl- 5.16.2 -Dusethreads' hint=recommended, useposix=true, d_sigaction=define useithreads=define, usemultiplicity=define useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=undef, use64bitall=undef, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing - pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE - D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe - fstack-protector -I/usr/local/include' ccversion='', gccversion='4.7.2', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags =' -fstack-protector -L/usr/local/lib' libpth=/usr/local/lib /lib/i386-linux-gnu /lib/../lib /usr/lib/i386- linux-gnu /usr/lib/../lib /lib /usr/lib /lib64 /usr/lib64 libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc - lgdbm_compat perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc libc=/lib//lib/i386-linux-gnu/libc.so.6, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.13' 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 MULTIPLICITY PERLIO_LAYERS PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_ITHREADS USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API Built under linux Compiled at Jan 4 2013 15:46:45 %ENV: PERLBREW_PATH="/home/waltman/perl5/perlbrew/bin:/home/waltman/perl5/perl brew/perls/perl-5.16.2/bin" PERLBREW_PERL="perl-5.16.2" PERLBREW_ROOT="/home/waltman/perl5/perlbrew" PERLBREW_VERSION="0.22" @INC: /home/waltman/perl5/perlbrew/perls/perl- 5.16.2/lib/site_perl/5.16.2/i686-linux-thread-multi /home/waltman/perl5/perlbrew/perls/perl-5.16.2/lib/site_perl/5.16.2 /home/waltman/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/i686- linux-thread-multi /home/waltman/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2 .
Subject: Re: [rt.cpan.org #82828] test fails on MISMATCHED content between MANIFEST and distribution files
Date: Sun, 20 Jan 2013 00:51:55 -0500
To: bug-HTTP-Server-Simple [...] rt.cpan.org,WALTMAN via RT <bug-HTTP-Server-Simple [...] rt.cpan.org>
From: Jesse <jesse [...] fsck.com>
That's a bug in module::signature WALTMAN via RT <bug-HTTP-Server-Simple@rt.cpan.org> wrote: Show quoted text
>Sat Jan 19 23:11:33 2013: Request 82828 was acted upon. >Transaction: Ticket created by WALTMAN > Queue: HTTP-Server-Simple > Subject: test fails on MISMATCHED content between MANIFEST and > distribution files > Broken in: 0.44 > Severity: Critical > Owner: Nobody > Requestors: WALTMAN@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=82828 > > > >'make test' fails on debian testing. Details follow... > >% perl Makefile.PL >Checking if your kit is complete... >Looks good >Writing Makefile for HTTP::Server::Simple >Writing MYMETA.yml and MYMETA.json > >% make >cp lib/HTTP/Server/Simple/CGI/Environment.pm >blib/lib/HTTP/Server/Simple/CGI/Environment.pm >cp lib/HTTP/Server/Simple.pm blib/lib/HTTP/Server/Simple.pm >cp lib/HTTP/Server/Simple/CGI.pm blib/lib/HTTP/Server/Simple/CGI.pm >Manifying blib/man3/HTTP::Server::Simple::CGI::Environment.3 >Manifying blib/man3/HTTP::Server::Simple.3 >Manifying blib/man3/HTTP::Server::Simple::CGI.3 > >% make test >PERL_DL_NONLAZY=1 /home/waltman/perl5/perlbrew/perls/perl- >5.16.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', >'blib/lib', 'blib/arch')" t/*.t >t/00signature.t .... WARNING: This key is not certified with a trusted >signature! >Primary key fingerprint: AB4A 62CF 1A1A 119A 0462 39D6 122F 5DF7 108E >4046 >Not in MANIFEST: MYMETA.json >Not in MANIFEST: MYMETA.yml >==> MISMATCHED content between MANIFEST and distribution files! <== >t/00signature.t .... Failed 1/1 subtests >t/00smoke.t ........ ok >t/01live.t ......... ok >t/02pod.t .......... ok >t/03podcoverage.t .. ok >t/04cgi.t .......... ok > >Test Summary Report >------------------- >t/00signature.t (Wstat: 0 Tests: 1 Failed: 1) > Failed test: 1 >Files=6, Tests=52, 11 wallclock secs ( 0.09 usr 0.02 sys + 1.13 cusr > >0.48 csys = 1.72 CPU) >Result: FAIL >Failed 1/6 test programs. 1/52 subtests failed. >make: *** [test_dynamic] Error 255 > >% perl -V >Summary of my perl5 (revision 5 version 16 subversion 2) configuration: > > Platform: > osname=linux, osvers=3.2.0-4-686-pae, archname=i686-linux-thread- >multi > uname='linux caspar 3.2.0-4-686-pae #1 smp debian 3.2.35-2 i686 >gnulinux ' > config_args='-de -Dprefix=/home/waltman/perl5/perlbrew/perls/perl- >5.16.2 -Dusethreads' > hint=recommended, useposix=true, d_sigaction=define > useithreads=define, usemultiplicity=define > useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef > use64bitint=undef, use64bitall=undef, uselongdouble=undef > usemymalloc=n, bincompat5005=undef > Compiler: > cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing - >pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE - >D_FILE_OFFSET_BITS=64', > optimize='-O2', > cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe - >fstack-protector -I/usr/local/include' > ccversion='', gccversion='4.7.2', gccosandvers='' > intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 > d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 > ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', >lseeksize=8 > alignbytes=4, prototype=define > Linker and Libraries: > ld='cc', ldflags =' -fstack-protector -L/usr/local/lib' > libpth=/usr/local/lib /lib/i386-linux-gnu /lib/../lib /usr/lib/i386- >linux-gnu /usr/lib/../lib /lib /usr/lib /lib64 /usr/lib64 > libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc - >lgdbm_compat > perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc > libc=/lib//lib/i386-linux-gnu/libc.so.6, so=so, useshrplib=false, >libperl=libperl.a > gnulibc_version='2.13' > 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 MULTIPLICITY PERLIO_LAYERS > PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT > PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_ITHREADS > USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE > USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO > USE_PERL_ATOF USE_REENTRANT_API > Built under linux > Compiled at Jan 4 2013 15:46:45 > %ENV: > >PERLBREW_PATH="/home/waltman/perl5/perlbrew/bin:/home/waltman/perl5/perl >brew/perls/perl-5.16.2/bin" > PERLBREW_PERL="perl-5.16.2" > PERLBREW_ROOT="/home/waltman/perl5/perlbrew" > PERLBREW_VERSION="0.22" > @INC: > /home/waltman/perl5/perlbrew/perls/perl- >5.16.2/lib/site_perl/5.16.2/i686-linux-thread-multi > /home/waltman/perl5/perlbrew/perls/perl-5.16.2/lib/site_perl/5.16.2 > /home/waltman/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/i686- >linux-thread-multi > /home/waltman/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2 > .
-- Sent from my Android device with K-9 Mail. Please excuse my brevity.
Subject: Re: [rt.cpan.org #82828] test fails on MISMATCHED content between MANIFEST and distribution files
Date: Sun, 20 Jan 2013 07:51:43 -0500
To: Jesse via RT <bug-HTTP-Server-Simple [...] rt.cpan.org>
From: Walt Mankowski <waltman [...] pobox.com>
OK. Do you know if it's been reported there? None of the open bugs seem relevant, but I don't really know exactly what I'm looking for. Also, couldn't this be addressed on your end by adding MYMETA.json and MYMETA.yml to MANIFEST.SKIP? I tried that on my box. It got past this particular error, but of course then it failed because the signature on MANIFEST.SKIP had changed. On Sun, Jan 20, 2013 at 12:52:49AM -0500, Jesse via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=82828 > > > That's a bug in module::signature > > WALTMAN via RT <bug-HTTP-Server-Simple@rt.cpan.org> wrote: >
> >Sat Jan 19 23:11:33 2013: Request 82828 was acted upon. > >Transaction: Ticket created by WALTMAN > > Queue: HTTP-Server-Simple > > Subject: test fails on MISMATCHED content between MANIFEST and > > distribution files > > Broken in: 0.44 > > Severity: Critical > > Owner: Nobody > > Requestors: WALTMAN@cpan.org > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=82828 > > > > > > >'make test' fails on debian testing. Details follow... > > > >% perl Makefile.PL > >Checking if your kit is complete... > >Looks good > >Writing Makefile for HTTP::Server::Simple > >Writing MYMETA.yml and MYMETA.json > > > >% make > >cp lib/HTTP/Server/Simple/CGI/Environment.pm > >blib/lib/HTTP/Server/Simple/CGI/Environment.pm > >cp lib/HTTP/Server/Simple.pm blib/lib/HTTP/Server/Simple.pm > >cp lib/HTTP/Server/Simple/CGI.pm blib/lib/HTTP/Server/Simple/CGI.pm > >Manifying blib/man3/HTTP::Server::Simple::CGI::Environment.3 > >Manifying blib/man3/HTTP::Server::Simple.3 > >Manifying blib/man3/HTTP::Server::Simple::CGI.3 > > > >% make test > >PERL_DL_NONLAZY=1 /home/waltman/perl5/perlbrew/perls/perl- > >5.16.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', > >'blib/lib', 'blib/arch')" t/*.t > >t/00signature.t .... WARNING: This key is not certified with a trusted > >signature! > >Primary key fingerprint: AB4A 62CF 1A1A 119A 0462 39D6 122F 5DF7 108E > >4046 > >Not in MANIFEST: MYMETA.json > >Not in MANIFEST: MYMETA.yml > >==> MISMATCHED content between MANIFEST and distribution files! <== > >t/00signature.t .... Failed 1/1 subtests > >t/00smoke.t ........ ok > >t/01live.t ......... ok > >t/02pod.t .......... ok > >t/03podcoverage.t .. ok > >t/04cgi.t .......... ok > > > >Test Summary Report > >------------------- > >t/00signature.t (Wstat: 0 Tests: 1 Failed: 1) > > Failed test: 1 > >Files=6, Tests=52, 11 wallclock secs ( 0.09 usr 0.02 sys + 1.13 cusr > > > >0.48 csys = 1.72 CPU) > >Result: FAIL > >Failed 1/6 test programs. 1/52 subtests failed. > >make: *** [test_dynamic] Error 255 > > > >% perl -V > >Summary of my perl5 (revision 5 version 16 subversion 2) configuration: > > > > Platform: > > osname=linux, osvers=3.2.0-4-686-pae, archname=i686-linux-thread- > >multi > > uname='linux caspar 3.2.0-4-686-pae #1 smp debian 3.2.35-2 i686 > >gnulinux ' > > config_args='-de -Dprefix=/home/waltman/perl5/perlbrew/perls/perl- > >5.16.2 -Dusethreads' > > hint=recommended, useposix=true, d_sigaction=define > > useithreads=define, usemultiplicity=define > > useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef > > use64bitint=undef, use64bitall=undef, uselongdouble=undef > > usemymalloc=n, bincompat5005=undef > > Compiler: > > cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing - > >pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE - > >D_FILE_OFFSET_BITS=64', > > optimize='-O2', > > cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe - > >fstack-protector -I/usr/local/include' > > ccversion='', gccversion='4.7.2', gccosandvers='' > > intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 > > d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 > > ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', > >lseeksize=8 > > alignbytes=4, prototype=define > > Linker and Libraries: > > ld='cc', ldflags =' -fstack-protector -L/usr/local/lib' > > libpth=/usr/local/lib /lib/i386-linux-gnu /lib/../lib /usr/lib/i386- > >linux-gnu /usr/lib/../lib /lib /usr/lib /lib64 /usr/lib64 > > libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc - > >lgdbm_compat > > perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc > > libc=/lib//lib/i386-linux-gnu/libc.so.6, so=so, useshrplib=false, > >libperl=libperl.a > > gnulibc_version='2.13' > > 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 MULTIPLICITY PERLIO_LAYERS > > PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT > > PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_ITHREADS > > USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE > > USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO > > USE_PERL_ATOF USE_REENTRANT_API > > Built under linux > > Compiled at Jan 4 2013 15:46:45 > > %ENV: > > > >PERLBREW_PATH="/home/waltman/perl5/perlbrew/bin:/home/waltman/perl5/perl > >brew/perls/perl-5.16.2/bin" > > PERLBREW_PERL="perl-5.16.2" > > PERLBREW_ROOT="/home/waltman/perl5/perlbrew" > > PERLBREW_VERSION="0.22" > > @INC: > > /home/waltman/perl5/perlbrew/perls/perl- > >5.16.2/lib/site_perl/5.16.2/i686-linux-thread-multi > > /home/waltman/perl5/perlbrew/perls/perl-5.16.2/lib/site_perl/5.16.2 > > /home/waltman/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/i686- > >linux-thread-multi > > /home/waltman/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2 > > .
> > -- > Sent from my Android device with K-9 Mail. Please excuse my brevity.
Subject: Re: [rt.cpan.org #82828] test fails on MISMATCHED content between MANIFEST and distribution files
Date: Sun, 20 Jan 2013 11:10:35 -0500
To: "waltman [...] pobox.com via RT" <bug-HTTP-Server-Simple [...] rt.cpan.org>
From: Jesse Vincent <jesse [...] fsck.com>
No idea. But those files aren't shipped as part of the distribution. Module::Signature needs to know that. On Sun, Jan 20, 2013 at 07:51:57AM -0500, waltman@pobox.com via RT wrote: Show quoted text
> Queue: HTTP-Server-Simple > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=82828 > > > OK. Do you know if it's been reported there? None of the open bugs > seem relevant, but I don't really know exactly what I'm looking for. > > Also, couldn't this be addressed on your end by adding MYMETA.json > and MYMETA.yml to MANIFEST.SKIP? I tried that on my box. It got past > this particular error, but of course then it failed because the > signature on MANIFEST.SKIP had changed. > > On Sun, Jan 20, 2013 at 12:52:49AM -0500, Jesse via RT wrote:
> > <URL: https://rt.cpan.org/Ticket/Display.html?id=82828 > > > > > That's a bug in module::signature > > > > WALTMAN via RT <bug-HTTP-Server-Simple@rt.cpan.org> wrote: > >
> > >Sat Jan 19 23:11:33 2013: Request 82828 was acted upon. > > >Transaction: Ticket created by WALTMAN > > > Queue: HTTP-Server-Simple > > > Subject: test fails on MISMATCHED content between MANIFEST and > > > distribution files > > > Broken in: 0.44 > > > Severity: Critical > > > Owner: Nobody > > > Requestors: WALTMAN@cpan.org > > > Status: new > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=82828 > > > > > > > > > >'make test' fails on debian testing. Details follow... > > > > > >% perl Makefile.PL > > >Checking if your kit is complete... > > >Looks good > > >Writing Makefile for HTTP::Server::Simple > > >Writing MYMETA.yml and MYMETA.json > > > > > >% make > > >cp lib/HTTP/Server/Simple/CGI/Environment.pm > > >blib/lib/HTTP/Server/Simple/CGI/Environment.pm > > >cp lib/HTTP/Server/Simple.pm blib/lib/HTTP/Server/Simple.pm > > >cp lib/HTTP/Server/Simple/CGI.pm blib/lib/HTTP/Server/Simple/CGI.pm > > >Manifying blib/man3/HTTP::Server::Simple::CGI::Environment.3 > > >Manifying blib/man3/HTTP::Server::Simple.3 > > >Manifying blib/man3/HTTP::Server::Simple::CGI.3 > > > > > >% make test > > >PERL_DL_NONLAZY=1 /home/waltman/perl5/perlbrew/perls/perl- > > >5.16.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', > > >'blib/lib', 'blib/arch')" t/*.t > > >t/00signature.t .... WARNING: This key is not certified with a trusted > > >signature! > > >Primary key fingerprint: AB4A 62CF 1A1A 119A 0462 39D6 122F 5DF7 108E > > >4046 > > >Not in MANIFEST: MYMETA.json > > >Not in MANIFEST: MYMETA.yml > > >==> MISMATCHED content between MANIFEST and distribution files! <== > > >t/00signature.t .... Failed 1/1 subtests > > >t/00smoke.t ........ ok > > >t/01live.t ......... ok > > >t/02pod.t .......... ok > > >t/03podcoverage.t .. ok > > >t/04cgi.t .......... ok > > > > > >Test Summary Report > > >------------------- > > >t/00signature.t (Wstat: 0 Tests: 1 Failed: 1) > > > Failed test: 1 > > >Files=6, Tests=52, 11 wallclock secs ( 0.09 usr 0.02 sys + 1.13 cusr > > > > > >0.48 csys = 1.72 CPU) > > >Result: FAIL > > >Failed 1/6 test programs. 1/52 subtests failed. > > >make: *** [test_dynamic] Error 255 > > > > > >% perl -V > > >Summary of my perl5 (revision 5 version 16 subversion 2) configuration: > > > > > > Platform: > > > osname=linux, osvers=3.2.0-4-686-pae, archname=i686-linux-thread- > > >multi > > > uname='linux caspar 3.2.0-4-686-pae #1 smp debian 3.2.35-2 i686 > > >gnulinux ' > > > config_args='-de -Dprefix=/home/waltman/perl5/perlbrew/perls/perl- > > >5.16.2 -Dusethreads' > > > hint=recommended, useposix=true, d_sigaction=define > > > useithreads=define, usemultiplicity=define > > > useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef > > > use64bitint=undef, use64bitall=undef, uselongdouble=undef > > > usemymalloc=n, bincompat5005=undef > > > Compiler: > > > cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing - > > >pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE - > > >D_FILE_OFFSET_BITS=64', > > > optimize='-O2', > > > cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe - > > >fstack-protector -I/usr/local/include' > > > ccversion='', gccversion='4.7.2', gccosandvers='' > > > intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 > > > d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 > > > ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', > > >lseeksize=8 > > > alignbytes=4, prototype=define > > > Linker and Libraries: > > > ld='cc', ldflags =' -fstack-protector -L/usr/local/lib' > > > libpth=/usr/local/lib /lib/i386-linux-gnu /lib/../lib /usr/lib/i386- > > >linux-gnu /usr/lib/../lib /lib /usr/lib /lib64 /usr/lib64 > > > libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc - > > >lgdbm_compat > > > perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc > > > libc=/lib//lib/i386-linux-gnu/libc.so.6, so=so, useshrplib=false, > > >libperl=libperl.a > > > gnulibc_version='2.13' > > > 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 MULTIPLICITY PERLIO_LAYERS > > > PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT > > > PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_ITHREADS > > > USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE > > > USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO > > > USE_PERL_ATOF USE_REENTRANT_API > > > Built under linux > > > Compiled at Jan 4 2013 15:46:45 > > > %ENV: > > > > > >PERLBREW_PATH="/home/waltman/perl5/perlbrew/bin:/home/waltman/perl5/perl > > >brew/perls/perl-5.16.2/bin" > > > PERLBREW_PERL="perl-5.16.2" > > > PERLBREW_ROOT="/home/waltman/perl5/perlbrew" > > > PERLBREW_VERSION="0.22" > > > @INC: > > > /home/waltman/perl5/perlbrew/perls/perl- > > >5.16.2/lib/site_perl/5.16.2/i686-linux-thread-multi > > > /home/waltman/perl5/perlbrew/perls/perl-5.16.2/lib/site_perl/5.16.2 > > > /home/waltman/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/i686- > > >linux-thread-multi > > > /home/waltman/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2 > > > .
> > > > -- > > Sent from my Android device with K-9 Mail. Please excuse my brevity.
>
--
Subject: Re: [rt.cpan.org #82828] test fails on MISMATCHED content between MANIFEST and distribution files
Date: Sun, 20 Jan 2013 16:52:57 -0500
To: Jesse via RT <bug-HTTP-Server-Simple [...] rt.cpan.org>
From: Walt Mankowski <waltman [...] pobox.com>
Module::Signature is already checking MANIFEST.SKIP, and those two files aren't in there. Do you think it needs to have some other way to ignore them? On Sun, Jan 20, 2013 at 04:25:31PM -0500, Jesse via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=82828 > > > > No idea. But those files aren't shipped as part of the distribution. > Module::Signature needs to know that. > > On Sun, Jan 20, 2013 at 07:51:57AM -0500, waltman@pobox.com via RT wrote:
> > Queue: HTTP-Server-Simple > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=82828 > > > > > OK. Do you know if it's been reported there? None of the open bugs > > seem relevant, but I don't really know exactly what I'm looking for. > > > > Also, couldn't this be addressed on your end by adding MYMETA.json > > and MYMETA.yml to MANIFEST.SKIP? I tried that on my box. It got past > > this particular error, but of course then it failed because the > > signature on MANIFEST.SKIP had changed. > > > > On Sun, Jan 20, 2013 at 12:52:49AM -0500, Jesse via RT wrote:
> > > <URL: https://rt.cpan.org/Ticket/Display.html?id=82828 > > > > > > > That's a bug in module::signature > > > > > > WALTMAN via RT <bug-HTTP-Server-Simple@rt.cpan.org> wrote: > > >
> > > >Sat Jan 19 23:11:33 2013: Request 82828 was acted upon. > > > >Transaction: Ticket created by WALTMAN > > > > Queue: HTTP-Server-Simple > > > > Subject: test fails on MISMATCHED content between MANIFEST and > > > > distribution files > > > > Broken in: 0.44 > > > > Severity: Critical > > > > Owner: Nobody > > > > Requestors: WALTMAN@cpan.org > > > > Status: new > > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=82828 > > > > > > > > > > > > >'make test' fails on debian testing. Details follow... > > > > > > > >% perl Makefile.PL > > > >Checking if your kit is complete... > > > >Looks good > > > >Writing Makefile for HTTP::Server::Simple > > > >Writing MYMETA.yml and MYMETA.json > > > > > > > >% make > > > >cp lib/HTTP/Server/Simple/CGI/Environment.pm > > > >blib/lib/HTTP/Server/Simple/CGI/Environment.pm > > > >cp lib/HTTP/Server/Simple.pm blib/lib/HTTP/Server/Simple.pm > > > >cp lib/HTTP/Server/Simple/CGI.pm blib/lib/HTTP/Server/Simple/CGI.pm > > > >Manifying blib/man3/HTTP::Server::Simple::CGI::Environment.3 > > > >Manifying blib/man3/HTTP::Server::Simple.3 > > > >Manifying blib/man3/HTTP::Server::Simple::CGI.3 > > > > > > > >% make test > > > >PERL_DL_NONLAZY=1 /home/waltman/perl5/perlbrew/perls/perl- > > > >5.16.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', > > > >'blib/lib', 'blib/arch')" t/*.t > > > >t/00signature.t .... WARNING: This key is not certified with a trusted > > > >signature! > > > >Primary key fingerprint: AB4A 62CF 1A1A 119A 0462 39D6 122F 5DF7 108E > > > >4046 > > > >Not in MANIFEST: MYMETA.json > > > >Not in MANIFEST: MYMETA.yml > > > >==> MISMATCHED content between MANIFEST and distribution files! <== > > > >t/00signature.t .... Failed 1/1 subtests > > > >t/00smoke.t ........ ok > > > >t/01live.t ......... ok > > > >t/02pod.t .......... ok > > > >t/03podcoverage.t .. ok > > > >t/04cgi.t .......... ok > > > > > > > >Test Summary Report > > > >------------------- > > > >t/00signature.t (Wstat: 0 Tests: 1 Failed: 1) > > > > Failed test: 1 > > > >Files=6, Tests=52, 11 wallclock secs ( 0.09 usr 0.02 sys + 1.13 cusr > > > > > > > >0.48 csys = 1.72 CPU) > > > >Result: FAIL > > > >Failed 1/6 test programs. 1/52 subtests failed. > > > >make: *** [test_dynamic] Error 255 > > > > > > > >% perl -V > > > >Summary of my perl5 (revision 5 version 16 subversion 2) configuration: > > > > > > > > Platform: > > > > osname=linux, osvers=3.2.0-4-686-pae, archname=i686-linux-thread- > > > >multi > > > > uname='linux caspar 3.2.0-4-686-pae #1 smp debian 3.2.35-2 i686 > > > >gnulinux ' > > > > config_args='-de -Dprefix=/home/waltman/perl5/perlbrew/perls/perl- > > > >5.16.2 -Dusethreads' > > > > hint=recommended, useposix=true, d_sigaction=define > > > > useithreads=define, usemultiplicity=define > > > > useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef > > > > use64bitint=undef, use64bitall=undef, uselongdouble=undef > > > > usemymalloc=n, bincompat5005=undef > > > > Compiler: > > > > cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing - > > > >pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE - > > > >D_FILE_OFFSET_BITS=64', > > > > optimize='-O2', > > > > cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe - > > > >fstack-protector -I/usr/local/include' > > > > ccversion='', gccversion='4.7.2', gccosandvers='' > > > > intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 > > > > d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 > > > > ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', > > > >lseeksize=8 > > > > alignbytes=4, prototype=define > > > > Linker and Libraries: > > > > ld='cc', ldflags =' -fstack-protector -L/usr/local/lib' > > > > libpth=/usr/local/lib /lib/i386-linux-gnu /lib/../lib /usr/lib/i386- > > > >linux-gnu /usr/lib/../lib /lib /usr/lib /lib64 /usr/lib64 > > > > libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc - > > > >lgdbm_compat > > > > perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc > > > > libc=/lib//lib/i386-linux-gnu/libc.so.6, so=so, useshrplib=false, > > > >libperl=libperl.a > > > > gnulibc_version='2.13' > > > > 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 MULTIPLICITY PERLIO_LAYERS > > > > PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT > > > > PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_ITHREADS > > > > USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE > > > > USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO > > > > USE_PERL_ATOF USE_REENTRANT_API > > > > Built under linux > > > > Compiled at Jan 4 2013 15:46:45 > > > > %ENV: > > > > > > > >PERLBREW_PATH="/home/waltman/perl5/perlbrew/bin:/home/waltman/perl5/perl > > > >brew/perls/perl-5.16.2/bin" > > > > PERLBREW_PERL="perl-5.16.2" > > > > PERLBREW_ROOT="/home/waltman/perl5/perlbrew" > > > > PERLBREW_VERSION="0.22" > > > > @INC: > > > > /home/waltman/perl5/perlbrew/perls/perl- > > > >5.16.2/lib/site_perl/5.16.2/i686-linux-thread-multi > > > > /home/waltman/perl5/perlbrew/perls/perl-5.16.2/lib/site_perl/5.16.2 > > > > /home/waltman/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/i686- > > > >linux-thread-multi > > > > /home/waltman/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2 > > > > .
> > > > > > -- > > > Sent from my Android device with K-9 Mail. Please excuse my brevity.
> >
> > -- >
Subject: Re: [rt.cpan.org #82828] test fails on MISMATCHED content between MANIFEST and distribution files
Date: Sun, 20 Jan 2013 18:20:32 -0500
To: "waltman [...] pobox.com via RT" <bug-HTTP-Server-Simple [...] rt.cpan.org>
From: Jesse Vincent <jesse [...] fsck.com>
Are those two files part of the distribution or are they being added locally by your build infrastructure after the fact? If the latter, it really, really doesn't belong in the dist's MANIFEST.SKIP On Sun, Jan 20, 2013 at 04:53:11PM -0500, waltman@pobox.com via RT wrote: Show quoted text
> Queue: HTTP-Server-Simple > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=82828 > > > Module::Signature is already checking MANIFEST.SKIP, and those two > files aren't in there. Do you think it needs to have some other way > to ignore them? > > On Sun, Jan 20, 2013 at 04:25:31PM -0500, Jesse via RT wrote:
> > <URL: https://rt.cpan.org/Ticket/Display.html?id=82828 > > > > > > > No idea. But those files aren't shipped as part of the distribution. > > Module::Signature needs to know that. > > > > On Sun, Jan 20, 2013 at 07:51:57AM -0500, waltman@pobox.com via RT wrote:
> > > Queue: HTTP-Server-Simple > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=82828 > > > > > > > OK. Do you know if it's been reported there? None of the open bugs > > > seem relevant, but I don't really know exactly what I'm looking for. > > > > > > Also, couldn't this be addressed on your end by adding MYMETA.json > > > and MYMETA.yml to MANIFEST.SKIP? I tried that on my box. It got past > > > this particular error, but of course then it failed because the > > > signature on MANIFEST.SKIP had changed. > > > > > > On Sun, Jan 20, 2013 at 12:52:49AM -0500, Jesse via RT wrote:
> > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=82828 > > > > > > > > > That's a bug in module::signature > > > > > > > > WALTMAN via RT <bug-HTTP-Server-Simple@rt.cpan.org> wrote: > > > >
> > > > >Sat Jan 19 23:11:33 2013: Request 82828 was acted upon. > > > > >Transaction: Ticket created by WALTMAN > > > > > Queue: HTTP-Server-Simple > > > > > Subject: test fails on MISMATCHED content between MANIFEST and > > > > > distribution files > > > > > Broken in: 0.44 > > > > > Severity: Critical > > > > > Owner: Nobody > > > > > Requestors: WALTMAN@cpan.org > > > > > Status: new > > > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=82828 > > > > > > > > > > > > > > > >'make test' fails on debian testing. Details follow... > > > > > > > > > >% perl Makefile.PL > > > > >Checking if your kit is complete... > > > > >Looks good > > > > >Writing Makefile for HTTP::Server::Simple > > > > >Writing MYMETA.yml and MYMETA.json > > > > > > > > > >% make > > > > >cp lib/HTTP/Server/Simple/CGI/Environment.pm > > > > >blib/lib/HTTP/Server/Simple/CGI/Environment.pm > > > > >cp lib/HTTP/Server/Simple.pm blib/lib/HTTP/Server/Simple.pm > > > > >cp lib/HTTP/Server/Simple/CGI.pm blib/lib/HTTP/Server/Simple/CGI.pm > > > > >Manifying blib/man3/HTTP::Server::Simple::CGI::Environment.3 > > > > >Manifying blib/man3/HTTP::Server::Simple.3 > > > > >Manifying blib/man3/HTTP::Server::Simple::CGI.3 > > > > > > > > > >% make test > > > > >PERL_DL_NONLAZY=1 /home/waltman/perl5/perlbrew/perls/perl- > > > > >5.16.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', > > > > >'blib/lib', 'blib/arch')" t/*.t > > > > >t/00signature.t .... WARNING: This key is not certified with a trusted > > > > >signature! > > > > >Primary key fingerprint: AB4A 62CF 1A1A 119A 0462 39D6 122F 5DF7 108E > > > > >4046 > > > > >Not in MANIFEST: MYMETA.json > > > > >Not in MANIFEST: MYMETA.yml > > > > >==> MISMATCHED content between MANIFEST and distribution files! <== > > > > >t/00signature.t .... Failed 1/1 subtests > > > > >t/00smoke.t ........ ok > > > > >t/01live.t ......... ok > > > > >t/02pod.t .......... ok > > > > >t/03podcoverage.t .. ok > > > > >t/04cgi.t .......... ok > > > > > > > > > >Test Summary Report > > > > >------------------- > > > > >t/00signature.t (Wstat: 0 Tests: 1 Failed: 1) > > > > > Failed test: 1 > > > > >Files=6, Tests=52, 11 wallclock secs ( 0.09 usr 0.02 sys + 1.13 cusr > > > > > > > > > >0.48 csys = 1.72 CPU) > > > > >Result: FAIL > > > > >Failed 1/6 test programs. 1/52 subtests failed. > > > > >make: *** [test_dynamic] Error 255 > > > > > > > > > >% perl -V > > > > >Summary of my perl5 (revision 5 version 16 subversion 2) configuration: > > > > > > > > > > Platform: > > > > > osname=linux, osvers=3.2.0-4-686-pae, archname=i686-linux-thread- > > > > >multi > > > > > uname='linux caspar 3.2.0-4-686-pae #1 smp debian 3.2.35-2 i686 > > > > >gnulinux ' > > > > > config_args='-de -Dprefix=/home/waltman/perl5/perlbrew/perls/perl- > > > > >5.16.2 -Dusethreads' > > > > > hint=recommended, useposix=true, d_sigaction=define > > > > > useithreads=define, usemultiplicity=define > > > > > useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef > > > > > use64bitint=undef, use64bitall=undef, uselongdouble=undef > > > > > usemymalloc=n, bincompat5005=undef > > > > > Compiler: > > > > > cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing - > > > > >pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE - > > > > >D_FILE_OFFSET_BITS=64', > > > > > optimize='-O2', > > > > > cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe - > > > > >fstack-protector -I/usr/local/include' > > > > > ccversion='', gccversion='4.7.2', gccosandvers='' > > > > > intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 > > > > > d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 > > > > > ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', > > > > >lseeksize=8 > > > > > alignbytes=4, prototype=define > > > > > Linker and Libraries: > > > > > ld='cc', ldflags =' -fstack-protector -L/usr/local/lib' > > > > > libpth=/usr/local/lib /lib/i386-linux-gnu /lib/../lib /usr/lib/i386- > > > > >linux-gnu /usr/lib/../lib /lib /usr/lib /lib64 /usr/lib64 > > > > > libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc - > > > > >lgdbm_compat > > > > > perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc > > > > > libc=/lib//lib/i386-linux-gnu/libc.so.6, so=so, useshrplib=false, > > > > >libperl=libperl.a > > > > > gnulibc_version='2.13' > > > > > 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 MULTIPLICITY PERLIO_LAYERS > > > > > PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT > > > > > PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_ITHREADS > > > > > USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE > > > > > USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO > > > > > USE_PERL_ATOF USE_REENTRANT_API > > > > > Built under linux > > > > > Compiled at Jan 4 2013 15:46:45 > > > > > %ENV: > > > > > > > > > >PERLBREW_PATH="/home/waltman/perl5/perlbrew/bin:/home/waltman/perl5/perl > > > > >brew/perls/perl-5.16.2/bin" > > > > > PERLBREW_PERL="perl-5.16.2" > > > > > PERLBREW_ROOT="/home/waltman/perl5/perlbrew" > > > > > PERLBREW_VERSION="0.22" > > > > > @INC: > > > > > /home/waltman/perl5/perlbrew/perls/perl- > > > > >5.16.2/lib/site_perl/5.16.2/i686-linux-thread-multi > > > > > /home/waltman/perl5/perlbrew/perls/perl-5.16.2/lib/site_perl/5.16.2 > > > > > /home/waltman/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/i686- > > > > >linux-thread-multi > > > > > /home/waltman/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2 > > > > > .
> > > > > > > > -- > > > > Sent from my Android device with K-9 Mail. Please excuse my brevity.
> > >
> > > > -- > >
>
--
Subject: Re: [rt.cpan.org #82828] test fails on MISMATCHED content between MANIFEST and distribution files
Date: Tue, 22 Jan 2013 12:14:13 -0500
To: Jesse via RT <bug-HTTP-Server-Simple [...] rt.cpan.org>
From: Kevin Falcone <falcone [...] bestpractical.com>
Walt - you need to upgrade Module::Signature [Changes for 0.65 - Fri, 3 Sep 2010 21:38:02 +0200] * Skip MYMETA (Alexandr Ciornii) It passed for me on 0.68 and 0.70 I didn't downgrade to try and reproduce. -kevin Show quoted text
> > > > > >% make test > > > > > >PERL_DL_NONLAZY=1 /home/waltman/perl5/perlbrew/perls/perl- > > > > > >5.16.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', > > > > > >'blib/lib', 'blib/arch')" t/*.t > > > > > >t/00signature.t .... WARNING: This key is not certified with a trusted > > > > > >signature! > > > > > >Primary key fingerprint: AB4A 62CF 1A1A 119A 0462 39D6 122F 5DF7 108E > > > > > >4046 > > > > > >Not in MANIFEST: MYMETA.json > > > > > >Not in MANIFEST: MYMETA.yml > > > > > >==> MISMATCHED content between MANIFEST and distribution files! <== > > > > > >t/00signature.t .... Failed 1/1 subtests > > > > > >t/00smoke.t ........ ok > > > > > >t/01live.t ......... ok > > > > > >t/02pod.t .......... ok > > > > > >t/03podcoverage.t .. ok > > > > > >t/04cgi.t .......... ok > > > > > >
Subject: Re: [rt.cpan.org #82828] test fails on MISMATCHED content between MANIFEST and distribution files
Date: Tue, 22 Jan 2013 13:11:51 -0500
To: "falcone [...] bestpractical.com via RT" <bug-HTTP-Server-Simple [...] rt.cpan.org>
From: Walt Mankowski <waltman [...] pobox.com>
I am running version 0.70 of Module::Signature. I don't understand why sometimes it passes and other times it fails. But I discussed the bug with some folks on #toolchain on Sunday and they agree with Jesse that it's likely a bug in Module::Signature. rjbs opened up a ticket: https://rt.cpan.org/Public/Bug/Display.html?id=82844 On Tue, Jan 22, 2013 at 12:14:16PM -0500, falcone@bestpractical.com via RT wrote: Show quoted text
> Walt - you need to upgrade Module::Signature > > [Changes for 0.65 - Fri, 3 Sep 2010 21:38:02 +0200] > * Skip MYMETA (Alexandr Ciornii) > > It passed for me on 0.68 and 0.70 > I didn't downgrade to try and reproduce. > > -kevin >
> > > > > > >% make test > > > > > > >PERL_DL_NONLAZY=1 /home/waltman/perl5/perlbrew/perls/perl- > > > > > > >5.16.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', > > > > > > >'blib/lib', 'blib/arch')" t/*.t > > > > > > >t/00signature.t .... WARNING: This key is not certified with a trusted > > > > > > >signature! > > > > > > >Primary key fingerprint: AB4A 62CF 1A1A 119A 0462 39D6 122F 5DF7 108E > > > > > > >4046 > > > > > > >Not in MANIFEST: MYMETA.json > > > > > > >Not in MANIFEST: MYMETA.yml > > > > > > >==> MISMATCHED content between MANIFEST and distribution files! <== > > > > > > >t/00signature.t .... Failed 1/1 subtests > > > > > > >t/00smoke.t ........ ok > > > > > > >t/01live.t ......... ok > > > > > > >t/02pod.t .......... ok > > > > > > >t/03podcoverage.t .. ok > > > > > > >t/04cgi.t .......... ok > > > > > > >
>
Subject: Re: [rt.cpan.org #82828] test fails on MISMATCHED content between MANIFEST and distribution files
Date: Tue, 22 Jan 2013 13:23:40 -0500
To: "waltman [...] pobox.com via RT" <bug-HTTP-Server-Simple [...] rt.cpan.org>
From: Kevin Falcone <kevin [...] jibsheet.com>
Great. I'll resolve this ticket. -kevin On Tue, Jan 22, 2013 at 01:12:02PM -0500, waltman@pobox.com via RT wrote: Show quoted text
> > I am running version 0.70 of Module::Signature. I don't understand > why sometimes it passes and other times it fails. > > But I discussed the bug with some folks on #toolchain on Sunday and > they agree with Jesse that it's likely a bug in Module::Signature. > rjbs opened up a ticket: https://rt.cpan.org/Public/Bug/Display.html?id=82844 > > On Tue, Jan 22, 2013 at 12:14:16PM -0500, falcone@bestpractical.com via RT wrote:
> > Walt - you need to upgrade Module::Signature > > > > [Changes for 0.65 - Fri, 3 Sep 2010 21:38:02 +0200] > > * Skip MYMETA (Alexandr Ciornii) > > > > It passed for me on 0.68 and 0.70 > > I didn't downgrade to try and reproduce. > > > > -kevin > >
> > > > > > > >% make test > > > > > > > >PERL_DL_NONLAZY=1 /home/waltman/perl5/perlbrew/perls/perl- > > > > > > > >5.16.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', > > > > > > > >'blib/lib', 'blib/arch')" t/*.t > > > > > > > >t/00signature.t .... WARNING: This key is not certified with a trusted > > > > > > > >signature! > > > > > > > >Primary key fingerprint: AB4A 62CF 1A1A 119A 0462 39D6 122F 5DF7 108E > > > > > > > >4046 > > > > > > > >Not in MANIFEST: MYMETA.json > > > > > > > >Not in MANIFEST: MYMETA.yml > > > > > > > >==> MISMATCHED content between MANIFEST and distribution files! <== > > > > > > > >t/00signature.t .... Failed 1/1 subtests > > > > > > > >t/00smoke.t ........ ok > > > > > > > >t/01live.t ......... ok > > > > > > > >t/02pod.t .......... ok > > > > > > > >t/03podcoverage.t .. ok > > > > > > > >t/04cgi.t .......... ok > > > > > > > >
> >
>