svn commit: r479218 - in head/security: py-acme py-certbot py-certbot-apache py-certbot-dns-cloudflare py-certbot-dns-cloudxns py-certbot-dns-digitalocean py-certbot-dns-dnsimple py-certbot-dns-dns...

Mathieu Arnold mat at FreeBSD.org
Mon Sep 10 18:18:18 UTC 2018


On Sat, Sep 08, 2018 at 12:14:48AM +0000, Sunpoet Po-Chuan Hsieh wrote:
> Author: sunpoet
> Date: Sat Sep  8 00:14:48 2018
> New Revision: 479218
> URL: https://svnweb.freebsd.org/changeset/ports/479218
> 
> Log:
>   Update to 0.27.1

After this update, when running certbot certonly, I get:

An unexpected error occurred:
DistributionNotFound: The 'google-auth-httplib2>=0.0.3' distribution was not found and is required by google-api-python-client
Please see the logfile '/tmp/tmp5csB7R' for more details.

And that file has:

2018-09-10 20:15:53,534:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
  File "/usr/local/bin/certbot", line 11, in <module>
    load_entry_point('certbot==0.27.1', 'console_scripts', 'certbot')()
  File "/usr/local/lib/python2.7/site-packages/certbot/main.py", line 1338, in main
    plugins = plugins_disco.PluginsRegistry.find_all()
  File "/usr/local/lib/python2.7/site-packages/certbot/plugins/disco.py", line 206, in find_all
    plugin_ep = PluginEntryPoint(entry_point)
  File "/usr/local/lib/python2.7/site-packages/certbot/plugins/disco.py", line 52, in __init__
    self.plugin_cls = entry_point.load()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2320, in load
    self.require(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2343, in require
    items = working_set.resolve(reqs, env, installer, extras=self.extras)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 777, in resolve
    raise DistributionNotFound(req, requirers)
DistributionNotFound: The 'google-auth-httplib2>=0.0.3' distribution was not found and is required by google-api-python-client
2018-09-10 20:15:53,534:ERROR:certbot.log:An unexpected error occurred:

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20180910/9f5284a9/attachment.sig>


More information about the svn-ports-head mailing list