Checksum does not match for SuiteSparse 3.2.0 --- Unable to install
Reported by: |
ajw95@… |
Owned by: |
alakazam@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.7.1
|
Keywords:
|
|
Cc:
|
alakazam@…
|
Port:
|
SuiteSparse
|
|
|
I'm attempting to install SuiteSparse 3.2.0 on a brand new iMac machine.
Here's a trace of the attempt:
n1-30-80:~ alf$ sudo port clean SuiteSparse
---> Cleaning SuiteSparse
n1-30-80:~ alf$ sudo port -d install SuiteSparse
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/math/SuiteSparse
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/math/SuiteSparse
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: not using configure, so not adding the default universal variant
DEBUG: Requested variant darwin is not provided by port SuiteSparse.
DEBUG: Requested variant i386 is not provided by port SuiteSparse.
DEBUG: Requested variant macosx is not provided by port SuiteSparse.
DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/math/metis
DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/math/metis
DEBUG: setting option os.universal_supported to yes
DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
DEBUG: adding the default universal variant
DEBUG: Requested variant darwin is not provided by port metis.
DEBUG: Requested variant i386 is not provided by port metis.
DEBUG: Requested variant macosx is not provided by port metis.
DEBUG: Searching for dependency: metis
DEBUG: Found Dependency: receipt exists for metis
DEBUG: Executing org.macports.main (SuiteSparse)
---> Fetching SuiteSparse
DEBUG: Executing org.macports.fetch (SuiteSparse)
---> Verifying checksum(s) for SuiteSparse
DEBUG: Executing org.macports.checksum (SuiteSparse)
---> Checksumming SuiteSparse-3.2.0.tar.gz
Error: Checksum (md5) mismatch for SuiteSparse-3.2.0.tar.gz
Portfile checksum: SuiteSparse-3.2.0.tar.gz md5 d1be7abb6227568fec94179cb1300303
Distfile checksum: SuiteSparse-3.2.0.tar.gz md5 6ce748e40f9dcc8bbdf1aff11e1c60c1
Error: Checksum (sha1) mismatch for SuiteSparse-3.2.0.tar.gz
Portfile checksum: SuiteSparse-3.2.0.tar.gz sha1 ba39ba94a4069f2667ae5a4208866f7119a36ae8
Distfile checksum: SuiteSparse-3.2.0.tar.gz sha1 0d38491e8297f330b164e79136b93af247206a72
Error: Checksum (rmd160) mismatch for SuiteSparse-3.2.0.tar.gz
Portfile checksum: SuiteSparse-3.2.0.tar.gz rmd160 88db01d4b5f7532553809051fab305ebbc28d624
Distfile checksum: SuiteSparse-3.2.0.tar.gz rmd160 fe000e9e833d61010b9d1205b08626c227ebc9d2
The correct checksum line may be:
checksums md5 6ce748e40f9dcc8bbdf1aff11e1c60c1 \
sha1 0d38491e8297f330b164e79136b93af247206a72 \
rmd160 fe000e9e833d61010b9d1205b08626c227ebc9d2
Error: Target org.macports.checksum returned: Unable to verify file checksums
Warning: the following items did not execute (for SuiteSparse): org.macports.activate org.macports.extract org.macports.checksum org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.
Cc Me!