Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185458 - dev-db/mysql-query-browser-1.1.18 has too restrictive gtkmm dependency
Summary: dev-db/mysql-query-browser-1.1.18 has too restrictive gtkmm dependency
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-15 20:39 UTC by Joël
Modified: 2007-11-05 07:35 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 Joël 2007-07-15 20:39:30 UTC
mysql-query-browser 1.1.18 has the dependency: =dev-cpp/gtkmm-2.8*

However, it works perfectly well with gtkmm 2.10.x (I tested with 2.10.8). May I suggest relaxing that dependency ?

Thanks

Reproducible: Always
Comment 1 Magno Alexandre Torres 2007-08-17 21:58:20 UTC
I solved this alter a line in ebuild:

/usr/portage/dev-db/mysql-query-browser/mysql-query-browser-1.1.18.ebuild

Alter:
econf  --with-commondirname=common/query-browser || die "econf failed"
To:
econf --with-gtkhtml=libgtkhtml-3.14  --with-commondirname=common/query-browser || die "econf failed"

AND
=gnome-extra/gtkhtml-3.0*
TO
=gnome-extra/gtkhtml-3.14*

After that, run the following command:
ebuild /usr/portage/dev-db/mysql-query-browser/mysql-query-browser-1.1.18.ebuild digest 

That works very well for me

if the dependencies continue too restrictive, try to include --nodeps to emerge command
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-11-05 07:35:28 UTC
Removed; use dev-db/mysql-gui-tools