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

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

--- 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.

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