Opened 14 years ago

Closed 14 years ago

#24518 closed defect (invalid)

Error: Checksum (md5) mismatch for autoconf-2.65.tar.bz2

Reported by: maxim.maslennikov@… Owned by: skymoo (Adam Mercer)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: autoconf

Description (last modified by mf2k (Frank Schima))

How can I remove from mirror list the site ftp://ftp.chg.ru/?

sudo port install autoconf
--->  Computing dependencies for autoconf
--->  Fetching autoconf
--->  Attempting to fetch autoconf-2.65.tar.bz2 from ftp://ftp.chg.ru/pub/gnu/autoconf
--->  Verifying checksum(s) for autoconf
Error: Checksum (md5) mismatch for autoconf-2.65.tar.bz2
Error: Checksum (sha1) mismatch for autoconf-2.65.tar.bz2
Error: Checksum (rmd160) mismatch for autoconf-2.65.tar.bz2
Error: Target org.macports.checksum returned: Unable to verify file checksums
Error: Status 1 encountered during processing.
Before reporting a bug, first run the command again with the -d flag to get complete output.

Change History (3)

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Description: modified (diff)
Owner: changed from macports-tickets@… to ram@…
Port: autoconf added

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

Status: newassigned

The checksums from that mirror seem good to me:

$ wget ftp://ftp.chg.ru/pub/gnu/autoconf/autoconf-2.65.tar.bz2
--2010-04-17 21:01:38--  ftp://ftp.chg.ru/pub/gnu/autoconf/autoconf-2.65.tar.bz2
           => `autoconf-2.65.tar.bz2'
Resolving ftp.chg.ru (ftp.chg.ru)... 195.178.192.118, 193.233.9.194
Connecting to ftp.chg.ru (ftp.chg.ru)|195.178.192.118|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /pub/gnu/autoconf ... done.
==> SIZE autoconf-2.65.tar.bz2 ... 1332522
==> PASV ... done.    ==> RETR autoconf-2.65.tar.bz2 ... done.
Length: 1332522 (1.3M) (unauthoritative)

100%[======================================>] 1,332,522    191K/s   in 7.3s    

2010-04-17 21:01:47 (178 KB/s) - `autoconf-2.65.tar.bz2' saved [1332522]

$ openssl md5 autoconf-2.65.tar.bz2 
MD5(autoconf-2.65.tar.bz2)= a6de1cc6434cd64038b0a0ae4e252b33
$ openssl sha1 autoconf-2.65.tar.bz2 
SHA1(autoconf-2.65.tar.bz2)= 9126ffb8d7d59f38f305ef53e208531d4b75bb87
$ openssl rmd160 autoconf-2.65.tar.bz2 
RIPEMD160(autoconf-2.65.tar.bz2)= 250b0f46ae6f81fe47f30ae61335a2291d736197
$

which match the checksums specified in the Portfile:

checksums        md5 a6de1cc6434cd64038b0a0ae4e252b33 \
                 sha1 9126ffb8d7d59f38f305ef53e208531d4b75bb87 \
                 rmd160 250b0f46ae6f81fe47f30ae61335a2291d736197

have you followed the FAQ regarding checksums?

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

Resolution: invalid
Status: assignedclosed

No response after a month, assuming its no longer a problem.

Note: See TracTickets for help on using tickets.