#19207: Update SuiteSparse 3.2.0 to 3.3.0 ---------------------------------+------------------------------------------ Reporter: luis.beca@… | Owner: stechert@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.7.1 Keywords: | Port: SuiteSparse ---------------------------------+------------------------------------------ Comment(by luis.beca@…):
Can you give us the output of {{{sudo port clean --all SuiteSparse && sudo port -df checksum SuiteSparse}}} ?
{{{ $ sudo port clean --all SuiteSparse && sudo port -df checksum SuiteSparse ---> Cleaning 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: Executing org.macports.main (SuiteSparse) ---> Fetching SuiteSparse DEBUG: Executing org.macports.fetch (SuiteSparse) ---> SuiteSparse-3.2.0.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/SuiteSparse DEBUG: Pinging www.cise.ufl.edu... DEBUG: Pinging distfiles.macports.org... DEBUG: Pinging trd.no.distfiles.macports.org... DEBUG: Pinging arn.se.distfiles.macports.org... DEBUG: www.cise.ufl.edu ping time is 69.328 DEBUG: distfiles.macports.org ping time is 73.303 DEBUG: trd.no.distfiles.macports.org ping time is 132.459 DEBUG: arn.se.distfiles.macports.org ping time is 133.022 ---> Attempting to fetch SuiteSparse-3.2.0.tar.gz from http://www.cise.ufl.edu/research/sparse/SuiteSparse/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 9.7M 100 9.7M 0 0 3709k 0 0:00:02 0:00:02 --:--:-- 3913k ---> 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.checksum Error: Status 1 encountered during processing. }}}
I have also attached a Portfile.diff to update SuiteSparse to the latest version. It builds fine the second time, failing on the first compilation just like version 3.2.0 with :
{{{ /usr/bin/gcc-4.0 -O3 -fno-common -no-cpp-precomp -fexceptions -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/opt/local/include -I../../CCOLAMD/Include -I../../CAMD/Include -I../Include -I../../UFconfig ../Partition/cholmod_camd.c -o cholmod_l_camd.o ar cr libcholmod.a cholmod_aat.o [... really long list of .o files ...] cholmod_l_camd.o ranlib libcholmod.a make[1]: *** [library] Error 2 }}}
-- Ticket URL: <http://trac.macports.org/ticket/19207#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS