Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 502484 - dev-util/glade missing dependency on gnome-base/gnome-common
Summary: dev-util/glade missing dependency on gnome-base/gnome-common
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: 2014-02-26 05:33 UTC by Andrew Church
Modified: 2014-02-26 09:04 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 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.