Re: certbot fails after portupgrade - SOLVED

From: Odhiambo Washington <odhiambo_at_gmail.com>
Date: Sun, 31 Mar 2024 09:32:05 UTC
On Sun, Mar 31, 2024 at 11:15 AM Odhiambo Washington <odhiambo@gmail.com>
wrote:

> I did portupgrade -a.
> This has left me with a non-functional certbot.
> How can I fix this?
>
> root@gw:/usr/ports/security/py-certbot # *certbot renew*
> Traceback (most recent call last):
>   File "/usr/local/bin/certbot", line 33, in <module>
>     sys.exit(load_entry_point('certbot==2.9.0', 'console_scripts',
> 'certbot')())
>
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/local/bin/certbot", line 25, in importlib_load_entry_point
>     return next(matches).load()
>            ^^^^^^^^^^^^^^^^^^^^
>   File "/usr/local/lib/python3.11/importlib/metadata/__init__.py", line
> 202, in load
>     module = import_module(match.group('module'))
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/local/lib/python3.11/importlib/__init__.py", line 126, in
> import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 1147, in
> _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 940, in exec_module
>   File "<frozen importlib._bootstrap>", line 241, in
> _call_with_frames_removed
>   File "/usr/local/lib/python3.11/site-packages/certbot/main.py", line 6,
> in <module>
>     from certbot._internal import main as internal_main
>   File
> "/usr/local/lib/python3.11/site-packages/certbot/_internal/main.py", line
> 34, in <module>
>     from certbot._internal import cert_manager
>   File
> "/usr/local/lib/python3.11/site-packages/certbot/_internal/cert_manager.py",
> line 22, in <module>
>     from certbot._internal import storage
>   File
> "/usr/local/lib/python3.11/site-packages/certbot/_internal/storage.py",
> line 98, in <module>
>     textparser: parsedatetime.Calendar = parsedatetime.Calendar()
>                                          ^^^^^^^^^^^^^^^^^^^^^^^^
>   File
> "/usr/local/lib/python3.11/site-packages/parsedatetime/__init__.py", line
> 270, in __init__
>     self.ptc = Constants()
>                ^^^^^^^^^^^
>   File
> "/usr/local/lib/python3.11/site-packages/parsedatetime/__init__.py", line
> 2381, in __init__
>     self.locale = get_icu(self.localeID)
>                   ^^^^^^^^^^^^^^^^^^^^^^
>   File
> "/usr/local/lib/python3.11/site-packages/parsedatetime/pdt_locales/icu.py",
> line 62, in get_icu
>     rbnf = pyicu.RuleBasedNumberFormat(pyicu.URBNFRuleSetTag.SPELLOUT, icu)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> icu.ICUError: The requested resource cannot be found, error code: 2
>

So Uncle Google helped figure out that installing devel/py-pyicu would
solve this problem.
Why this is not linked to security/py-certbot as a dependency is what beats
me.

-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
 In an Internet failure case, the #1 suspect is a constant: DNS.
"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)
[How to ask smart questions:
http://www.catb.org/~esr/faqs/smart-questions.html]