Subject: Re: Installing packages into X11BASE instead of /usr/pkg (was: PLIST problems)
To: Johnny C. Lam <jlam@NetBSD.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: tech-pkg
Date: 05/15/2005 17:42:19
On Sun, May 15, 2005 at 05:34:18PM +0200, Georg Schwarz wrote:
> > On Sun, May 15, 2005 at 04:04:55PM +0300, Martti Kuparinen wrote:
> > > What's going on with my PC? I updated the source tree 10 minutes
> > > ago and it seems like some program are now installed in /usr/X11R6
> > 
> > I have the same problem with xv and xpaint.
> 
> could that be a problem of the new tools framework? Does it also occur
> when you disable the new tools framework?

Yeah, I thought that I could just try to deactivate it and in fact that
fixed that problem for xv.

Same for xpaint, where there were some errors during the make depend stage:

chroma.c:23:29: xaw_incdir/Form.h: No such file or directory
chroma.c:24:34: xaw_incdir/AsciiText.h: No such file or directory
chroma.c:25:31: xaw_incdir/Toggle.h: No such file or directory
chroma.c:29:34: xaw_incdir/Scrollbar.h: No such file or directory
chroma.c:30:32: xaw_incdir/Command.h: No such file or directory
color.c:24:29: xaw_incdir/Form.h: No such file or directory
color.c:25:30: xaw_incdir/Label.h: No such file or directory
color.c:31:34: xaw_incdir/Scrollbar.h: No such file or directory
color.c:32:34: xaw_incdir/AsciiText.h: No such file or directory
color.c:33:32: xaw_incdir/Command.h: No such file or directory
color.c:34:29: xaw_incdir/Text.h: No such file or directory
[..]

But it compiled and it was possible to install it now with

_USE_NEW_TOOLS=no

Bernd