rizoma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Rizoma-devel] Problemas instalando POS Rizoma Comercio desde git


From: jaime
Subject: [Rizoma-devel] Problemas instalando POS Rizoma Comercio desde git
Date: Wed, 11 Mar 2009 00:26:22 -0300

Hola a todos:

Hoy hemos trabajado Dobled, Willy y yo instalando POS Rizoma Comercio en
computadores desde 0 y han aparecido algunos problemas que necesitamos
aclarar.

Lo primero es que hay problemas con Debian 5.0:

Al hacer una instalación desde CDs.iso de Debian 5.0 oficiales,
instalando entorno de escritorio (Gnome) y bases de datos (Postgresql),
falla la inicialización del servidor Postgresql. Los paquetes son
instalados pero no corre el servidor. Al hacer un dpkg-reconfigure -a,
Postgresql pasa corbata, ni siquiera da un error. Igual pasa si se
intenta /etc/init.d/postgresql-8.3 start/restart/reload. Con netstat
corroboramos que no escuchaba por el puerto 5432. Quedaba en la misma
situación si lo desintalabamos y volvíamos a instalar.

Descubrimos que si la instalación de debian 5.0 se hacía sólo del
entorno de escritorio y concluída la instalación instalabamos
postgresql, si podíamos dejar corriendo el servidor. Después instalamos
las dependencias de POS Rizoma Comercio, las que hemos documentado en
múltiples instalaciones anteriores, y no se pueden lanzar las ventanas
de compras ni ventas. Sólo se despliegan las ventanas de config, admin e
informes, ¡PLOP!.

El registro desde que se clona el repositorio con git y se intenta
lanzar rizoma-compras es el siguiente:

:~/rizoma$ ./autogen.sh 
autoconf   ... yes
automake   ... yes
aclocal    ... yes
autoheader ... yes
Creating aclocal.m4
Creating config.h.in
Adding missing standards files to package
Creating configure file
Now we going to run the configure script
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for pg_config... /usr/bin/pg_config
checking for PostgreSQL version >= 8.1... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... yes (version 2.12.11)
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for PSLib ... yes (version 0.4.1)
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking whether gcc needs -traditional... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating m4/Makefile
config.status: creating db/Makefile
config.status: creating ui/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
:~/rizoma$ make
make  all-recursive
make[1]: se ingresa al directorio `/home/gregorio/rizoma'
Making all in src
make[2]: se ingresa al directorio `/home/gregorio/rizoma/src'
make[2]: No se hace nada para `all'.
make[2]: se sale del directorio `/home/gregorio/rizoma/src'
Making all in m4
make[2]: se ingresa al directorio `/home/gregorio/rizoma/m4'
make[2]: No se hace nada para `all'.
make[2]: se sale del directorio `/home/gregorio/rizoma/m4'
Making all in db
make[2]: se ingresa al directorio `/home/gregorio/rizoma/db'
make[2]: No se hace nada para `all'.
make[2]: se sale del directorio `/home/gregorio/rizoma/db'
Making all in ui
make[2]: se ingresa al directorio `/home/gregorio/rizoma/ui'
make[2]: No se hace nada para `all'.
make[2]: se sale del directorio `/home/gregorio/rizoma/ui'
make[2]: se ingresa al directorio `/home/gregorio/rizoma'
make[2]: se sale del directorio `/home/gregorio/rizoma'
make[1]: se sale del directorio `/home/gregorio/rizoma'
:~/rizoma$ su
Contraseña:
:/home/gregorio/rizoma# make install
Making install in src
make[1]: se ingresa al directorio `/home/gregorio/rizoma/src'
make[2]: se ingresa al directorio `/home/gregorio/rizoma/src'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /usr/bin/install -c 'rizoma-admin' '/usr/local/bin/rizoma-admin'
  /usr/bin/install -c 'rizoma-config' '/usr/local/bin/rizoma-config'
  /usr/bin/install -c 'rizoma-ventas' '/usr/local/bin/rizoma-ventas'
  /usr/bin/install -c 'rizoma-compras' '/usr/local/bin/rizoma-compras'
  /usr/bin/install -c 'rizoma-inventario'
