Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 547354

Summary: app-crypt/gcr should depend on >=x11-libs/gtk+-3:3[X]
Product: Gentoo Linux Reporter: Fpemud <fpemud>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.