Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 547354 - app-crypt/gcr should depend on >=x11-libs/gtk+-3:3[X]
Summary: app-crypt/gcr should depend on >=x11-libs/gtk+-3:3[X]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2015-04-21 23:29 UTC by Fpemud
Modified: 2015-05-01 13:19 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 Fpemud 2015-04-21 23:29:41 UTC
Failed to emerge app-crypt/gcr-3.14.0, the reason is x11-libs/gtk+ have no "X" use flag. The following is a fragment of the error message:

make[2]: *** Waiting for unfinished jobs....
ui/frob-system-prompt.c:29:22: fatal error: gdk/gdkx.h: No such file or directory
 #include <gdk/gdkx.h>
                      ^
compilation terminated.
Makefile:4485: recipe for target 'ui/frob_system_prompt-frob-system-prompt.o' failed

app-crypt/gcr successfully emerges after I execute the following command:
echo "x11-libs/gtk+ X" >> /etc/portage/package.use

I guess gcr-3.12.2 also has this problem.

Reproducible: Always
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2015-05-01 13:19:02 UTC
+  01 May 2015; Gilles Dartiguelongue <eva@gentoo.org> gcr-3.12.2.ebuild,
+  gcr-3.14.0.ebuild:
+  Add missing USE dependency on gtk+:3[X], bug #547354.
+
Thanks for reporting.