Opened 14 years ago
Closed 14 years ago
#25876 closed defect (fixed)
expect-5.43.0 checksum mismatch
Reported by: | igorschein@… | Owned by: | markd@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | whorka@… | |
Port: | expect |
Description (last modified by mf2k (Frank Schima))
:error:checksum Checksum (md5) mismatch for expect-5.43.0.tar.gz :info:checksum Portfile checksum: expect-5.43.0.tar.gz md5 43e1dc0e0bc9492cf2e1a6f59f276bc3 :info:checksum Distfile checksum: expect-5.43.0.tar.gz md5 1c68793ec7624aecf0a5441e02646ea9
Attachments (2)
Change History (7)
comment:1 Changed 14 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Keywords: | expect checksum mismatch removed |
Owner: | changed from macports-tickets@… to markd@… |
comment:3 Changed 14 years ago by whorka@…
I seem to be getting the same error.
port is trying to download http://expect.nist.gov/src/expect-5.43.0.tar.gz , which is redirecting to http://www.nist.gov/el/msid/expect.cfmsrc/expect-5.43.0.tar.gz , which returns a 404 ErrorDocument. I suspect the folks at NIST intended the redirect to go to http://www.nist.gov/el/msid/expect.cfm , which is an actual page, but this still doesn't lead directly to expect-5.43.0.tar.gz .
==> This worked as a workaround:
- Download expect-5.43.0.tar.gz from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/expect-5.43.0.tar.gz to ~/Downloads
- sudo cp ~/Downloads/expect-5.43.0.tar.gz /opt/local/var/macports/distfiles/expect/expect-5.43.0.tar.gz
- sudo port install expect
For the sake of completeness, I did also follow the FAQ on checksum errors. Below is the result. I'm also attaching /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_expect/main.log and /opt/local/var/macports/distfiles/expect/expect-5.43.0.tar.gz
dhcp-0000028666-18-69:~ whorka$ sudo port selfupdate MacPorts base version 1.600 installed Downloaded MacPorts base version 1.800 Configuring, Building and Installing new MacPorts base selfupdate done! dhcp-0000028666-18-69:~ whorka$ sudo port clean --all expect ---> Cleaning expect dhcp-0000028666-18-69:~ whorka$ sudo port install expect ---> Computing dependencies for tcl ---> Fetching tcl ---> Attempting to fetch tcl8.5.9-src.tar.gz from http://downloads.sourceforge.net/tcl ---> Verifying checksum(s) for tcl ---> Extracting tcl ---> Configuring tcl ---> Building tcl ---> Staging tcl into destroot ---> Computing dependencies for tcl ---> Installing tcl @8.5.9_0 ---> Deactivating tcl @8.5.4_0 ---> Activating tcl @8.5.9_0 ---> Cleaning tcl ---> Computing dependencies for expect ---> Fetching expect ---> Attempting to fetch expect-5.43.0.tar.gz from http://expect.nist.gov/src/ ---> Attempting to fetch tcl8.4.14-src.tar.gz from http://downloads.sourceforge.net/tcl ---> Verifying checksum(s) for expect Error: Checksum (md5) mismatch for expect-5.43.0.tar.gz Error: Target org.macports.checksum returned: Unable to verify file checksums Log for expect is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_expect/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets>
Regards,
-Bill
Changed 14 years ago by whorka@…
Changed 14 years ago by whorka@…
Attachment: | expect-5.43.0.tar.gz added |
---|
comment:5 Changed 14 years ago by dbevans (David B. Evans)
expect source can be found here: http://sourceforge.net/projects/expect/
Latest version there is 5.44.1.15.
Please read the FAQ on checksum errors. You did not report the download mirror.