Subject: | "o conf check_sigs 1" with Module::Signature/Crypt::OpenPGP (no gpg) environment sprays errors |
This is CPAN 1.94_54, Strawberry Perl January 2010 Beta 2. (reports
version as 5.10.1.1_beta_2)
[Strawberry Perl includes Module::Signature (0.61), with Crypt::OpenPGP
(1.04) and its prerequisites.]
Some of these look like they could be errors from other modules, but
there's at least one error that specifies CPAN::Distribution, so I'm
reporting it here, and any downstream errors can be passed on.
I'd like to be able to flip the check_sigs bit for April 2010 and for
Professional (which may come out sooner than that), since we now have an
otherwise-functioning crypto toolchain.
Here's the output:
C:\Documents and Settings\Administrator>cpan
cpan shell -- CPAN exploration and modules installation (v1.9454)
Enter 'h' for help.
Show quoted text
cpan> o conf check_sigs 1
check_sigs [1]
commit: wrote 'C:\strawberry\perl\lib/CPAN/Config.pm'
Show quoted textcpan> install Template::Tiny
Fetching with LWP:
http://cpan.strawberryperl.com/authors/01mailrc.txt.gz
Fetching with LWP:
http://cpan.strawberryperl.com/modules/02packages.details.txt.gz
Fetching with LWP:
http://cpan.strawberryperl.com/modules/03modlist.data.gz
Creating database file ...
Gathering information from index files ...
Populating database tables ...
Done!
Running install for module 'Template::Tiny'
Running make for A/AD/ADAMK/Template-Tiny-0.10.tar.gz
Fetching with LWP:
http://cpan.strawberryperl.com/authors/id/A/AD/ADAMK/Template-Tiny-0.10.tar.gz
Fetching with LWP:
http://cpan.strawberryperl.com/authors/id/A/AD/ADAMK/CHECKSUMS
'gpg' is not recognized as an internal or external command,
operable program or batch file.
Bareword found where operator expected at (eval 121) line 1, near
"qw/GMP/Pari"
Bareword found where operator expected at (eval 122) line 1, near
"qw/GMP/Pari"
Bareword found where operator expected at (eval 123) line 1, near
"qw/GMP/Pari"
Bareword found where operator expected at (eval 124) line 1, near
"qw/GMP/Pari"
Use of uninitialized value $rv in numeric eq (==) at
C:\strawberry\perl\lib/CPAN
/Distribution.pm line 1345.
Signature for C:\strawberry\cpan\sources\authors\id\A\AD\ADAMK\CHECKSUMS ok
Checksum for
C:\strawberry\cpan\sources\authors\id\A\AD\ADAMK\Template-Tiny-0.10
.tar.gz ok
Scanning cache C:\strawberry\cpan\build for sizes
DONE
Package came without SIGNATURE
CPAN.pm: Going to build A/AD/ADAMK/Template-Tiny-0.10.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for Template::Tiny
cp lib/Template/Tiny.pm blib\lib\Template\Tiny.pm
ADAMK/Template-Tiny-0.10.tar.gz
C:\strawberry\c\bin\dmake.EXE -- OK
Running make test
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0,
'blib\lib', 'blib\arch')" t/*.t
t/01_compile.t .. ok
t/02_trivial.t .. ok
t/03_samples.t .. ok
t/04_compat.t ... skipped: Template Toolkit is not installed
t/97_meta.t ..... skipped: Author tests not required for installation
t/98_pod.t ...... skipped: Author tests not required for installation
t/99_pmv.t ...... skipped: Author tests not required for installation
All tests successful.
Files=7, Tests=56, 0 wallclock secs ( 0.06 usr + 0.03 sys = 0.09 CPU)
Result: PASS
ADAMK/Template-Tiny-0.10.tar.gz
C:\strawberry\c\bin\dmake.EXE test -- OK
Running make install
Prepending C:\strawberry\cpan\build\Template-Tiny-0.10-_65kNT/blib/arch
C:\straw
berry\cpan\build\Template-Tiny-0.10-_65kNT/blib/lib to PERL5LIB for
'install'
Installing C:\strawberry\perl\site\lib\Template\Tiny.pm
Appending installation info to C:\strawberry\perl\lib/perllocal.pod
ADAMK/Template-Tiny-0.10.tar.gz
C:\strawberry\c\bin\dmake.EXE install UNINST=1 -- OK
Show quoted textcpan>....