Subject: Re: pkg/29448
To: None <garbled@netbsd.org, gnats-admin@netbsd.org,>
From: Johnny C. Lam <jlam@NetBSD.org>
List: pkgsrc-bugs
Date: 06/14/2005 07:34:02
The following reply was made to PR pkg/29448; it has been noted by GNATS.

From: "Johnny C. Lam" <jlam@NetBSD.org>
To: almeyers@consult-meyers.com
Cc: gnats-bugs@netbsd.org
Subject: Re: pkg/29448
Date: Tue, 14 Jun 2005 07:33:14 +0000

 On Mon, Jun 13, 2005 at 09:19:55PM +0200, A L Meyers wrote:
 > 
 > (1)
 > [alm@localhost tanked]$ bmake show-var VARNAME=_USE_TOOLS
 > [ awk basename cat chgrp chmod chown cmp cp cut date dirname echo 
 > egrep env expr false file find gmake grep gzcat head hostname id 
 > imake install ln ls mkdir mtree mv patch pax pwd rm rmdir sed sh 
 > sort tail tar test touch tr true wc xargs xmkmf
 > [alm@localhost tanked]$
 > 
 > (2)
 > [alm@localhost tanked]$ bmake show-var VARNAME=IMAKE_MAKE
 > /usr/bin/make
 > [alm@localhost tanked]$
 > 
 > (3)
 > [alm@localhost tanked]$ ls -l work/.tools/bin/make
 > lrwxrwxrwx  1 root root 13 Jun 13 21:09 work/.tools/bin/make -> 
 > /usr/bin/make*
 > [alm@localhost tanked]$
 
 The above output looks correct, which means that there is some other
 reason why the wrong make(1) program is being invoked.  I believe that
 I've fixed the problem which I tracked down to pkgtools/xpkgwedge.  If
 you cvs update your pkgsrc and try building games/tanked, it should
 force you to update your xpkgwedge package as part of the build.  Could
 you please let me know if this fixes the build of games/tanked?
 
 	Thanks,
 
 	-- Johnny Lam <jlam@NetBSD.org>