Opened 14 years ago

Closed 13 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)

main.log (8.2 KB) - added by whorka@… 13 years ago.
expect-5.43.0.tar.gz (12.8 KB) - added by whorka@… 13 years ago.

Download all attachments as: .zip

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@…

Please read the FAQ on checksum errors. You did not report the download mirror.

comment:2 Changed 13 years ago by whorka@…

Cc: whorka@… added

Cc Me!

comment:3 Changed 13 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:

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 13 years ago by whorka@…

Attachment: main.log added

Changed 13 years ago by whorka@…

Attachment: expect-5.43.0.tar.gz added

comment:5 Changed 13 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.

comment:6 Changed 13 years ago by markd@…

Resolution: fixed
Status: newclosed

Fixed in r77615.

Note: See TracTickets for help on using tickets.