Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 316491 - media-gfx/gthumb-2.11.3: gtk+ requirement too low
Summary: media-gfx/gthumb-2.11.3: gtk+ requirement too low
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2010-04-21 10:28 UTC by vyp08
Modified: 2010-04-21 21:50 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 vyp08 2010-04-21 10:28:24 UTC
1. Try build gthumb-2.11.3, get errors:
gth-browser.c:(.text+0x1d11): undefined reference to `gtk_widget_get_allocation'
gth-browser.c:(.text+0x1d33): undefined reference to `gtk_widget_get_allocation'
gth-browser.c:(.text+0x1d55): undefined reference to `gtk_widget_get_allocation'
2. Begin search function "gtk_widget_get_allocation" in sources of installed GTK+2.16.6: not present.
3. Search in Google (http://mail.gnome.org/archives/gthumb-list/2010-April/msg00007.html):
[..skip..]
you need gtk+ version 2.18 or greater
[..skip..]



Reproducible: Always

Steps to Reproduce:
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-04-21 14:25:48 UTC
You are correct:

http://library.gnome.org/devel/gtk/unstable/GtkWidget.html#gtk-widget-get-allocation

This also need to be checked with gthumb upstream.
Comment 2 Pacho Ramos gentoo-dev 2010-04-21 20:27:19 UTC
It's already solved by upstream:
http://git.gnome.org/browse/gthumb/commit/?id=b9bfc637d663ed70556a997d66a3a33a57118189
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-04-21 21:50:51 UTC
+  21 Apr 2010; Gilles Dartiguelongue <eva@gentoo.org> gthumb-2.11.3.ebuild:
+  Raise gtk+ dependency, bug #316491.
+
Thanks for reporting.