'/usr/local/bin/rizoma-inventario'
  /usr/bin/install -c 'rizoma-informes' '/usr/local/bin/rizoma-informes'
make[2]: No se hace nada para `install-data-am'.
make[2]: se sale del directorio `/home/gregorio/rizoma/src'
make[1]: se sale del directorio `/home/gregorio/rizoma/src'
Making install in m4
make[1]: se ingresa al directorio `/home/gregorio/rizoma/m4'
make[2]: se ingresa al directorio `/home/gregorio/rizoma/m4'
make[2]: No se hace nada para `install-exec-am'.
make[2]: No se hace nada para `install-data-am'.
make[2]: se sale del directorio `/home/gregorio/rizoma/m4'
make[1]: se sale del directorio `/home/gregorio/rizoma/m4'
Making install in db
make[1]: se ingresa al directorio `/home/gregorio/rizoma/db'
make[2]: se ingresa al directorio `/home/gregorio/rizoma/db'
make[2]: No se hace nada para `install-exec-am'.
test -z "/usr/local/share/rizoma" || /bin/mkdir -p
"/usr/local/share/rizoma"
 /usr/bin/install -c -m 644 'rizoma.structure'
'/usr/local/share/rizoma/rizoma.structure'
 /usr/bin/install -c -m 644 'rizoma.initvalues'
'/usr/local/share/rizoma/rizoma.initvalues'
 /usr/bin/install -c -m 644 'funciones.sql'
'/usr/local/share/rizoma/funciones.sql'
make[2]: se sale del directorio `/home/gregorio/rizoma/db'
make[1]: se sale del directorio `/home/gregorio/rizoma/db'
Making install in ui
make[1]: se ingresa al directorio `/home/gregorio/rizoma/ui'
make[2]: se ingresa al directorio `/home/gregorio/rizoma/ui'
make[2]: No se hace nada para `install-exec-am'.
test -z "/usr/local/share/rizoma/ui" || /bin/mkdir -p
"/usr/local/share/rizoma/ui"
 /usr/bin/install -c -m 644 'rizoma-admin.ui'
'/usr/local/share/rizoma/ui/rizoma-admin.ui'
 /usr/bin/install -c -m 644 'rizoma-common.ui'
'/usr/local/share/rizoma/ui/rizoma-common.ui'
 /usr/bin/install -c -m 644 'rizoma-config.ui'
'/usr/local/share/rizoma/ui/rizoma-config.ui'
 /usr/bin/install -c -m 644 'rizoma-login.ui'
'/usr/local/share/rizoma/ui/rizoma-login.ui'
 /usr/bin/install -c -m 644 'rizoma-ventas.ui'
'/usr/local/share/rizoma/ui/rizoma-ventas.ui'
 /usr/bin/install -c -m 644 'rizoma-compras.ui'
'/usr/local/share/rizoma/ui/rizoma-compras.ui'
 /usr/bin/install -c -m 644 'rizoma-informes.ui'
'/usr/local/share/rizoma/ui/rizoma-informes.ui'
 /usr/bin/install -c -m 644 'print-menu.xml'
'/usr/local/share/rizoma/ui/print-menu.xml'
make[2]: se sale del directorio `/home/gregorio/rizoma/ui'
make[1]: se sale del directorio `/home/gregorio/rizoma/ui'
make[1]: se ingresa al directorio `/home/gregorio/rizoma'
make[2]: se ingresa al directorio `/home/gregorio/rizoma'
make[2]: No se hace nada para `install-exec-am'.
make[2]: No se hace nada para `install-data-am'.
make[2]: se sale del directorio `/home/gregorio/rizoma'
make[1]: se sale del directorio `/home/gregorio/rizoma'
:/home/gregorio/rizoma# exit
:~/rizoma$ rizoma-compras 
Etiqueta no soportada: «requires»
Etiqueta no soportada: «requires»

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_set_model:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_set_model:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_set_model:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_get_selection:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_selection_set_mode:
assertion `GTK_IS_TREE_SELECTION (selection)' failed

