Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 255504 - dev-dotnet/gluezilla-2.2 - missing DEPEND
Summary: dev-dotnet/gluezilla-2.2 - missing DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-19 13:27 UTC by Wulf C. Krueger
Modified: 2009-01-19 13:33 UTC (History)
1 user (show)

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 Wulf C. Krueger 2009-01-19 13:27:11 UTC
From the ebuild:

RDEPEND="net-libs/xulrunner:1.9
        x11-libs/gtk+:2"
RDEPEND="${DEPEND}"

The first RDEPEND is probably supposed to be a DEPEND which will then pull the missing build dependencies:

checking Mozilla NSPR... You need to install the Mozilla NSPR development package.
checking Mozilla NSS... You need to install the Mozilla NSS development package.
checking Mozilla XPCOM 1.8... You need to install the Mozilla XPCOM development package.
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2009-01-19 13:33:59 UTC
Thanks :-)
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v
retrieving revision 1.1
diff -u -b -B -r1.1 ChangeLog
--- ChangeLog	18 Jan 2009 17:44:55 -0000	1.1
+++ ChangeLog	19 Jan 2009 13:32:47 -0000
@@ -2,6 +2,10 @@
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/ChangeLog,v 1.1 2009/01/18 17:44:55 loki_val Exp $
 
+  19 Jan 2009; Peter Alfredsen <loki_val@gentoo.org> gluezilla-2.2.ebuild:
+  Fix missing DEPENDs, bug 255504. Thanks to Wulf C. Krueger
+  <wk@mailstation.de> for reporting.
+
 *gluezilla-2.2 (18 Jan 2009)
 
   18 Jan 2009; Peter Alfredsen <loki_val@gentoo.org> +metadata.xml,
Index: gluezilla-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gluezilla/gluezilla-2.2.ebuild,v
retrieving revision 1.1
diff -u -b -B -r1.1 gluezilla-2.2.ebuild
--- gluezilla-2.2.ebuild	18 Jan 2009 17:44:55 -0000	1.1
+++ gluezilla-2.2.ebuild	19 Jan 2009 13:32:47 -0000
@@ -16,4 +16,4 @@
 
 RDEPEND="net-libs/xulrunner:1.9
 	x11-libs/gtk+:2"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"