Summary: | mysql-query-browser must depends on gal-1.99.11 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Henrique Ferreiro <henrique.ferreiro> |
Component: | Current packages | Assignee: | Sven Wegener <swegener> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | chris.stangier |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Henrique Ferreiro
2005-12-04 05:20:18 UTC
Confirmed. The ./configure phase also fails for this reason. the depend should be DEPEND="~gnome-extra/libgtkhtml-3.0.10" as it depends on gal too. the homepage shuold be moved to http://www.mysql.com/products/tools/query-browser/ from http://www.mysql.com/products/query-browser/ ... then it segfault with gdb backtrace #0 0xb75e94b3 in Gtk::Widget::set_sensitive () from /usr/lib/libgtkmm-2.4.so.1 #1 0x08151c0b in MQBookmarkBrowser::bookmark_select () #2 0xb70233ff in Glib::SignalProxyNormal::slot0_void_callback () from /usr/lib/libglibmm-2.4.so.1 #3 0xb6e69cd4 in g_cclosure_marshal_VOID__VOID () from /usr/lib/libgobject-2.0.so.0 #4 0x08553a28 in ?? () #5 0x0855d6b0 in ?? () #6 0xbfbd1f00 in ?? () #7 0xb6e83668 in ?? () from /usr/lib/libgobject-2.0.so.0 #8 0xb6e83668 in ?? () from /usr/lib/libgobject-2.0.so.0 #9 0x080d3218 in gtk_text_mark_get_buffer@plt () #10 0xffffffff in ?? () #11 0xb6e52c8b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 #12 0xbfbd1ff8 in ?? () #13 0x00000000 in ?? () MySQL released "1.1.18" I'll give it a try in next days but no promise mysql-query-browser *itself* doesn't depend on gal, it's one of the libraries it was linked against or is trying to link against that needs it. It's using pkg-config --cflags and pkg-config --libs to get info about them, but this information may be stale. I suspect that some of your libraries are linked against gal, but somehow it dissappeared from your system. You can run revdep-rebuild to find those libraries and fix them. You can grep the source, there's no evidence that it needs gal. The segfault has been fixed with bug #115540. *** Bug 125384 has been marked as a duplicate of this bug. *** |