Opened 15 years ago

Closed 15 years ago

#20067 closed defect (fixed)

Installing curl-7.19.5 causes checksum error

Reported by: stronk7 (Eloy Lafuente) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: curl

Description

Trying to install curl (or anything depending on it I get, with debug enabled):

DEBUG: Executing org.macports.main (curl)
--->  Fetching curl
DEBUG: Executing org.macports.fetch (curl)
--->  Verifying checksum(s) for curl
DEBUG: Executing org.macports.checksum (curl)
--->  Checksumming curl-7.19.5.tar.bz2
Error: Checksum (md5) mismatch for curl-7.19.5.tar.bz2
Portfile checksum: curl-7.19.5.tar.bz2 md5 426d161661dce70c8ea9ad8f553363a3
Distfile checksum: curl-7.19.5.tar.bz2 md5 8cee0a8207de091c245be5d78da8d02e
Error: Checksum (sha1) mismatch for curl-7.19.5.tar.bz2
Portfile checksum: curl-7.19.5.tar.bz2 sha1 e9256f93f5a8c7f40a3c8696c2841a6c5c2b1bf7
Distfile checksum: curl-7.19.5.tar.bz2 sha1 e02d1fbf2e3b1279bd1bcd19ef9a952d3c7f03e9
Error: Checksum (rmd160) mismatch for curl-7.19.5.tar.bz2
Portfile checksum: curl-7.19.5.tar.bz2 rmd160 a6c1ca2962c2372ede310a508f36a06205eb8fb0
Distfile checksum: curl-7.19.5.tar.bz2 rmd160 825006e7832f9fb93909da938961a2d30aebf825
The correct checksum line may be:
checksums           md5     8cee0a8207de091c245be5d78da8d02e \
                    sha1    e02d1fbf2e3b1279bd1bcd19ef9a952d3c7f03e9 \
                    rmd160  825006e7832f9fb93909da938961a2d30aebf825
Error: Target org.macports.checksum returned: Unable to verify file checksums

Change History (4)

comment:1 Changed 15 years ago by stronk7 (Eloy Lafuente)

More complete output:

DEBUG: Executing org.macports.main (curl)
--->  Fetching curl
DEBUG: Executing org.macports.fetch (curl)
--->  curl-7.19.5.tar.bz2 doesn't seem to exist in /opt/local/var/macports/distfiles/curl
DEBUG: Pinging curl.haxx.se...
DEBUG: Pinging ftp.sunet.se...
DEBUG: Pinging curl.sourceforge.net...
DEBUG: Pinging cool.haxx.se...
DEBUG: Pinging gd.tuwien.ac.at...
DEBUG: Pinging www.execve.net...
DEBUG: Pinging distfiles.macports.org...
DEBUG: Pinging trd.no.distfiles.macports.org...
DEBUG: Pinging arn.se.distfiles.macports.org...
DEBUG: curl.haxx.se ping time is 74.532
DEBUG: ftp.sunet.se ping time is 73.517
DEBUG: curl.sourceforge.net ping time is 151.498
DEBUG: cool.haxx.se ping time is 74.917
DEBUG: gd.tuwien.ac.at ping time is 73.340
DEBUG: www.execve.net ping time is 375.401
DEBUG: distfiles.macports.org ping time is 211.734
DEBUG: trd.no.distfiles.macports.org ping time is 91.593
DEBUG: arn.se.distfiles.macports.org ping time is 81.450
--->  Attempting to fetch curl-7.19.5.tar.bz2 from ftp://gd.tuwien.ac.at/utils/archivers/curl/
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:04 --:--:--     0
DEBUG: Fetching failed:: FTP: access denied
--->  Attempting to fetch curl-7.19.5.tar.bz2 from http://gd.tuwien.ac.at/utils/archivers/curl/
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  9606    0  9606    0     0    913      0 --:--:--  0:00:10 --:--:--   913
--->  Verifying checksum(s) for curl
DEBUG: Executing org.macports.checksum (curl)
--->  Checksumming curl-7.19.5.tar.bz2
Error: Checksum (md5) mismatch for curl-7.19.5.tar.bz2
Portfile checksum: curl-7.19.5.tar.bz2 md5 426d161661dce70c8ea9ad8f553363a3
Distfile checksum: curl-7.19.5.tar.bz2 md5 a37dbf482425d33e497322940146f08e
Error: Checksum (sha1) mismatch for curl-7.19.5.tar.bz2
Portfile checksum: curl-7.19.5.tar.bz2 sha1 e9256f93f5a8c7f40a3c8696c2841a6c5c2b1bf7
Distfile checksum: curl-7.19.5.tar.bz2 sha1 f3814b3fdf84383608905735fecde4cfb9e0173a
Error: Checksum (rmd160) mismatch for curl-7.19.5.tar.bz2
Portfile checksum: curl-7.19.5.tar.bz2 rmd160 a6c1ca2962c2372ede310a508f36a06205eb8fb0
Distfile checksum: curl-7.19.5.tar.bz2 rmd160 59265b2a82fd0e962b04d8fe2ac66c711e7acc68
The correct checksum line may be:
checksums           md5     a37dbf482425d33e497322940146f08e \
                    sha1    f3814b3fdf84383608905735fecde4cfb9e0173a \
                    rmd160  59265b2a82fd0e962b04d8fe2ac66c711e7acc68
Error: Target org.macports.checksum returned: Unable to verify file checksums

comment:2 Changed 15 years ago by stronk7 (Eloy Lafuente)

Seems to be a server (tuwien) problem, just downloaded it from another one in the list and checksums went ok.

comment:3 Changed 15 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to ryandesign@…

comment:4 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Thanks for the report. The server gd.tuwien.ac.at doesn't seem to have the curl distfile anymore so I removed it in r52881. Now you should wait at least half an hour from the time of this message and then

sudo port sync
sudo port clean --all curl

and then try your install again.

Note: See TracTickets for help on using tickets.