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 786270 - gdk-pixbuf xlib library has no exported symbols with meson
gdk-pixbuf xlib library has no exported symbols with meson
Status: RESOLVED DUPLICATE of bug 786232
Product: gdk-pixbuf
Classification: Platform
Component: general
2.30.x
Other Linux
: Normal normal
: ---
Assigned To: gdk-pixbuf-maint
gdk-pixbuf-maint
Depends on:
Blocks:
 
 
Reported: 2017-08-14 10:35 UTC by Ikey Doherty
Modified: 2017-08-14 10:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-contrib-Ensure-we-export-gdk-pixbuf-xlib-symbols-wit.patch (5.72 KB, patch)
2017-08-14 10:36 UTC, Ikey Doherty
none Details | Review

Description Ikey Doherty 2017-08-14 10:35:09 UTC
Very trivial one, basically the contrib xlib library will loose all of its
symbols when built with meson, but not with autotools. Will attach a patch
to resolve this.
Comment 1 Emmanuele Bassi (:ebassi) 2017-08-14 10:36:21 UTC
Thanks for taking the time to report this.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed in the code repository.

*** This bug has been marked as a duplicate of bug 786232 ***
Comment 2 Ikey Doherty 2017-08-14 10:36:26 UTC
Created attachment 357543 [details] [review]
0001-contrib-Ensure-we-export-gdk-pixbuf-xlib-symbols-wit.patch

Added patch that is confirmed to restore the original ABI, as tested with abireport
Comment 3 Ikey Doherty 2017-08-14 10:36:50 UTC
Ah well then, saves me the bother.