Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284931 - gnome-base/gnome-session-2.26.2 has obsolete configure
Summary: gnome-base/gnome-session-2.26.2 has obsolete configure
Status: RESOLVED DUPLICATE of bug 284930
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-14 13:55 UTC by Nguyen Thai Ngoc Duy
Modified: 2009-09-14 13:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***