(rizoma-compras:19867): GLib-GObject-WARNING **: invalid (NULL) pointer
instance

(rizoma-compras:19867): GLib-GObject-CRITICAL **: g_signal_connect_data:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_set_model:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_set_model:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_get_selection:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): GLib-GObject-WARNING **: invalid (NULL) pointer
instance

(rizoma-compras:19867): GLib-GObject-CRITICAL **: g_signal_connect_data:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_set_model:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_get_model:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): GLib-GObject-WARNING **: invalid (NULL) pointer
instance

(rizoma-compras:19867): GLib-GObject-CRITICAL **: g_signal_connect_data:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_get_model:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): GLib-GObject-WARNING **: invalid (NULL) pointer
instance

(rizoma-compras:19867): GLib-GObject-CRITICAL **: g_signal_connect_data:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_set_model:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_set_model:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_get_selection:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_selection_set_mode:
assertion `GTK_IS_TREE_SELECTION (selection)' failed

(rizoma-compras:19867): GLib-GObject-WARNING **: invalid (NULL) pointer
instance

(rizoma-compras:19867): GLib-GObject-CRITICAL **: g_signal_connect_data:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_set_model:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_cell_layout_pack_start:
assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_cell_layout_set_attributes:
assertion `GTK_IS_CELL_LAYOUT (cell_layout)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_combo_box_set_model:
assertion `GTK_IS_COMBO_BOX (combo_box)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_combo_box_set_active:
assertion `GTK_IS_COMBO_BOX (combo_box)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_label_set_markup: assertion
`GTK_IS_LABEL (label)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_label_set_markup: assertion
`GTK_IS_LABEL (label)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_label_set_markup: assertion
`GTK_IS_LABEL (label)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_set_model:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_get_selection:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): GLib-GObject-WARNING **: invalid (NULL) pointer
instance

(rizoma-compras:19867): GLib-GObject-CRITICAL **: g_signal_connect_data:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_selection_set_mode:
assertion `GTK_IS_TREE_SELECTION (selection)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): GLib-GObject-WARNING **: invalid (NULL) pointer
instance

(rizoma-compras:19867): GLib-GObject-CRITICAL **: g_signal_connect_data:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(rizoma-compras:19867): GLib-GObject-WARNING **: invalid (NULL) pointer
instance

(rizoma-compras:19867): GLib-GObject-CRITICAL **: g_signal_connect_data:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(rizoma-compras:19867): GLib-GObject-WARNING **: invalid (NULL) pointer
instance

(rizoma-compras:19867): GLib-GObject-CRITICAL **: g_signal_connect_data:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_set_model:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_get_selection:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): GLib-GObject-WARNING **: invalid (NULL) pointer
instance

(rizoma-compras:19867): GLib-GObject-CRITICAL **: g_signal_connect_data:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_tree_view_append_column:
assertion `GTK_IS_TREE_VIEW (tree_view)' failed

(rizoma-compras:19867): GLib-GObject-WARNING **: invalid (NULL) pointer
instance

(rizoma-compras:19867): GLib-GObject-CRITICAL **: g_signal_connect_data:
assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_widget_grab_focus:
assertion `GTK_IS_WIDGET (widget)' failed

(rizoma-compras:19867): Gtk-CRITICAL **: gtk_widget_show_all: assertion
`GTK_IS_WIDGET (widget)' failed

No hemos logrado llegar a determinar la causa de la disfunción (hay que
considerar de que no se produce una caída de sistema propiamente tal),
ni si debemos atribuirla al rarísimo comportamiento de algunos
aplicaciones en Debian 5.0 que no están haciendo la pega, o a condoros
en las últimas actualizaciones de git. 

Se reciben contribuciones para resolver este asunto al mas breve plazo.

Saludos,


Jaime





reply via email to

[Prev in Thread] Current Thread [Next in Thread]