Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 413739 - x11-libs/gtksourceview-3.4.1 should depend on >=x11-libs/gtk+-3.4
Summary: x11-libs/gtksourceview-3.4.1 should depend on >=x11-libs/gtk+-3.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-27 15:22 UTC by Mira Ressel
Modified: 2012-05-02 01:26 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 Mira Ressel 2012-04-27 15:22:36 UTC
Emerging x11-libs/gtksourceview-3.4.1 fails on my system with the error message "undefined reference to `gtk_window_set_attached_to'". That's because I have installed the latest stable version of gtk+ (3.2.3), and gtk_window_set_attached_to was just introduced in gtk+-3.4, which is still marked as 'testing' in portage.

So maybe the DEPEND variable of the gtksourceview ebuild could need an update?
-RDEPEND=">=x11-libs/gtk+-3.0:3[introspection?]
+RDEPEND=">=x11-libs/gtk+-3.4:3[introspection?]
Comment 1 Tomas Psika 2012-05-01 21:03:30 UTC
Same behaviour on my box. Not able to emerge gtksourceview using gtk+-3.2.4-r1.
Comment 2 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-05-02 01:26:10 UTC
You are right; fixed in cvs. Patch submitted upstream at https://bugzilla.gnome.org/show_bug.cgi?id=675272

>  02 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
>  gtksourceview-3.4.1.ebuild:
>  Depend on >=gtk+-3.3.8 (bug #413739, thanks to lynx).