Bug 466651

Summary: library insufficiently linked
Product: [Fedora] Fedora Reporter: Matthias Clasen <mclasen>
Component: rhythmboxAssignee: Bastien Nocera <bnocera>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: bnocera
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-12 16:03:47 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:

Description Matthias Clasen 2008-10-12 04:39:06 UTC
prelink complains:

/usr/sbin/prelink: Warning: /usr/lib/librhythmbox-core.so.0.0.0 has undefined non-weak symbols

and in fact, ldd -r shows a bunch of undefined symbols:

undefined symbol: rb_shell_get_party_mode	(/usr/lib/librhythmbox-core.so.0.0.0)
undefined symbol: rb_static_playlist_source_add_entry	(/usr/lib/librhythmbox-core.so.0.0.0)
undefined symbol: gm_audio_profile_lookup	(/usr/lib/librhythmbox-core.so.0.0.0)
undefined symbol: rb_shell_player_set_playing_time	(/usr/lib/librhythmbox-core.so.0.0.0)
undefined symbol: rb_static_playlist_source_get_type	(/usr/lib/librhythmbox-core.so.0.0.0)
undefined symbol: gm_audio_profile_get_active_list	(/usr/lib/librhythmbox-core.so.0.0.0)

[...]

It looks like most of the rb_ symbols probably come from rhythmbox itself and can be ignored, but the gm_audio_profile stuff looks like the library should be linked against gnome-media ?

Comment 1 Bastien Nocera 2008-10-12 16:03:47 UTC
Fixed upstream, the rest of the symbols will be defined at link time in the shell binary itself.