Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 416039 - gnome-extra/gnome-power-manager-3.4.0: Possibly wrong GTK+ version dependency
Summary: gnome-extra/gnome-power-manager-3.4.0: Possibly wrong GTK+ version dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-15 08:14 UTC by Pia Johansson
Modified: 2012-07-02 22:12 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 Pia Johansson 2012-05-15 08:14:04 UTC
When emerging gnome-extra/gnome-power-manager-3.4.0, it fails with 
the following error:

gnome_power_statistics-gpm-statistics.o: In function `gpm_stats_startup_cb':
gpm-statistics.c:(.text+0x3626): undefined reference to `gtk_builder_add_from_resource'

This makes me believe that gnome-extra/gnome-power-manager-3.4.0 should depend on a higher gtk+ version than >=gtk+-2.91.7 that it depends on today (it should probably depend on some gtk+-3.4 version).
Comment 1 Dirk S. 2012-06-04 13:09:43 UTC
I can confirm this. gtk+-3.2.4 is the actual stable version and `gtk_builder_add_from_resource' is not defined. According to git, resource support for GtkBuilder was added 2012-01-16 (corresponds to gtk+-3.3.7 which is not in portage).

Please update the ebuild. Thanks Dirk
Comment 2 Andrew Mao 2012-07-02 18:49:32 UTC
I managed to get it to compile with gtk+-3.4.3. The dependency should probably be updated to >=gtk+3.4.0.
Comment 3 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-07-02 22:12:21 UTC
Thanks for reporting, fixed in cvs by increasing gtk+ dependency to >=3.3.8.

>  02 Jul 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
>  gnome-power-manager-3.4.0.ebuild:
>  Fix gtk+ version dependency (bug #416039, thanks to Pia Johansson, Dirk S.).