Opened 16 years ago

Last modified 15 years ago

#13513 closed defect

python25 persistent checksum mismatch — at Version 5

Reported by: perfgeek@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.5.2
Keywords: python checksum mismatch Cc:
Port:

Description (last modified by jmpp@…)

For about a week now I've been trying to install gimp on a 10.5.1 Intel-based iMac. After the dbus-glib problem was resolved, the next one was checksum mismatch on python25. This has persisted after several sync's, cleans and installs over a number of days. Either there is something amiss with the port, or this submittor needs a gentle tap with a clue bat.

$ sudo port clean python25
--->  Cleaning python25
$ sudo port install python25
--->  Fetching python25
--->  Attempting to fetch Python-2.5.1.tar.bz2 from http://www.python.org//ftp/python/2.5.1/
--->  Verifying checksum(s) for python25
Error: Checksum (md5) mismatch for Python-2.5.1.tar.bz2
Error: Checksum (sha1) mismatch for Python-2.5.1.tar.bz2
Error: Checksum (rmd160) mismatch for Python-2.5.1.tar.bz2
Error: Target org.macports.checksum returned: Unable to verify file checksums
Error: Status 1 encountered during processing.
$ sudo port sync
Password:
$ sudo port clean python25
--->  Cleaning python25
$ sudo port clean --dist python25
--->  Cleaning python25
$ sudo port install python25
--->  Fetching python25
--->  Attempting to fetch Python-2.5.1.tar.bz2 from http://www.python.org//ftp/python/2.5.1/
--->  Verifying checksum(s) for python25
Error: Checksum (md5) mismatch for Python-2.5.1.tar.bz2
Error: Checksum (sha1) mismatch for Python-2.5.1.tar.bz2
Error: Checksum (rmd160) mismatch for Python-2.5.1.tar.bz2
Error: Target org.macports.checksum returned: Unable to verify file checksums
Error: Status 1 encountered during processing.
$ 

[Macintosh:~] perfgeek% ls -l /opt/local/var/macports/distfiles/python25/       total 18328
-rw-r--r--  1 root  admin  9383651 Dec  6 08:51 Python-2.5.1.tar.bz2

Change History (5)

comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Milestone: Port Bugs
Owner: changed from macports-dev@… to mww@…

comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: persistent checksum mismatch for python25python25 persistent checksum mismatch

comment:3 Changed 16 years ago by mww@…

Status: newassigned

I just downloaded the file anew and compared the checksums and they all match. The file size of your Python-2.5.1.tar.bz2 file matches the one here, so this is not an obvious bug.

This could mean that either your network is playing tricks on you or your checksum calculation is going awfully wrong. Please post the result of

sudo port -d checksum python25

comment:4 Changed 16 years ago by perfgeek@…

$ sudo port -d checksum python25 Password: DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python25 DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python25 DEBUG: Requested variant darwin is not provided by port python25. DEBUG: Requested variant i386 is not provided by port python25. DEBUG: Requested variant macosx is not provided by port python25. DEBUG: Executing variant darwin_9 provides darwin_9 DEBUG: Skipping completed org.macports.main (python25) DEBUG: Skipping completed org.macports.fetch (python25) ---> Verifying checksum(s) for python25 DEBUG: Executing org.macports.checksum (python25) ---> Checksumming Python-2.5.1.tar.bz2 Error: Checksum (md5) mismatch for Python-2.5.1.tar.bz2 Portfile checksum: Python-2.5.1.tar.bz2 md5 70084ffa561660f07de466c2c8c4842d Distfile checksum: Python-2.5.1.tar.bz2 md5 c0d8bdb3ef709419b91626016cf9a0c3 Error: Checksum (sha1) mismatch for Python-2.5.1.tar.bz2 Portfile checksum: Python-2.5.1.tar.bz2 sha1 993a66bd2dabb0c4f33ca98372576315ef113df6 Distfile checksum: Python-2.5.1.tar.bz2 sha1 eb3222ffcb2d23bff9e9a15b3279970279619a0e Error: Checksum (rmd160) mismatch for Python-2.5.1.tar.bz2 Portfile checksum: Python-2.5.1.tar.bz2 rmd160 af0e8ed93bbc07015c338ae19bbee8811da21c1c Distfile checksum: Python-2.5.1.tar.bz2 rmd160 160bba621009e9023b1da64fbdecc39203dd5010 Error: Target org.macports.checksum returned: Unable to verify file checksums Warning: the following items did not execute (for python25): org.macports.checksum Error: Status 1 encountered during processing. $

comment:5 Changed 16 years ago by jmpp@…

Description: modified (diff)

Please use WikiFormatting to paste terminal output in the future, please!

-jmpp

Note: See TracTickets for help on using tickets.