Summary: | security/py-certbot: Fails to patch: saving rejects to certbot/compat.py.rej | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Gerard Seibert <gerard_seibert> |
Component: | Individual Port(s) | Assignee: | Matthew Seaman <matthew> |
Status: | Closed Not A Bug | ||
Severity: | Affects Some People | CC: | koobs, matthew, python |
Priority: | --- | Flags: | koobs:
maintainer-feedback+
|
Version: | Latest | ||
Hardware: | amd64 | ||
OS: | Any |
Description
Gerard Seibert
2018-12-14 10:50:35 UTC
Thank you for your report Gerard. This is very unlikely related to perl, but may be related to bug 233909 which just had its fix committed in ports r487414. Can you update your ports tree to at least that revision and confirm whether or not the issue is still reproducible please. Hi, Gerard, Did you test the patches from PR 233909? If so, you've probably ended up with a merge conflict in py-certbot/files/patch-* -- try 'svn status' to see if that's so. You should be able to fix the problem by: cd ${PORTSDIR}/security/py-certbot svn revert -R . so that your local changes are replaced by a clean copy from the ports repository. (In reply to Matthew Seaman from comment #2) I just ran "portsnap" again, and it appeared to download a "security/py-certbot" patch. I updated the poudriere ports and ran poudriere again. This time everything went fine and "security/py-certbot", aka "py36-certbot" built correctly. Thanks! Winning, thank you for the analysis Matthew and your report Gerard |