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 595127 - linking problem with libcryptui
linking problem with libcryptui
Status: RESOLVED DUPLICATE of bug 596691
Product: seahorse
Classification: Applications
Component: libcryptui
2.27.x
Other Linux
: Normal normal
: 2.26.0
Assigned To: Stef Walter
Depends on:
Blocks:
 
 
Reported: 2009-09-14 07:07 UTC by Götz Waschk
Modified: 2009-10-10 02:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix linking (560 bytes, patch)
2009-09-14 07:07 UTC, Götz Waschk
none Details | Review

Description Götz Waschk 2009-09-14 07:07:40 UTC
Created attachment 143135 [details] [review]
fix linking

This is on Mandriva Cooker with seahorse 2.27.92 and Mandriva's default linker
flags:

/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wformat
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic
-fasynchronous-unwind-tables -version-info 0:0:0 -Wl,--as-needed
-Wl,--no-undefined -Wl,-z,relro -o libcryptui.la -rpath /usr/lib cryptui.lo
cryptui-keyset.lo cryptui-key-store.lo cryptui-key-combo.lo cryptui-key-list.lo
cryptui-key-chooser.lo cryptui-marshal.lo -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0
-lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgconf-2 -lglib-2.0
libtool: link: gcc -shared -Wl,--as-needed  .libs/cryptui.o
.libs/cryptui-keyset.o .libs/cryptui-key-store.o .libs/cryptui-key-combo.o
.libs/cryptui-key-list.o .libs/cryptui-key-chooser.o .libs/cryptui-marshal.o  
-march=i586 -mtune=generic -Wl,--as-needed -Wl,--no-undefined -Wl,-z -Wl,relro 
 -pthread  /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so
/usr/lib/libatk-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libpangoft2-1.0.so
/usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so
/usr/lib/libcairo.so /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so
/usr/lib/libfontconfig.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so
/usr/lib/libgconf-2.so /usr/lib/libglib-2.0.so -Wl,-soname -Wl,libcryptui.so.0
-o .libs/libcryptui.so.0.0.0
.libs/cryptui.o: In function `init_remote_service':
/home/goetz/svn/seahorse/BUILD/seahorse-2.27.92/libcryptui/cryptui.c:47:
undefined reference to `dbus_g_bus_get'
/home/goetz/svn/seahorse/BUILD/seahorse-2.27.92/libcryptui/cryptui.c:54:
undefined reference to `dbus_g_proxy_new_for_name'
.libs/cryptui.o: In function `cryptui_display_notification':
/home/goetz/svn/seahorse/BUILD/seahorse-2.27.92/libcryptui/cryptui.c:134:
undefined reference to `dbus_g_proxy_call'
.libs/cryptui-keyset.o: In function `lookup_key_property':
/home/goetz/svn/seahorse/BUILD/seahorse-2.27.92/libcryptui/cryptui-keyset.c:179:
undefined reference to `dbus_g_proxy_call'
.libs/cryptui-keyset.o: In function `cryptui_keyset_cache_key':
/home/goetz/svn/seahorse/BUILD/seahorse-2.27.92/libcryptui/cryptui-keyset.c:589:
undefined reference to `dbus_g_type_get_map'
/home/goetz/svn/seahorse/BUILD/seahorse-2.27.92/libcryptui/cryptui-keyset.c:589:
undefined reference to `dbus_g_proxy_call'
.libs/cryptui-keyset.o: In function `cryptui_keyset_refresh':
/home/goetz/svn/seahorse/BUILD/seahorse-2.27.92/libcryptui/cryptui-keyset.c:474:
undefined reference to `dbus_g_proxy_call'
.libs/cryptui-keyset.o: In function `cryptui_keyset_dispose':
/home/goetz/svn/seahorse/BUILD/seahorse-2.27.92/libcryptui/cryptui-keyset.c:311:
undefined reference to `dbus_g_proxy_disconnect_signal'
/home/goetz/svn/seahorse/BUILD/seahorse-2.27.92/libcryptui/cryptui-keyset.c:313:
undefined reference to `dbus_g_proxy_disconnect_signal'
/home/goetz/svn/seahorse/BUILD/seahorse-2.27.92/libcryptui/cryptui-keyset.c:315:
undefined reference to `dbus_g_proxy_disconnect_signal'
.libs/cryptui-keyset.o: In function `cryptui_keyset_constructor':
/home/goetz/svn/seahorse/BUILD/seahorse-2.27.92/libcryptui/cryptui-keyset.c:229:
undefined reference to `dbus_g_bus_get'
/home/goetz/svn/seahorse/BUILD/seahorse-2.27.92/libcryptui/cryptui-keyset.c:238:
undefined reference to `dbus_g_proxy_new_for_name'
/home/goetz/svn/seahorse/BUILD/seahorse-2.27.92/libcryptui/cryptui-keyset.c:240:
undefined reference to `dbus_g_proxy_new_for_name'
/home/goetz/svn/seahorse/BUILD/seahorse-2.27.92/libcryptui/cryptui-keyset.c:252:
undefined reference to `dbus_g_proxy_add_signal'
/home/goetz/svn/seahorse/BUILD/seahorse-2.27.92/libcryptui/cryptui-keyset.c:254:
undefined reference to `dbus_g_proxy_add_signal'
/home/goetz/svn/seahorse/BUILD/seahorse-2.27.92/libcryptui/cryptui-keyset.c:256:
undefined reference to `dbus_g_proxy_add_signal'
/home/goetz/svn/seahorse/BUILD/seahorse-2.27.92/libcryptui/cryptui-keyset.c:259:
undefined reference to `dbus_g_proxy_connect_signal'
/home/goetz/svn/seahorse/BUILD/seahorse-2.27.92/libcryptui/cryptui-keyset.c:261:
undefined reference to `dbus_g_proxy_connect_signal'
/home/goetz/svn/seahorse/BUILD/seahorse-2.27.92/libcryptui/cryptui-keyset.c:263:
undefined reference to `dbus_g_proxy_connect_signal'
collect2: ld returned 1 exit status
Comment 1 Stef Walter 2009-10-10 02:13:54 UTC

*** This bug has been marked as a duplicate of bug 596691 ***