Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 453696 - app-text/evince-3.6.1 should depend on >=x11-libs/gtk+-3.4:3
Summary: app-text/evince-3.6.1 should depend on >=x11-libs/gtk+-3.4:3
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: 2013-01-23 15:12 UTC by Dustin C. Hatch
Modified: 2013-07-27 11:39 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 Dustin C. Hatch 2013-01-23 15:12:26 UTC
Currently, the evince-3.6.1 ebuild lists >=x11-libs/gtk+-3.0.2:3 as its dependency for GTK+, however, it requires the GDK_SCROLL_SMOOTH symbol, which was not introduced until GTK+ 3.4.

Reproducible: Always

Steps to Reproduce:
1. emerge <x11-libs/gtk+-3.4:3
2. emerge =app-text/evince-3.6.1
Actual Results:  
Build fails with errors relating to GDK_SCROLL_SMOOTH:
[...]
ev-view.c: In function 'ev_view_scroll_event':
ev-view.c:3297:33: error: 'GDK_SCROLL_SMOOTH' undeclared (first use in this function)
ev-view.c:3297:33: note: each undeclared identifier is reported only once for each function it appears in
[...]
make[3]: *** [libevview3_la-ev-view.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
ev-view-presentation.c: In function 'ev_view_presentation_scroll_event':
ev-view-presentation.c:1311:14: error: 'GDK_SCROLL_SMOOTH' undeclared (first use in this function)
ev-view-presentation.c:1311:14: note: each undeclared identifier is reported only once for each function it appears in


Expected Results:  
Portage should try to upgrade x11-libs/gtk+ to 3.4, or refuse to install evince-3.6.1 if this isn't possible
Comment 1 Pacho Ramos gentoo-dev 2013-07-27 11:39:28 UTC
3.8.3 has updated deps