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:   [Bug 294704] security/py-certbot: Builds and Installs with Python 13, but fails to run.
Message-ID:  <bug-294704-21822@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294704

            Bug ID: 294704
           Summary: security/py-certbot: Builds and Installs with Python
                    13, but fails to run.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: python@FreeBSD.org
          Reporter: dweimer@dweimer.net
             Flags: maintainer-feedback?(python@FreeBSD.org)
          Assignee: python@FreeBSD.org

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__

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

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