Opened 13 years ago

Closed 13 years ago

#28398 closed defect (fixed)

py25-cvxopt, py26-cvxopt: checksum mismatch

Reported by: vishketan@… Owned by: mnick@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: py25-cvxopt, py26-cvxopt

Description

sudo port install py26-matplotlib py26-cvxopt
Password:
--->  Computing dependencies for py26-matplotlib
--->  Cleaning py26-matplotlib
--->  Computing dependencies for py26-cvxopt
--->  Verifying checksum(s) for py26-cvxopt
Error: Checksum (md5) mismatch for cvxopt-1.1.2.tar.gz
Error: Checksum (sha1) mismatch for cvxopt-1.1.2.tar.gz
Error: Checksum (rmd160) mismatch for cvxopt-1.1.2.tar.gz
Error: Target org.macports.checksum returned: Unable to
verify file checksums
Log for py26-cvxopt is at:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-cvxopt/main.log
Error: Status 1 encountered during processing.
To report a bug, see
<http://guide.macports.org/#project.tickets>

I think this is because cvxopt has moved to version 1.1.3 and the portfile has not kept up.

Attachments (2)

cvxopt-master_sites.diff (511 bytes) - added by ryandesign (Ryan Carsten Schmidt) 13 years ago.
proposed patch
cvxopt-1.1.3.diff (2.5 KB) - added by ryandesign (Ryan Carsten Schmidt) 13 years ago.
proposed patch

Download all attachments as: .zip

Change History (6)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to mnick@…
Port: py25-cvxopt py26-cvxopt added
Summary: py26-cvxopt fails to installpy25-cvxopt, py26-cvxopt: checksum mismatch

Yes, the problem is that upstream now distributes the 1.1.3, even when, as we do, we ask for the 1.1.2 file. How very wrong of them.

Until the port is updated, you can fetch the old distfile from http://distfiles.macports.org/python/ and place it in /opt/local/var/macports/distfiles/python.

Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: cvxopt-master_sites.diff added

proposed patch

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Here is a patch that fixes the port to use a distfiles location that won't change when a new version is released.

Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: cvxopt-1.1.3.diff added

proposed patch

comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added

Here is a revised patch that fixes the master_sites and also updates to 1.1.3.

comment:4 Changed 13 years ago by mnick@…

Resolution: fixed
Status: newclosed

Thanks for the patch, committed in r76473

Note: See TracTickets for help on using tickets.