Opened 14 years ago

Closed 14 years ago

#22484 closed defect (worksforme)

XviD Checksum fails (repeat of #20765)

Reported by: public2007+mp@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: checksum Cc:
Port: xvid

Description (last modified by skymoo (Adam Mercer))

$ sudo port -v checksum xvid
--->  Computing dependencies for XviD.
--->  Verifying checksum(s) for XviD
--->  Checksumming xvidcore-1.2.2.tar.bz2
Error: Checksum (md5) mismatch for xvidcore-1.2.2.tar.bz2
Portfile checksum: xvidcore-1.2.2.tar.bz2 md5 6a3473a12c8a1fa7bdc2b5cb829fab58
Distfile checksum: xvidcore-1.2.2.tar.bz2 md5 ef8b67734e268397fb4f9853571d6ced
Error: Checksum (sha1) mismatch for xvidcore-1.2.2.tar.bz2
Portfile checksum: xvidcore-1.2.2.tar.bz2 sha1 d03270c803592f7655e7aa4181de587be25ba97f
Distfile checksum: xvidcore-1.2.2.tar.bz2 sha1 147f38e31ed3422839edc392eb4c2b36d7992e78
Error: Checksum (rmd160) mismatch for xvidcore-1.2.2.tar.bz2
Portfile checksum: xvidcore-1.2.2.tar.bz2 rmd160 5fbbc99a02d9eab7f2394220cec2c872957ff26f
Distfile checksum: xvidcore-1.2.2.tar.bz2 rmd160 fa940f5115f7064052f9ce0f9351f1a976a47ad8
The correct checksum line may be:
checksums           md5     ef8b67734e268397fb4f9853571d6ced \
                    sha1    147f38e31ed3422839edc392eb4c2b36d7992e78 \
                    rmd160  fa940f5115f7064052f9ce0f9351f1a976a47ad8
Error: Target org.macports.checksum returned: Unable to verify file checksums
Warning: the following items did not execute (for XviD): org.macports.checksum
Error: Status 1 encountered during processing.

Change History (5)

comment:1 Changed 14 years ago by public2007+mp@…

Cc: public2007+mp@… added

Cc Me!

comment:2 Changed 14 years ago by skymoo (Adam Mercer)

Cc: public2007+mp@… removed
Description: modified (diff)

Works for me:

$ sudo port checksum xvid
--->  Computing dependencies for XviD
--->  Fetching XviD
--->  Attempting to fetch xvidcore-1.2.2.tar.bz2 from http://distfiles.macports.org/XviD
--->  Verifying checksum(s) for XviD
$

http://trac.macports.org/wiki/FAQ#checksums

comment:3 in reply to:  2 Changed 14 years ago by public2007+mp@…

From browser, directly downloaded "http://downloads.xvid.org/downloads/xvidcore-1.2.2.tar.bz2". The file failed to decompress. Cleared cache, dscachutil -flushcache, restarted browser. New download decrypted fine and the checksum's matched the .profile.

Manually removed: /opt/local/var/macports/distfiles/XviD/xvidcore-1.2.2.tar.bz2

Reran port checksum xvid and now it works correctly.

Unable to explain why initial download retrieved a corrupted file.

comment:4 Changed 14 years ago by public2007+mp@…

Just has the same problem with "gettext"

comment:5 Changed 14 years ago by jmroot (Joshua Root)

Resolution: worksforme
Status: newclosed

Sounds like an issue with your network access.

Note: See TracTickets for help on using tickets.