[MacPorts] #25876: expect-5.43.0 checksum mismatch
#25876: expect-5.43.0 checksum mismatch --------------------------------------+------------------------------------- Reporter: igorschein@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: expect checksum mismatch | Port: expect --------------------------------------+------------------------------------- :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 -- Ticket URL: <http://trac.macports.org/ticket/25876> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25876: expect-5.43.0 checksum mismatch ----------------------------------+----------------------------------------- Reporter: igorschein@… | Owner: markd@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: expect ----------------------------------+----------------------------------------- Changes (by macsforever2000@…): * keywords: expect checksum mismatch => * owner: macports-tickets@… => markd@… Old description:
: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
New description: {{{ :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 }}} -- Comment: Please read the [wiki:FAQ#checksums FAQ on checksum errors]. You did not report the download mirror. -- Ticket URL: <http://trac.macports.org/ticket/25876#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25876: expect-5.43.0 checksum mismatch ----------------------------------+----------------------------------------- Reporter: igorschein@… | Owner: markd@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: expect ----------------------------------+----------------------------------------- Comment(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 -- Ticket URL: <https://trac.macports.org/ticket/25876#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25876: expect-5.43.0 checksum mismatch ----------------------------------+----------------------------------------- Reporter: igorschein@… | Owner: markd@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: expect ----------------------------------+----------------------------------------- Comment(by whorka@…): Wow, that looked a lot clearer before richtext formatting ate it. Sorry. 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 }}} -- Ticket URL: <https://trac.macports.org/ticket/25876#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25876: expect-5.43.0 checksum mismatch ----------------------------------+----------------------------------------- Reporter: igorschein@… | Owner: markd@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: expect ----------------------------------+----------------------------------------- Comment(by devans@…): expect source can be found here: [http://sourceforge.net/projects/expect/] Latest version there is 5.44.1.15. -- Ticket URL: <https://trac.macports.org/ticket/25876#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#25876: expect-5.43.0 checksum mismatch -----------------------------------+---------------------------------------- Reporter: igorschein@… | Owner: markd@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: fixed | Keywords: Port: expect | -----------------------------------+---------------------------------------- Changes (by markd@…): * status: new => closed * resolution: => fixed Comment: Fixed in r77615. -- Ticket URL: <https://trac.macports.org/ticket/25876#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts