Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2026 12:52:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 294704] security/py-certbot: Builds and Installs with Python 13, but fails to run.
Message-ID:  <bug-294704-21822-ZlLkgDVxt0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-294704-21822@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-python (Nobody)
<python@FreeBSD.org> for maintainer-feedback:
Bug 294704: security/py-certbot: Builds and Installs with Python 13, but fails
to run.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294704



--- Description ---
CertBot Renew
Traceback (most recent call last):
  File "/usr/local/bin/certbot", line 5, in <module>
    from certbot.main import main
  File "/usr/local/lib/python3.13/site-packages/certbot/main.py", line 6, in
<module>
    from certbot._internal import main as internal_main
  File "/usr/local/lib/python3.13/site-packages/certbot/_internal/main.py",
line 29, in <module>
    from certbot import crypto_util
  File "/usr/local/lib/python3.13/site-packages/certbot/crypto_util.py", line
38, in <module>
    from certbot import interfaces
  File "/usr/local/lib/python3.13/site-packages/certbot/interfaces.py", line
20, in <module>
    from zope.interface import Interface as ZopeInterface
  File "/usr/local/lib/python3.13/site-packages/zope/interface/__init__.py",
line 57, in <module>
    _wire()
    ~~~~~^^
  File "/usr/local/lib/python3.13/site-packages/zope/interface/interface.py",
line 1122, in _wire
    from zope.interface.interfaces import IElement
  File "/usr/local/lib/python3.13/site-packages/zope/interface/interfaces.py",
line 49, in <module>
    class IElement(Interface):
    ...<91 lines>...
	    """
  File "/usr/local/lib/python3.13/site-packages/zope/interface/interface.py",
line 794, in __init__
    self.__attrs = self.__compute_attrs(attrs)
		   ~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/zope/interface/interface.py",
line 813, in __compute_attrs
    aname: update_value(aname, aval)
	   ~~~~~~~~~~~~^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/zope/interface/interface.py",
line 809, in update_value
    raise InvalidInterface("Concrete attribute, " + aname)
zope.interface.exceptions.InvalidInterface: Concrete attribute, __firstlineno__


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-294704-21822-ZlLkgDVxt0>