Practically every week, while using the
cpan shell, I'm prompted to upgrade to the latest version of
Bundle::CPAN. But this is often not a clean process. Most often the obstacles have to do with signature verifications -- an issue I do not claim to understand very well.
Tonight, for instance, I got the following summary after calling install Bundle::CPAN:
Bundle summary: The following items in bundle Bundle::CPAN had install
+ation problems:
File::Spec Module::Build CPAN
Failed during this command:
KWILLIAMS/PathTools-3.17.tar.gz : signature_verify NO
ANDK/CPAN-1.87.tar.gz : signature_verify NO
KWILLIAMS/Module-Build-0.2612.tar.gz : signature_verify NO
When I then went to install the individual components separately, I got error messages like this:
cpan> install File::Spec
Running install for module File::Spec
Running make for K/KW/KWILLIAMS/PathTools-3.17.tar.gz
Is already unwrapped into directory /Users/jimk/.cpan/build/PathTool
+s-3.17
Did not pass the signature test.
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
Needless to say, these are all modules that I have long had installed and upgraded repeatedly.
What is the best way of responding to these signature_verify NO errors?
Thanks in advance.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.