Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114439 - mysql-query-browser must depends on gal-1.99.11
Summary: mysql-query-browser must depends on gal-1.99.11
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
: 125384 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-12-04 05:20 UTC by Henrique Ferreiro
Modified: 2006-03-07 12:48 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 Henrique Ferreiro 2005-12-04 05:20:18 UTC
$ mysql-query-browser
/usr/bin/mysql-query-browser-bin: error while loading shared libraries:
libgal-2.0.so.6: cannot open shared object file: No such file or directory


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Joël 2005-12-11 08:27:05 UTC
Confirmed. The ./configure phase also fails for this reason.
Comment 2 Francesco R. (RETIRED) gentoo-dev 2006-01-12 07:59:59 UTC
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

Comment 3 Sven Wegener gentoo-dev 2006-02-23 13:05:10 UTC
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.
Comment 4 Sven Wegener gentoo-dev 2006-03-07 12:48:07 UTC
*** Bug 125384 has been marked as a duplicate of this bug. ***