Changes between Initial Version and Version 1 of Ticket #50471


Ignore:
Timestamp:
Jan 29, 2016, 7:06:06 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

sudo port install py27-flask-wtf fails with checksum mismatch. Error continues after doing selfupdate.

This happened because the github project changed ownership from "ajford" to "lepture", and file the checksums are calculated over includes the project owner name.

Adding a checksum.skip=yes gives the error:

You shouldn't do that since it means you are removing the safeguards that the checksums provide, namely the guarantee that the code you're about compile and install on your system has been tested by someone involved with the MacPorts project.

We should update the port to version 0.12 and fix the owner name.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50471

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Status changed from new to assigned
    • Property Port py-flask-wtf added
  • Ticket #50471 – Description

    initial v1  
    1 sudo port install py27-flask-wtf fails with checksum mismatch. Error continues after doing selfupdate.
     1`sudo port install py27-flask-wtf` fails with checksum mismatch. Error continues after doing selfupdate.
    22
    3 Adding a checksum.skip=yes gives the error:
     3Adding a `checksum.skip=yes` gives the error:
     4{{{
    45Error: org.macports.extract for port py27-flask-wtf returned: no files matched glob pattern "/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_python_py-flask-wtf/py27-flask-wtf/work/ajford-flask-wtf-*"
     6}}}