GNOME Bugzilla – Bug 576373
[Pango/Gtk2-1.220] Symbol export list problems with new split Pango and Gtk2
Last modified: 2009-08-10 21:10:12 UTC
xs/Gtk2.o:Gtk2.c:(.text+0x2152): undefined reference to `gtk2perl_pango_attribut e_get_type' xs/Gtk2.o:Gtk2.c:(.text+0x2164): undefined reference to `gtk2perl_pango_attr_ite rator_get_type' xs/Gtk2.o:Gtk2.c:(.text+0x21e2): undefined reference to `gtk2perl_pango_script_i ter_get_type' xs/GdkPango.o:GdkPango.c:(.text+0x4d8): undefined reference to `gtk2perl_pango_a ttribute_get_type' xs/GdkPango.o:GdkPango.c:(.text+0x6a1): undefined reference to `gtk2perl_pango_a ttribute_get_type' xs/GdkPango.o:GdkPango.c:(.text+0x70d): undefined reference to `gtk2perl_pango_a ttribute_register_custom_type' xs/GdkPango.o:GdkPango.c:(.text+0x87e): undefined reference to `gtk2perl_pango_a ttribute_get_type' xs/GdkPango.o:GdkPango.c:(.text+0xc00): undefined reference to `gtk2perl_pango_a ttribute_get_type' xs/GdkPango.o:GdkPango.c:(.text+0xcf1): undefined reference to `gtk2perl_pango_a ttribute_register_custom_type' xs/GdkPango.o:GdkPango.c:(.text+0xee6): undefined reference to `gtk2perl_pango_a ttribute_get_type' xs/GdkPango.o:GdkPango.c:(.text+0x10d9): undefined reference to `gtk2perl_pango_ attribute_get_type' xs/GdkPango.o:GdkPango.c:(.text+0x1171): undefined reference to `gtk2perl_pango_ attribute_register_custom_type'
Created attachment 131170 [details] [review] Pango-1.220-exports.diff
Created attachment 131171 [details] [review] Gtk2-1.220-exports.diff
I committed variants of these and also cleaned up a few related things. Could you try if everything works for you now? svn co svn://svn.gnome.org/svn/perl-Pango/trunk Pango svn co svn://svn.gnome.org/svn/perl-Gtk2/trunk Gtk2
Works, thanks. Just remember to take out pango-perl-private.h of MANIFEST for Pango.
Great. I'll roll new releases soon, then. Thanks for the MANIFEST reminder.
*** Bug 591233 has been marked as a duplicate of this bug. ***