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

Bug 502484

Summary: dev-util/glade missing dependency on gnome-base/gnome-common
Product: Gentoo Linux Reporter: Andrew Church <achurch+gentoo>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Andrew Church 2014-02-26 05:33:02 UTC
dev-util/glade (at least 3.16.1, maybe also earlier versions) needs a dependency on gnome-base/gnome-common.

$ emerge -s gnome-common
[...]
      Latest version available: 3.10.0
      Latest version installed: [ Not Installed ]

$ emerge dev-util/glade
[...]
./configure: line 12207: GNOME_DEBUG_CHECK: command not found
./configure: line 12208: syntax error near unexpected token `maximum'
./configure: line 12208: `GNOME_COMPILE_WARNINGS(maximum)'
Comment 1 Pacho Ramos gentoo-dev 2014-02-26 07:20:09 UTC
+  26 Feb 2014; Pacho Ramos <pacho@gentoo.org> glade-3.16.1.ebuild:
+  Add missing DEPENDs (#502484 by Andrew Church)
+
Comment 2 Andrew Church 2014-02-26 09:04:26 UTC
Thanks, it now configures fine.
The build dies on a bogus @YELP_HELP_RULES@ line in help/Makefile, but I assume that's something different; I'll open a separate bug when I figure out what it is.