pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: calendar broken in new thunderbird?



On 9/3/23 17:59, Patrick Welche wrote:
Hijacking the "new thunderbird" thread... I find I need the attached
to avoid

Traceback (most recent call last):
   File "/tmp/pkgsrc/mail/thunderbird/work/thunderbird-115.1.1/configure.py", line 343, in <module>
     sys.exit(main(sys.argv))
...
   File "/tmp/pkgsrc/mail/thunderbird/work/thunderbird-115.1.1/third_party/python/blessed/blessed/keyboard.py", line 19, in <module>
     import curses
   File "/usr/pkg/lib/python3.11/curses/__init__.py", line 13, in <module>
     from _curses import *
ModuleNotFoundError: No module named '_curses'
*** Error code 1

Wow, it's surprising that the configure script ends up depending on curses. Please commit it. It's so easy for missing dependencies on Python packages to go unnoticed because they aren't buildlinked.

Home | Main Index | Thread Index | Old Index