[Bug 277433] x11-toolkits/py-fltk 1.3.9 raises exception on import

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 02 Mar 2024 11:56:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277433

            Bug ID: 277433
           Summary: x11-toolkits/py-fltk 1.3.9 raises exception on import
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: python@FreeBSD.org
          Reporter: hiroo.ono+freebsd@gmail.com
          Assignee: python@FreeBSD.org
             Flags: maintainer-feedback?(python@FreeBSD.org)

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.

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