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 330708 - dev libs/system libs link conflict.
dev libs/system libs link conflict.
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-10 18:53 UTC by Sylvain BERTRAND
Modified: 2006-02-27 19:19 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
libeog Makefile.am patch (631 bytes, patch)
2006-02-10 18:56 UTC, Sylvain BERTRAND
none Details | Review
shell Makefile.am patch (477 bytes, patch)
2006-02-10 18:57 UTC, Sylvain BERTRAND
none Details | Review

Description Sylvain BERTRAND 2006-02-10 18:53:39 UTC
Please describe the problem:
I build a dev gnome desktop on the side of a system gnome desktop. Both use the
system modular X.org 7.0 installed /usr, /usr/X11R6 being a symlink to /usr.

Some EOG components are linked against system libs since the x11 libs search
path(/usr/X11R6/lib then /usr/lib) appears before than the dev libs search paths
on the libtool command line.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Sylvain BERTRAND 2006-02-10 18:56:34 UTC
Created attachment 59096 [details] [review]
libeog Makefile.am patch

Modify the order of appearance of libs search paths to make dev libs paths of higher priorty than x11 libs search paths.
Comment 2 Sylvain BERTRAND 2006-02-10 18:57:02 UTC
Created attachment 59097 [details] [review]
shell Makefile.am patch

Modify the order of appearance of libs search paths to make dev libs paths of higher priorty than x11 libs search paths.
Comment 3 Lucas Rocha 2006-02-27 19:19:46 UTC
Applied, thanks!

2006-02-27  Lucas Rocha  <lucasr@gnome.org>

        * libeog/Makefile.am: change libs search paths order to
        make development libs paths have higher priority than X11
        libs search paths (Fixes bug #330708). Patch from
        Sylvain Bertrand <sylvain.bertrand@gmail.com>.