Subject: xpm from pkgsrc (fwd)
To: None <tech-pkg@netbsd.org>
From: Matthew Orgass <darkstar@pgh.net>
List: tech-pkg
Date: 11/10/1999 11:22:04
[forwarded to tech-pkg, the NetBSD packages list -- please keep sender in 
cc list]

---------- Forwarded message ----------
Date: Wed, 10 Nov 1999 10:11:14 -0600
From: Wenchi Liao <wliao@midway.uchicago.edu>
To: netbsd-help@netbsd.org
Subject: xpm from pkgsrc

I'm trying to compile fvwm2 from the packages, and I'm hitting a
problem when it tries to compile xpm:

gccmakedep -f-  -- -I.  -I/usr/X11R6/include   -DCSRG_BASED   -DFUNCPROTO=15 -DNARROWPROTO       -- data.c create.c misc.c rgb.c scan.c parse.c hashtab.c        CrBufFrI.c CrDatFrP.c CrPFrBuf.c RdFToI.c WrFFrI.c      CrBufFrP.c CrIFrBuf.c CrPFrDat.c RdFToP.c WrFFrP.c      CrDatFrI.c CrIFrDat.c RdFToDat.c WrFFrDat.c     Attrib.c CrIFrP.c CrPFrI.c Image.c Info.c RdFToBuf.c WrFFrBuf.c > .depend
mktemp: not found
*** Error code 1

If I just type make in graphics/xpm/work/xpm-3.4k, it seems to
compile correctly. Anybody know why gccmakedep can't seem to
find mktemp?

Is there an ``official'' way to get past this dependency without
changing the makefile?

WL