Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 532596 - media-video/guvcview-2.0.1 should depend on >=x11-libs/gtk+-3.6 - gui_gtk3.c:(.text+0x1623): undefined reference to `gtk_button_set_always_show_image'
Summary: media-video/guvcview-2.0.1 should depend on >=x11-libs/gtk+-3.6 - gui_gtk3.c:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-14 23:20 UTC by Uros
Modified: 2015-01-02 11:48 UTC (History)
0 users

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 Uros 2014-12-14 23:20:26 UTC
After trying to upgrade guvcview from 1.7.3 to 2.0.1, the compile failed with the following:
guvcview-gui_gtk3.o: In function `gui_attach_gtk3':
gui_gtk3.c:(.text+0x1623): undefined reference to `gtk_button_set_always_show_image'
gui_gtk3.c:(.text+0x1685): undefined reference to `gtk_button_set_always_show_image'
gui_gtk3.c:(.text+0x16f5): undefined reference to `gtk_button_set_always_show_image'

Looking at gtk3 developer docs @ 
https://developer.gnome.org/gtk3/stable/GtkButton.html#gtk-button-set-always-show-image, it seems that mentioned function is only available on gtk 3.6 and later.

I'm still at version 3.4.4, so my best guess is that RDEPEND x11-libs/gtk+:3 should include minimal gtk version of 3.6.
Comment 1 Pacho Ramos gentoo-dev 2015-01-02 11:48:04 UTC
+  02 Jan 2015; Pacho Ramos <pacho@gentoo.org> guvcview-2.0.1.ebuild:
+  Newer gtk+ is needed (#532596 by Uros)
+