Date: Sat, 02 Mar 2024 21:37:07 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 277433] x11-toolkits/py-fltk 1.3.9 raises exception on import Message-ID: <bug-277433-21822-xI6sS3gdhh@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-277433-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-277433-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277433 --- Comment #2 from Hiroo Ono <hiroo.ono+freebsd@gmail.com> --- doing poudriere testport -i ... x11-toolkits/fltk and see the intermediate data, readelf -a lib/libfltk.a emits the following: 118: 0000000000000000 1010 FUNC GLOBAL HIDDEN 21 _ZN18Fl_XFont_On_Demand5valueEv and readelf -a src/libfltk.so emits the following: 909: 0000000000100a10 1010 FUNC LOCAL HIDDEN 14 _ZN18Fl_XFont_On_Demand5valueEv I think it should be DEFAULT instead of HIDDEN, but currently I have no idea why it became so. --=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-21822-xI6sS3gdhh>