Bug 198191

Summary: ldd -r reports undefined symbols
Product: [Fedora] Fedora Reporter: Karsten Hopp <karsten>
Component: evolution-sharpAssignee: Matthew Barnes <mbarnes>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: evolution-sharp-0.12.0-1.fc7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-12-07 18:09:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 198485    

Description Karsten Hopp 2006-07-10 13:23:56 UTC
Note: ldd can't handle dlopen'ed dependent libraries and these unresolved symbols
might be resolved by those. But this needs to be checked.
Reproducer: rpm -ql <packagename>| grep lib.*so | xargs ldd -r


evolution-sharp-0.11.1-5
undefined symbol: GNOME_Evolution_Shell_findComponent   (/usr/lib/libevolutionglue.so)

Comment 1 Matthew Barnes 2006-08-07 14:08:53 UTC
It looks like this is indeed an issue, since recent versions of Evolution no
longer implement this function.  Evolution-Shell's ChangeLog says the
"findComponent" function was commented out to prevent a circular dependency.

Will investigate this further and file an upstream bug report if necessary.

Comment 2 Matthew Barnes 2006-09-01 16:48:50 UTC
Just for my own reference:

GNOME_Evolution_Shell_findComponent()
Which is in emrg_initialize_session_and_listeners()  [static]
Which is called from e_mail_remote_glue_lookup_plugin_and_initialize()
Which is referenced in evolution/evolution-api-1.x.raw  (for x in {2, 4, 6})
Which is used to generate evolution-api.xml.
Which is used by the GAPI tools Gtk# [1].

[1] http://www.mono-project.com/GAPI

Comment 3 Matthew Barnes 2006-12-07 18:09:44 UTC
This seems to be fixed now in evolution-sharp-0.12.0-1.fc7.