Skip Menu |

This queue is for tickets about the Filter CPAN distribution.

Report information
The Basics
Id: 82687
Status: resolved
Priority: 0/
Queue: Filter

People
Owner: Nobody in particular
Requestors: myra.nelson [...] hughes.net
Cc:
AdminCc:

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



Subject: Install failure MISMATCHED content between MANIFEST and distribution files!
While trying to update Filter from 1.40 to 1.45 the install failed with the following message: [MSG] Extracted 'Filter::Util::Call' to '/home/myra/.cpanplus/5.16.2/build/Filter-1.45' WARNING: This key is not certified with a trusted signature! Primary key fingerprint: 591E 1854 70BE 7C57 CCF4 516D 9A6D 9262 8FFD C942 Not in MANIFEST: Call/MYMETA.json Not in MANIFEST: Call/MYMETA.yml Not in MANIFEST: decrypt/MYMETA.json Not in MANIFEST: decrypt/MYMETA.yml Not in MANIFEST: Exec/MYMETA.json Not in MANIFEST: Exec/MYMETA.yml Not in MANIFEST: tee/MYMETA.json Not in MANIFEST: tee/MYMETA.yml ==> MISMATCHED content between MANIFEST and distribution files! <== [ERROR] Signature check failed for module 'Filter::Util::Call' -- Not trusting this module, aborting install [MSG] Sending test report for 'Filter-1.45' [MSG] Successfully sent 'unknown' report for 'Filter-1.45' perl 5, version 16, subversion 2 (v5.16.2) built for x86_64-linux-thread-multi Linux gandalf 3.7.1-2-ARCH #1 SMP PREEMPT Thu Dec 20 17:57:00 CET 2012 x86_64 GNU/Linux Not really a bug but thought I would pass this on. Myra
On Mon Jan 14 03:25:30 2013, myra.nelson@hughes.net wrote: Show quoted text
> While trying to update Filter from 1.40 to 1.45 the install failed with > the following message: > > [MSG] Extracted 'Filter::Util::Call' to > '/home/myra/.cpanplus/5.16.2/build/Filter-1.45' > WARNING: This key is not certified with a trusted signature! > Primary key fingerprint: 591E 1854 70BE 7C57 CCF4 516D 9A6D 9262 8FFD C942 > Not in MANIFEST: Call/MYMETA.json > Not in MANIFEST: Call/MYMETA.yml > Not in MANIFEST: decrypt/MYMETA.json > Not in MANIFEST: decrypt/MYMETA.yml > Not in MANIFEST: Exec/MYMETA.json > Not in MANIFEST: Exec/MYMETA.yml > Not in MANIFEST: tee/MYMETA.json > Not in MANIFEST: tee/MYMETA.yml > ==> MISMATCHED content between MANIFEST and distribution files! <== > [ERROR] Signature check failed for module 'Filter::Util::Call' -- Not > trusting this module, aborting install > > [MSG] Sending test report for 'Filter-1.45' > [MSG] Successfully sent 'unknown' report for 'Filter-1.45' > > perl 5, version 16, subversion 2 (v5.16.2) built for > x86_64-linux-thread-multi > Linux gandalf 3.7.1-2-ARCH #1 SMP PREEMPT Thu Dec 20 17:57:00 CET 2012 > x86_64 GNU/Linux > > Not really a bug but thought I would pass this on.
Thanks. I've found the META problem, will be fixed with 1.46 Regarding the missing signature, 8FFDC942 is my key. $ cd Filter-... $ cpansign -v Executing gpg --verify --batch --no-tty --keyserver=hkp://pool.sks-keyservers.net:11371 --keyserver-options=auto-key-retrieve SIGNATURE gpg: Signature made Thu 28 Mar 2013 02:21:01 PM CDT using DSA key ID 8FFDC942 gpg: Good signature from "Reini Urban <rurban@x-ray.at>" ==> Signature verified OK! <== -- Reini Urban
Fixed in 1.46, thanks! -- Reini Urban