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 600893 - don't use LOCALMODLIBS in the configure
don't use LOCALMODLIBS in the configure
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
2.29.x
Other Linux
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-05 23:02 UTC by Sebastien Bacher
Modified: 2009-11-15 19:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
don't use localmodlibs (901 bytes, patch)
2009-11-05 23:04 UTC, Sebastien Bacher
none Details | Review

Description Sebastien Bacher 2009-11-05 23:02:20 UTC
LOCALMODLIBS is not supposed to be used there, it's not useful and break build
with newer python versions
Comment 1 Sebastien Bacher 2009-11-05 23:04:15 UTC
Created attachment 147050 [details] [review]
don't use localmodlibs
Comment 2 Felix Riemann 2009-11-15 19:27:18 UTC
Thanks. Applied in both gnome-2-28 and master.
commit 62f1a9c1a05208cf28f9c26f248d15883e6dc8fd
Author: Sebastien Bacher <>
Date:   Sun Nov 15 20:20:49 2009 +0100

    Don't use LOCALMODLIBS in configure
    
    LOCALMODLIBS is supposed to be used only when linking the interpreter.
    Fixes build problems with certain python configs and bgo#600893.

The patch would theoretically apply to eog-plugins also, but LOCALMODLIBS is only pulled in configure and not used for linking there (the python part needs some cleanup there).

This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.