gdb /usr/bin/filezilla (gdb) run Starting program: /usr/bin/filezilla /usr/bin/filezilla: relocation error: /usr/lib64/libwx_gtk2u_core-suse.so.1: symbol _ZTI10wxListBase, version WXU_3.0 not defined in file libwx_baseu- suse.so.1 with link time reference
More specifically, 18:38 zap:/usr/lib64 > nm -D /usr/lib64/libwx_gtk2u_core-suse.so.1 | grep ListBase 0000000000369760 T _ZN16wxGDIObjListBaseC1Ev 0000000000369760 T _ZN16wxGDIObjListBaseC2Ev 0000000000369820 T _ZN16wxGDIObjListBaseD1Ev 0000000000369820 T _ZN16wxGDIObjListBaseD2Ev so a proper gtk2u_core would not even *request* a wxListBase (probably because it got inlined, which is also the reason the corresponding symbol _ZT10.. is absent from libwx_base). -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org