GNOME Bugzilla – Bug 341534
CVS HEAD fails to build
Last modified: 2006-05-14 10:09:52 UTC
http://cvs.gnome.org/viewcvs/gnome-vfs/libgnomevfs/gnome-vfs-mime-info-cache.c?r1=1.21&r2=1.21.2.1 broke the build: gnome-vfs-mime-info-cache.c: In function 'gnome_vfs_mime_info_cache_dir_init': gnome-vfs-mime-info-cache.c:183: error: 'g__gnome_vfs_mime_mutex_lock' undeclared (first use in this function) gnome-vfs-mime-info-cache.c:183: error: (Each undeclared identifier is reported only once gnome-vfs-mime-info-cache.c:183: error: for each function it appears in.) gnome-vfs-mime-info-cache.c: In function 'gnome_vfs_mime_info_cache_dir_init_defaults_list': gnome-vfs-mime-info-cache.c:277: error: 'g__gnome_vfs_mime_mutex_lock' undeclared (first use in this function) make[1]: *** [gnome-vfs-mime-info-cache.lo] Error 1 make[1]: Leaving directory `/opt/gnome-2-14/src/gnome-vfs/libgnomevfs' make: *** [all] Error 2
2006-05-14 Christian Kellner <gicmo@gnome.org> Backported patch by Alexander Larrson from HEAD to unbreak Christian's Unalias MIME types patch (Fixes bug #341446): * libgnomevfs/gnome-vfs-mime-info-cache.c: (get_all_parent_types): Lock around calls to xdg_mime_*