Bugzilla Automation <bugzi...@freebsd.org> has asked freebsd-python (Nobody) <python@FreeBSD.org> for maintainer-feedback: Bug 277433: x11-toolkits/py-fltk 1.3.9 raises exception on import https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277433
--- Description --- On 14-STABLE (amd64), importing py-fltk-1.3.9 emits the following exception. ---- >>> import fltk Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.9/site-packages/fltk/__init__.py", line 9, in <module> from .fltk import * File "/usr/local/lib/python3.9/site-packages/fltk/fltk.py", line 17, in <module> from . import _fltk ImportError: /usr/local/lib/python3.9/site-packages/fltk/_fltk.cpython-39.so: Undefined symbol "_ZN18Fl_XFont_On_Demand5valueEv" ---- Did poudriere options -r ... x11-toolkits/py-fltk, rebuilt the packages and reinstalled them. So the port options should be default. The system was upgraded from 13-STABLE recently, and py39-fltk which was built around the middle of 2023 worked there.