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 675129 - evince fails linking with glib-2.32 and gold linker
evince fails linking with glib-2.32 and gold linker
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-30 09:47 UTC by Justin
Modified: 2012-05-02 10:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix underlinking patch (2.37 KB, patch)
2012-04-30 09:51 UTC, Justin
committed Details | Review

Description Justin 2012-04-30 09:47:44 UTC
Due to changes in pkg-config files in glib-2.32 the compilation fails because of underlinking see https://bugs.gentoo.org/show_bug.cgi?id=414065 .

More accurate gio-2.0.pc dropped gmodule-no-export-2.0 from its deps so it needs to be included separately.

Please find attach a patch to address this issue.
Comment 1 Justin 2012-04-30 09:51:58 UTC
Created attachment 213083 [details] [review]
Fix underlinking patch
Comment 2 Carlos Garcia Campos 2012-05-02 10:50:40 UTC
Review of attachment 213083 [details] [review]:

pushed, thanks!