Greetings!
I use GRASS 6.4.1 svn release version. Today I updated it using ‘svn up’ command and ran subsequent processes up to make install. Everything went smoothly.
But now when I start grass, by typing grass64 in terminal following warnings appear:
Cleaning up temporary files …
Starting GRASS …
`menu_proxy_module_load’: python: undefined symbol: menu_proxy_module_load
(python:10421): Gtk-WARNING **: Failed to load type module: (null)
(python:10421): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(python:10421): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)’ failed
After I select the location and mapset still more warnings appear and the prompt to enter commands does not appear in terminal. These are the warnings that appear:
(python:11011): Gtk-WARNING **: Failed to load type module: (null)
(python:11011): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(python:11011): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion G_TYPE_CHECK_INSTANCE (instance)' failed
menu_proxy_module_load’: python: undefined symbol: menu_proxy_module_load
(python:11011): Gtk-WARNING **: Failed to load type module: (null)
(python:11011): GLib-GObject-WARNING **: invalid (NULL) pointer instance
lot of lines in between
(python:11011): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(python:11011): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion G_TYPE_CHECK_INSTANCE (instance)' failed
menu_proxy_module_load’: python: undefined symbol: menu_proxy_module_load
(python:11011): Gtk-WARNING **: Failed to load type module: (null)
(python:11011): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(python:11011): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)’ failed
What may be the reason for this? I use ubuntu lucid lynx which I update regularly.
Thanks and regards,
Chethan S.