Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 35021
Status: resolved
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors: bacchi [...] rpi.edu
Cc:
AdminCc:

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



Subject: Tk Checksum error
Date: Mon, 14 Apr 2008 14:45:43 -0400
To: CPAN <bug-cpanplus [...] rt.cpan.org>
From: Andrew Bacchi <bacchi [...] rpi.edu>
While trying to install Tk module, I got a checksum error. This has happened on 2 machines today. Thanks. I issued "perl -MCPANPLUS -e shell" and "install Tk" [MSG] [Mon Apr 14 14:36:13 2008] Checking if source files are up to date [MSG] [Mon Apr 14 14:36:13 2008] Retrieving /root/.cpanplus/sourcefiles.2.13.stored [MSG] [Mon Apr 14 14:36:13 2008] No '/root/.cpanplus/custom-sources' dir, skipping custom sources [MSG] [Mon Apr 14 14:36:13 2008] Trying to get 'ftp://ftp.cpan.org/pub/CPAN/authors/id/S/SR/SREZIC/CHECKSUMS' [ERROR] [Mon Apr 14 14:36:24 2008] Archive size does not match for 'Tk-804.028.tar.gz': size is '5030624' but should be '6927637' [ERROR] [Mon Apr 14 14:36:24 2008] Checksum error for 'Tk-804.028.tar.gz' -- will not trust package -- veritatas simplex oratio est -Seneca Andrew Bacchi Systems Programmer Rensselaer Polytechnic Institute phone: 518.276.6415 fax: 518.276.2809 http://www.rpi.edu/~bacchi/
On Mon Apr 14 14:46:21 2008, bacchi@rpi.edu wrote: Show quoted text
> While trying to install Tk module, I got a checksum error. This has > happened on 2 machines today. Thanks. > > I issued "perl -MCPANPLUS -e shell" > and "install Tk" > > [MSG] [Mon Apr 14 14:36:13 2008] Checking if source files are up to date > [MSG] [Mon Apr 14 14:36:13 2008] Retrieving > /root/.cpanplus/sourcefiles.2.13.stored > [MSG] [Mon Apr 14 14:36:13 2008] No '/root/.cpanplus/custom-sources' > dir, skipping custom sources > [MSG] [Mon Apr 14 14:36:13 2008] Trying to get > 'ftp://ftp.cpan.org/pub/CPAN/authors/id/S/SR/SREZIC/CHECKSUMS' > [ERROR] [Mon Apr 14 14:36:24 2008] Archive size does not match for > 'Tk-804.028.tar.gz': size is '5030624' but should be '6927637' > [ERROR] [Mon Apr 14 14:36:24 2008] Checksum error for > 'Tk-804.028.tar.gz' -- will not trust package
The checksum check is there to warn you if the package that you are downloading is corrupted or not. Chances are that the mirror you are getting this file from has a corrupted archive. Safest is to use another mirror to download this file from. Note, this is not a CPANPLUS bug, but a feature protecting you. If you are *sure* you can trust this file, you can disable checksum checks by typing, in the default shell: s conf md5 0 Good luck,