pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/31114: scponly uses work/.bin/id for id(1)
>Number: 31114
>Category: pkg
>Synopsis: scponly uses work/bin/id for id(1)
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Sep 01 03:27:01 +0000 2005
>Originator: Eric Schnoebelen
>Release: NetBSD 3.99.5
>Organization:
Eric Schnoebelen eric%cirr.com@localhost
http://www.cirr.com
If bankers can count, how come they have eight windows and only four tellers?
>Environment:
System: NetBSD egsner.cirr.com 3.99.5 NetBSD 3.99.5 (EGSNER.MPDEBUG) #0: Fri
May 27 13:02:50 CDT 2005
eric%egsner.cirr.com@localhost:/work/eric/NetBSD-current/obj/i386/sys/arch/i386/compile/EGSNER.MPDEBUG
i386
Architecture: i386
Machine: i386
>Description:
In looking at the config.h generated by the build of
shells/scponly, I noticed that PROG_ID was referencing a path in
the build directory, rather than /usr/bin/id, which it should
have been
>How-To-Repeat:
cd $PKGSRCDIR/shells/scponly;
make;
grep PROG_ID work/scponly-4.0/config.h
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/shells/scponly/Makefile,v
retrieving revision 1.5
diff -b -u -w -r1.5 Makefile
--- Makefile 29 Jul 2005 18:32:18 -0000 1.5
+++ Makefile 1 Sep 2005 03:26:01 -0000
@@ -12,7 +12,7 @@
GNU_CONFIGURE= yes
-USE_TOOLS+= chgrp chmod chown echo ln ls mkdir mv pwd rm rmdir
+USE_TOOLS+= chgrp chmod chown echo ln ls mkdir mv pwd rm rmdir id
CONFIGURE_ENV+= scponly_PROG_CHGRP="${TOOLS_CHGRP}"
CONFIGURE_ENV+= PROG_CHMOD="${TOOLS_CHMOD}"
CONFIGURE_ENV+= scponly_PROG_CHMOD="${TOOLS_CHMOD}"
@@ -20,6 +20,7 @@
CONFIGURE_ENV+= scponly_PROG_CHOWN="${TOOLS_CHOWN}"
CONFIGURE_ENV+= ac_cv_path_scponly_PROG_ECHO="${TOOLS_ECHO}"
CONFIGURE_ENV+= scponly_PROG_LN="${TOOLS_LN}"
+CONFIGURE_ENV+= scponly_PROG_ID="${TOOLS_ID}"
CONFIGURE_ENV+= scponly_PROG_LS="${TOOLS_LS}"
CONFIGURE_ENV+= scponly_PROG_MKDIR="${TOOLS_MKDIR}"
CONFIGURE_ENV+= scponly_PROG_MV="${TOOLS_MV}"
>Unformatted:
pkgsrc as of 20050831 2215 CDT (20050901 0315 UTC)
Home |
Main Index |
Thread Index |
Old Index