Opened 9 years ago
Closed 9 years ago
#50471 closed defect (fixed)
py-flask-wtf 0.8.3 checksum mismatch
Reported by: | eric.r.switzer@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | ||
Port: | py-flask-wtf |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
sudo port install py27-flask-wtf
fails with checksum mismatch. Error continues after doing selfupdate.
Adding a checksum.skip=yes
gives the error:
Error: 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-*"
Change History (2)
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Port: | py-flask-wtf added |
Status: | new → assigned |
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This happened because the github project changed ownership from "ajford" to "lepture", and file the checksums are calculated over includes the project owner name.
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.