Subject: pkg/33563: meta-pkgs/gnome too strict on fast-user-switch-applet dependency
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Joachim Koenig-Baltes <joachim.koenig-baltes@emesgarten.de>
List: pkgsrc-bugs
Date: 05/26/2006 12:55:00
>Number: 33563
>Category: pkg
>Synopsis: meta-pkgs/gnome too strict on fast-user-switch-applet dependency
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Fri May 26 12:55:00 +0000 2006
>Originator: Joachim Koenig-Baltes
>Release: NetBSD 3.99.20 i386
>Organization:
>Environment:
System: NetBSD 3.99.20 (JOACHIM_ACPI) #2: Sun May 21 20:23:09 CEST 2006
joachim@Vigor11:/usr/src/sys/arch/i386/compile/JOACHIM_ACPI
>Description:
meta-pkgs/gnome/Makefile has the following dependency line:
fast-user-switch-applet-2.14.0:../../x11/fast-user-switch-applet
but fast-user-switch-applet is already at PKGREVISION 1, so building
gnome with fast-user-switch-applet-2.14.0nb1 already installed
tries to build and install it again because the above version is not
found.
>How-To-Repeat:
cd /usr/pkgsrc/x11/fast-user-switch-applet; make install
cd /usr/pkgsrc/meta-pkgs/gnome; make
>Fix:
in meta-pkgs/gnome/Makefile change the dependency line to:
fast-user-switch-applet>=2.14.0:../../x11/fast-user-switch-applet