Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Convert-ASN1 CPAN distribution.

Report information
The Basics
Id: 22916
Status: resolved
Priority: 0/
Queue: Convert-ASN1

People
Owner: Nobody in particular
Requestors: Kula.Kulasegaram [...] intecbilling.com
Cc:
AdminCc:

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



Subject: Installing Convert::ASN1
Date: Thu, 9 Nov 2006 11:52:06 -0000
To: <bugs-Convert-ASN1 [...] rt.cpan.org>
From: "Kula Kulasegaram" <Kula.Kulasegaram [...] intecbilling.com>
Hi When I tried to install Convert::ASN1 from the latest tar file "Convert-ASN1-0.20.tar.tar", I am having the following error at the step where I run "make test". Can you please let me know if this is known issue or is there anything that I need to do in order to avoid this error. Thanking in advance Kula $ make test PERL_DL_NONLAZY=1 /projects/sv_appt/gnu/perl/rel/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/0-signature....# Next time around, consider install Module::Signature, # so you can verify the integrity of this distribution. t/0-signature....ok 1/1 skipped: Module::Signature not installed t/00prim.........ok t/01tag..........ok t/02seq..........ok t/03seqof........ok t/04opt..........ok t/05time.........ok t/06bigint.......ok t/07io...........ok t/08set..........ok t/09contr........ok t/10choice.......ok t/11indef........ok t/12der..........ok t/13utf8.........ok t/14any..........ok All tests successful, 1 subtest skipped. Files=16, Tests=454, 4 wallclock secs ( 3.26 cusr + 0.56 csys = 3.82 CPU) This e-mail and any attachments are confidential and may also be legally privileged and/or copyright material of Intec Telecom Systems PLC (or its affiliated companies). If you are not an intended or authorised recipient of this e-mail or have received it in error, please delete it immediately and notify the sender by e-mail. In such a case, reading, reproducing, printing or further dissemination of this e-mail or its contents is strictly prohibited and may be unlawful. Intec Telecom Systems PLC does not represent or warrant that an attachment hereto is free from computer viruses or other defects. The opinions expressed in this e-mail and any attachments may be those of the author and are not necessarily those of Intec Telecom Systems PLC.
Subject: Re: [rt.cpan.org #22916] Installing Convert::ASN1
Date: Thu, 9 Nov 2006 18:24:54 -0600
To: bug-Convert-ASN1 [...] rt.cpan.org
From: Graham Barr <gbarr [...] pobox.com>
On Nov 9, 2006, at 5:53 AM, Kula Kulasegaram via RT wrote: Show quoted text
> When I tried to install Convert::ASN1 from the latest tar file > "Convert-ASN1-0.20.tar.tar", I am having the following error at the > step > where I run "make test".
All functional test pass. If you install Module::Signature then the signature will be checked, just as the comments suggest. Graham.