Date: Sat, 02 Mar 2024 11:56:43 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 277433] x11-toolkits/py-fltk 1.3.9 raises exception on import Message-ID: <bug-277433-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277433 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.s= o: 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 bu= ilt around the middle of 2023 worked there. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277433-7788>