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/12/2005 08:28:01
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: Sun, 12 Jun 2005 08:27:00 +0000

 On Sun, Jun 12, 2005 at 09:55:03AM +0200, A L Meyers wrote:
 > 
 > makedepend  --   -I/usr/X11R6/include    -Dlinux -D__i386__ 
 > -D_POSIX_C_SOURCE=199309L 
 > -D_POSIX_SOURCE -D_XOPEN_SOURCE           -D_BSD_SOURCE 
 > -D_SVID_SOURCE 
 >            -DFUNCPROTO=15 -DNARROWPROTO   -I/usr/include/X11 
 > -I./libsprite -I../common -Wall  -DXVENDORNAME='"The X.Org 
 > Foundation"' -DXVENDORNAMESHORT='"X.Org"' -DUSE_MAKEDEPEND -- 
 > `echo main.o data.o images.o sintab.o socket.o message.o 
 > playerwin.o     motd.o redraw.o input.o outfit.o dash.o option.o 
 > defaults.o  | sed -e 's/\.o/.c/g'`
 > makedepend: warning:  /usr/include/gnu/stubs.h:  non-portable 
 > whitespace encountered at line 7
 > making all in ./libsprite...
 > make: invalid option -- C
 > Usage: make [-Beiknqrst] [-D variable] [-d flags] [-f makefile ]
 >             [-I directory] [-j max_jobs] [-m directory] [-V variable]
 >             [variable=value] [target ...]
 
 Thanks for the quick response!  My apologies on this one... I should
 have looked a little more closely at this package.  I see that it's
 using imake and xmkmf to build, but the package doesn't note that it
 needs those tools.  Could you please update to revision 1.10 of
 pkgsrc/games/tanked/Makefile and try building again?  If it fails,
 could you please provide the following addition information?
 
    (1) What does "make show-var VARNAME=_USE_TOOLS" return?
    (2) What does "make show-var VARNAME=IMAKE_MAKE" return?
    (3) What does "ls -l work/.tools/bin/make" show?
    (4) If /usr/bin/make exists on your system, is it GNU make?
 
 	Thanks!
 
 	-- Johnny Lam <jlam@NetBSD.org>