Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 502520 - dev-util/glade missing dependency on app-text/yelp-tools
Summary: dev-util/glade missing dependency on app-text/yelp-tools
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 10:30 UTC by Andrew Church
Modified: 2014-02-27 04:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,426.28 KB, text/plain)
2014-02-26 10:30 UTC, Andrew Church
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Church 2014-02-26 10:30:32 UTC
Created attachment 371332 [details]
build.log

dev-util/glade needs a dependency on app-text/yelp-tools to prevent the build from dying in help/Makefile:

$ emerge dev-util/glade
[...]
make[2]: Entering directory '/tmp/portage/dev-util/glade-3.16.1/work/glade-3.16.1/help'
Makefile:512: *** missing separator.  Stop.

$ head -n512 /tmp/portage/dev-util/glade-3.16.1/work/glade-3.16.1/help/Makefile |tail -n1
@YELP_HELP_RULES@

build.log attached just in case.
Comment 1 Pacho Ramos gentoo-dev 2014-02-26 21:50:34 UTC
+  26 Feb 2014; Pacho Ramos <pacho@gentoo.org> glade-3.16.1.ebuild:
+  Add missing DEPEND (#502520 by Andrew Church)
+
Comment 2 Andrew Church 2014-02-27 04:21:16 UTC
Everything looks good now, thanks.