Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 284931

Summary: gnome-base/gnome-session-2.26.2 has obsolete configure
Product: Gentoo Linux Reporter: Nguyen Thai Ngoc Duy <pclouds>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nguyen Thai Ngoc Duy 2009-09-14 13:55:48 UTC
SESSION_PROPERTIES in configure.in has dbus-glib dependency. "configure" does not have it. This made gsm-properties-dialog.c fail to compile on my machine:

  CC    gsm-properties-dialog.o
gsm-properties-dialog.c:44:28: lỗi: dbus/dbus-glib.h: No such file or directory
gsm-properties-dialog.c:45:37: lỗi: dbus/dbus-glib-lowlevel.h: No such file or directory
gsm-properties-dialog.c:1272: error: expected ‘)’ before ‘*’ token
gsm-properties-dialog.c: In function ‘on_save_session_clicked’:
gsm-properties-dialog.c:1292: error: ‘DBusGConnection’ undeclared (first use in this function)
gsm-properties-dialog.c:1292: error: (Each undeclared identifier is reported only once
gsm-properties-dialog.c:1292: error: for each function it appears in.)
gsm-properties-dialog.c:1292: error: ‘conn’ undeclared (first use in this function)
gsm-properties-dialog.c:1293: error: ‘DBusGProxy’ undeclared (first use in this function)
gsm-properties-dialog.c:1293: error: ‘proxy’ undeclared (first use in this function)
gsm-properties-dialog.c:1294: error: ‘DBusGProxyCall’ undeclared (first use in this function)
gsm-properties-dialog.c:1294: error: ‘call’ undeclared (first use in this function)
gsm-properties-dialog.c:1296: warning: implicit declaration of function ‘dbus_g_bus_get’
gsm-properties-dialog.c:1296: warning: nested extern declaration of ‘dbus_g_bus_get’
gsm-properties-dialog.c:1296: error: ‘DBUS_BUS_SESSION’ undeclared (first use in this function)
gsm-properties-dialog.c:1302: warning: implicit declaration of function ‘dbus_g_proxy_new_for_name’
gsm-properties-dialog.c:1302: warning: nested extern declaration of ‘dbus_g_proxy_new_for_name’
gsm-properties-dialog.c:1308: warning: implicit declaration of function ‘dbus_g_proxy_begin_call’
gsm-properties-dialog.c:1308: warning: nested extern declaration of ‘dbus_g_proxy_begin_call’
gsm-properties-dialog.c:1308: error: ‘session_saved_cb’ undeclared (first use in this function)

Doing eautoreconf makes it work again.
Comment 1 Nguyen Thai Ngoc Duy 2009-09-14 13:59:08 UTC

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