Subject: Re: pkgtools/pkg_install failure on current (3:40 CST) pkgsrc
To: None <tech-pkg@netbsd.org>
From: walt <wa1ter@myrealbox.com>
List: tech-pkg
Date: 02/20/2004 11:44:27
Lurch wrote:

>>>util.h:39: nbconfig.h: No such file or directory

I've looked at every 'util.h' on my machine (there are many) and I don't
have one that references 'nbconfig.h'.

My guess is that you have an obsolete or stray 'util.h' somewhere on
your machine that is being referenced by mistake or needs to be re-
compiled.

This is a quick and dirty way to search all your 'util.h':
#locate /util.h | xargs grep nbconfig.h