Subject: pkg/22263: [rkb] nautilus-2.2.3.1nb5 dependencies need newer version of esound
To: None <gnats-bugs@gnats.netbsd.org>
From: None <rafal@netbsd.org>
List: netbsd-bugs
Date: 07/25/2003 11:46:51
>Number:         22263
>Category:       pkg
>Synopsis:       nautilus-2.2.3.1nb5 dependencies need newer version of esound
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jul 25 15:48:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        NetBSD 1.6U
>Organization:
slackers anonymous
>Environment:
System: NetBSD cyclops 1.6U NetBSD 1.6U (CYCLOPS.mp) #0: Sun Jul 20 23:56:54 EDT 2003 rafal@cyclops:/extra/i386/obj/sys/arch/i386/compile/CYCLOPS.mp i386
Architecture: i386
Machine: i386
>Description:
	The nautilus configure scripts check that the appropriate versions
	of packages are installed, and bail if the versions present are not
	new enough.

	Specifically, the configure scripts require esound version >= 0.2.27,
	whereas the esound buildlink2 file is happy as long as the version is
	>= 0.2.18.

>How-To-Repeat:
	Try to install nautilus when you already have an esound version of
	at least 0.2.18 but less than 0.2.27.

>Fix:
	Either force the version of esound required by nautilus (see patch
	below) or up the version of esound in the esound buildlink2.mk.  I
	opted for the former as I was unsure if changing the esound build-
	link2.mk would affect other things.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/nautilus/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile	2003/07/17 22:53:44	1.7
+++ Makefile	2003/07/25 02:41:41
@@ -21,6 +21,12 @@ GNU_CONFIGURE=		yes
 LIBTOOL_OVERRIDE=	${WRKSRC}/libtool
 PKGCONFIG_OVERRIDE=	${WRKSRC}/libnautilus/libnautilus.pc.in
 
+#
+# Nautilus has it's own idea of what versions of packages it wants, so make
+# it happy.
+#
+BUILDLINK_DEPENDS.esound=	esound>=0.2.27
+
 CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ENV+=		GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/"
 MAKE_ENV+=		GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/"
>Release-Note:
>Audit-Trail:
>Unformatted:
 		userland built 7/21 or 7/22 from source of same vintage.