After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 576373 - [Pango/Gtk2-1.220] Symbol export list problems with new split Pango and Gtk2
[Pango/Gtk2-1.220] Symbol export list problems with new split Pango and Gtk2
Status: RESOLVED FIXED
Product: gnome-perl
Classification: Bindings
Component: Gtk2
unspecified
Other Windows
: Normal normal
: ---
Assigned To: gtk2-perl-bugs
gtk2-perl-bugs
: 591233 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-03-23 10:17 UTC by Martin Schlemmer
Modified: 2009-08-10 21:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Pango-1.220-exports.diff (338 bytes, patch)
2009-03-23 10:17 UTC, Martin Schlemmer
committed Details | Review
Gtk2-1.220-exports.diff (370 bytes, patch)
2009-03-23 10:17 UTC, Martin Schlemmer
committed Details | Review

Description Martin Schlemmer 2009-03-23 10:17:15 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'
Comment 1 Martin Schlemmer 2009-03-23 10:17:35 UTC
Created attachment 131170 [details] [review]
Pango-1.220-exports.diff
Comment 2 Martin Schlemmer 2009-03-23 10:17:58 UTC
Created attachment 131171 [details] [review]
Gtk2-1.220-exports.diff
Comment 3 Torsten Schoenfeld 2009-03-24 19:28:06 UTC
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
Comment 4 Martin Schlemmer 2009-03-25 09:17:13 UTC
Works, thanks.

Just remember to take out pango-perl-private.h of MANIFEST for Pango.
Comment 5 Torsten Schoenfeld 2009-03-25 14:15:03 UTC
Great.  I'll roll new releases soon, then.  Thanks for the MANIFEST reminder.
Comment 6 Torsten Schoenfeld 2009-08-10 21:10:12 UTC
*** Bug 591233 has been marked as a duplicate of this bug. ***