Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61983 - Gphpedit needs newer gtkscintilla2 dependency
Summary: Gphpedit needs newer gtkscintilla2 dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Low minor
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-27 16:33 UTC by Marcos González
Modified: 2005-05-01 01:24 UTC (History)
1 user (show)

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 Marcos González 2004-08-27 16:33:29 UTC
When emerging gphpedit, both stable and ~x86, the ebuild installs gtkscintilla2-0.0.8. When I open a HTML file inside gphpedit, nothing is shown.

I thought could be a problem of gtkscintilla2, so I installed the 0.1.0 version (~x86) and now gphpedit shows the code. The new version of gtkscintilla2 should be marked stable, or gphpedit unstable, and deps corrected, as how is now, doesn't work.
Comment 1 foser (RETIRED) gentoo-dev 2004-08-29 10:42:31 UTC
if you run it in a terminal, does it give any error messages in the 'nothing is shown' case ?
Comment 2 Marcos González 2004-08-29 13:05:11 UTC
Downgraded to stable versions:

x11-libs/gtkscintilla2-0.0.8 [0.1.0]
app-editors/gphpedit-0.4.3 [0.9.6]



I opened gphpedit form a gnome-terminal. No error messages until I tried loading a php file:

marcos@Mutsumi marcos $ gphpedit

(gphpedit:12512): Gtk-CRITICAL **: file gtkwidget.c: line 2221 (gtk_widget_realize): assertion `GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed

(gphpedit:12512): Gtk-CRITICAL **: file gtkwidget.c: line 2221 (gtk_widget_realize): assertion `GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed

(gphpedit:12512): Gtk-CRITICAL **: file gtkwidget.c: line 2221 (gtk_widget_realize): assertion `GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed

(gphpedit:12512): Gtk-CRITICAL **: file gtkwidget.c: line 2221 (gtk_widget_realize): assertion `GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed

(gphpedit:12512): Gtk-CRITICAL **: file gtkwidget.c: line 6454 (gtk_widget_real_map): assertion `GTK_WIDGET_REALIZED (widget) == TRUE' failed

(gphpedit:12512): Gtk-CRITICAL **: file gtkwidget.c: line 2221 (gtk_widget_realize): assertion `GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed

(gphpedit:12512): Gdk-CRITICAL **: file gdkwindow-x11.c: line 1258 (gdk_window_show): assertion `GDK_IS_WINDOW (window)' failed

(gphpedit:12512): Gtk-CRITICAL **: file gtkwidget.c: line 6454 (gtk_widget_real_map): assertion `GTK_WIDGET_REALIZED (widget) == TRUE' failed

(gphpedit:12512): Gdk-CRITICAL **: file gdkwindow.c: line 2180 (gdk_window_invalidate_rect): assertion `window != NULL' failed

(gphpedit:12512): Gtk-CRITICAL **: file gtkwidget.c: line 2221 (gtk_widget_realize): assertion `GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed

(gphpedit:12512): Gdk-CRITICAL **: file gdkwindow-x11.c: line 1258 (gdk_window_show): assertion `GDK_IS_WINDOW (window)' failed

(gphpedit:12512): Gtk-CRITICAL **: file gtkwidget.c: line 6454 (gtk_widget_real_map): assertion `GTK_WIDGET_REALIZED (widget) == TRUE' failed

(gphpedit:12512): Gdk-CRITICAL **: file gdkwindow.c: line 2180 (gdk_window_invalidate_rect): assertion `window != NULL' failed

(gphpedit:12512): Gdk-CRITICAL **: file gdkwindow-x11.c: line 2541 (gdk_window_set_cursor): assertion `window != NULL' failed

(gphpedit:12512): Gdk-CRITICAL **: file gdkwindow-x11.c: line 2541 (gdk_window_set_cursor): assertion `window != NULL' failed

(gphpedit:12512): Gdk-CRITICAL **: file gdkwindow-x11.c: line 2541 (gdk_window_set_cursor): assertion `window != NULL' failed

(gphpedit:12512): Gdk-CRITICAL **: file gdkwindow-x11.c: line 2541 (gdk_window_set_cursor): assertion `window != NULL' failed

(gphpedit:12512): Gdk-CRITICAL **: file gdkwindow-x11.c: line 2541 (gdk_window_set_cursor): assertion `window != NULL' failed



Some appeared on load, and the last ones when moving the cursor avove the "missing" gtkscintilla widget (Which was empty, as if the file hadn't been loaded).
Comment 3 Balarama Bosch 2004-10-01 11:18:52 UTC
The stable version "app-editors/gphpedit-0.4.3" seems to have the same problem. This is a new problem (I had removed it a while ago and just now re-emerged it).
Comment 4 John N. Laliberte (RETIRED) gentoo-dev 2005-04-30 18:31:42 UTC
the latest stable version ( 0.9.6 ) requires >=gtkscintilla2-0.1.0 ( has it as a dep).  Re-open bug if your problem still has not been fixed.  If there is a problem with the newest ~ version ( 0.9.50 ) please open a new bug. Thanks!
Comment 5 Marcos González 2005-05-01 01:24:00 UTC
The 0.9.6 package works now perfeclty on my system. Good work.