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 687748 - Stop linking on telepathy-logger
Stop linking on telepathy-logger
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: telepathy
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Shell Telepathy maintainer(s)
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-11-06 12:40 UTC by Guillaume Desmottes
Modified: 2013-03-04 15:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configure.ac: remove telepathy-logger dep (1.31 KB, patch)
2012-11-07 08:11 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2012-11-06 12:40:24 UTC
I installed telepathy-logger 0.6.0 in my jhbuild and ended up with the gnome-shell binary linking on my system logger (/usr/lib64/libtelepathy-logger.so.2.2.1) while it was trying to load from gir the one in jhbuild at runtime (libtelepathy-logger.so.3.2.0).

I fixed this by removing telepathy-logger-0.2 in configure.ac as we don't use it in C code anymore. But maybe we should continue checking for to prevent run time error if the package is missing but without adding its linking flags?
Comment 1 Jasper St. Pierre (not reading bugmail) 2012-11-06 16:02:23 UTC
We don't do this for other runtime dependencies, so just remove it please.
Comment 2 Guillaume Desmottes 2012-11-07 08:11:55 UTC
Created attachment 228340 [details] [review]
configure.ac: remove telepathy-logger dep

We don't use it in C code any more.
Comment 3 Guillaume Desmottes 2012-11-07 08:12:39 UTC
(In reply to comment #1)
> We don't do this for other runtime dependencies, so just remove it please.

I think we should actually. I find it very frustrating to update Shell and raise a bunch of runtime crashes because of out to date deps.
Comment 4 Florian Müllner 2013-03-03 23:50:44 UTC
Review of attachment 228340 [details] [review]:

Obviously correct.
Comment 5 Guillaume Desmottes 2013-03-04 15:39:11 UTC
Attachment 228340 [details] pushed as 00eb764 - configure.ac: remove telepathy-logger dep