Sinis
2011-02-18 10:46:37 UTC
I install libmeegotouch in meego SDK chroot, after add some dependencies, i git libmeegotouch and install it:
cd libmeegotouch
./configure
make
make install
But during the execution of "make install", i get a series of error:
...
install -m 644 -p /libmeegotouch/src/translations/libmeegotouch.qm /usr/local/share/l10n/meegotouch/
make[2]: Leaving directory `/libmeegotouch/src/translations'
GCONF_CONFIG_SOURCE= gconftool-2 --makefile-install-rule /libmeegotouch/src/data/meegotouch.schemas
WARNING: failed to associate schema `/schemas/meegotouch/i18n/language' with key `/meegotouch/i18n/language': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/i18n/language', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to associate schema `/schemas/meegotouch/i18n/lc_time' with key `/meegotouch/i18n/lc_time': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/i18n/lc_time', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to associate schema `/schemas/meegotouch/i18n/lc_timeformat24h' with key `/meegotouch/i18n/lc_timeformat24h': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/i18n/lc_timeformat24h', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to associate schema `/schemas/meegotouch/i18n/lc_collate' with key `/meegotouch/i18n/lc_collate': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/i18n/lc_collate', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to associate schema `/schemas/meegotouch/i18n/lc_numeric' with key `/meegotouch/i18n/lc_numeric': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/i18n/lc_numeric', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to associate schema `/schemas/meegotouch/i18n/lc_monetary' with key `/meegotouch/i18n/lc_monetary': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/i18n/lc_monetary', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to associate schema `/schemas/meegotouch/debug/show_async_requests' with key `/meegotouch/debug/show_async_requests': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/debug/show_async_requests', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to associate schema `/schemas/meegotouch/debug/minimized_software_switch' with key `/meegotouch/debug/minimized_software_switch': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/debug/minimized_software_switch', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to associate schema `/schemas/meegotouch/i18n/lc_telephone' with key `/meegotouch/i18n/lc_telephone': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/i18n/lc_telephone', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to associate schema `/schemas/meegotouch/target/name' with key `/meegotouch/target/name': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/target/name', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
process 11245: arguments to dbus_message_new_method_call() were incorrect, assertion "path != NULL" failed in file dbus-message.c line 1196.
This is normally a bug in some application using the D-Bus library.
D-Bus not built with -rdynamic so unable to print a backtrace
make[1]: *** [install_schemas] Aborted
make[1]: Leaving directory `/libmeegotouch/src'
make: *** [sub-src-install_subtargets-ordered] Error 2
There doesn't seem to be org.gnome.GConf.Server, what should i get "org.gnome.GConf.Server" and solute this problem ?
Can anyone help me?
cd libmeegotouch
./configure
make
make install
But during the execution of "make install", i get a series of error:
...
install -m 644 -p /libmeegotouch/src/translations/libmeegotouch.qm /usr/local/share/l10n/meegotouch/
make[2]: Leaving directory `/libmeegotouch/src/translations'
GCONF_CONFIG_SOURCE= gconftool-2 --makefile-install-rule /libmeegotouch/src/data/meegotouch.schemas
WARNING: failed to associate schema `/schemas/meegotouch/i18n/language' with key `/meegotouch/i18n/language': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/i18n/language', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to associate schema `/schemas/meegotouch/i18n/lc_time' with key `/meegotouch/i18n/lc_time': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/i18n/lc_time', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to associate schema `/schemas/meegotouch/i18n/lc_timeformat24h' with key `/meegotouch/i18n/lc_timeformat24h': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/i18n/lc_timeformat24h', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to associate schema `/schemas/meegotouch/i18n/lc_collate' with key `/meegotouch/i18n/lc_collate': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/i18n/lc_collate', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to associate schema `/schemas/meegotouch/i18n/lc_numeric' with key `/meegotouch/i18n/lc_numeric': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/i18n/lc_numeric', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to associate schema `/schemas/meegotouch/i18n/lc_monetary' with key `/meegotouch/i18n/lc_monetary': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/i18n/lc_monetary', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to associate schema `/schemas/meegotouch/debug/show_async_requests' with key `/meegotouch/debug/show_async_requests': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/debug/show_async_requests', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to associate schema `/schemas/meegotouch/debug/minimized_software_switch' with key `/meegotouch/debug/minimized_software_switch': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/debug/minimized_software_switch', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to associate schema `/schemas/meegotouch/i18n/lc_telephone' with key `/meegotouch/i18n/lc_telephone': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/i18n/lc_telephone', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to associate schema `/schemas/meegotouch/target/name' with key `/meegotouch/target/name': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
WARNING: failed to install schema `/schemas/meegotouch/target/name', locale `C': Configuration server couldn't be contacted: D-BUS error: Method "GetDefaultDatabase" with signature "" on interface "org.gnome.GConf.Server" doesn't exist
process 11245: arguments to dbus_message_new_method_call() were incorrect, assertion "path != NULL" failed in file dbus-message.c line 1196.
This is normally a bug in some application using the D-Bus library.
D-Bus not built with -rdynamic so unable to print a backtrace
make[1]: *** [install_schemas] Aborted
make[1]: Leaving directory `/libmeegotouch/src'
make: *** [sub-src-install_subtargets-ordered] Error 2
There doesn't seem to be org.gnome.GConf.Server, what should i get "org.gnome.GConf.Server" and solute this problem ?
Can anyone help me?