Skip Menu |

This queue is for tickets about the Compress-Bzip2 CPAN distribution.

Report information
The Basics
Id: 99766
Status: resolved
Priority: 0/
Queue: Compress-Bzip2

People
Owner: RURBAN [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Signature invalid
--- SIGNATURE Thu Aug 7 01:53:35 2014 +++ (current) Fri Oct 24 02:43:09 2014 @@ -4,6 +4,7 @@ SHA1 2759edd258cb51dc5332d2d97dc0f114f2a3de76 Changes SHA1 06186a4d62ebec3ffac9a4f5457458436d7302c5 INSTALL SHA1 a0ef31c0bf72ea93c626ce1e2489b804f671847b MANIFEST +SHA1 ce5419a81dbb40153c3dea931c7eef8826a6c24f META.json SHA1 64d2a7088864f27abe77e2589ab065f497ec13ec META.yml SHA1 3711bef030207705a281125394be7eb9627a79a3 Makefile.PL SHA1 01ca12f980ac0675ebc82d84c432bbf3be80c74c NEWS ==> MISMATCHED content between SIGNATURE and distribution files! <== Thanks,
On Thu Oct 23 20:47:57 2014, ANDK wrote: Show quoted text
> --- SIGNATURE Thu Aug 7 01:53:35 2014 > +++ (current) Fri Oct 24 02:43:09 2014 > @@ -4,6 +4,7 @@ > SHA1 2759edd258cb51dc5332d2d97dc0f114f2a3de76 Changes > SHA1 06186a4d62ebec3ffac9a4f5457458436d7302c5 INSTALL > SHA1 a0ef31c0bf72ea93c626ce1e2489b804f671847b MANIFEST > +SHA1 ce5419a81dbb40153c3dea931c7eef8826a6c24f META.json > SHA1 64d2a7088864f27abe77e2589ab065f497ec13ec META.yml > SHA1 3711bef030207705a281125394be7eb9627a79a3 Makefile.PL > SHA1 01ca12f980ac0675ebc82d84c432bbf3be80c74c NEWS > ==> MISMATCHED content between SIGNATURE and distribution files! <== > > Thanks,
Thanks, fixed with the new uploaded 2.19 The reason is an upstream EUMM bug with parallel make. I make my dist with -j4, and then the 2 META files are not generated in proper order, and cpansign missed one. with make dist or make -j1 dist it works fine. -- Reini Urban