Subject: Re: gv problem.
To: None <tech-pkg@NetBSD.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: tech-pkg
Date: 02/24/2005 08:00:11
On Thu, Feb 24, 2005 at 05:55:23PM +1100, Paul (NCC/CS). wrote:
> Bernd Ernesti wrote:
> 
> > On Thu, Feb 24, 2005 at 05:08:46PM +1100, Paul (NCC/CS). wrote:
> > >
> > > Well what would explain it not being able to find:
> > > file.c:299: `ENODATA' undeclared (first use in this function)
> > >
> > > i have fresh pkg_src from yesterday.
> > > and fresh evrything?
> >
> > uname -a
> 
> su# uname -a
> NetBSD su 1.6.2 NetBSD 1.6.2 (GENERIC) #0: Wed Oct  6 15:02:44 EST 2004
> root@su:/opt/src/sys/arch/i386/compile/GENERIC i386

Strange, I suspected that you use 1.5.x because that define went into
sys/errno.h rev 1.28.
Do you have it in /usr/include/sys/errno.h?
And which revision of that file do you have installed?

head -1 /usr/include/sys/errno.h

And are you sure you don't have a hardware problem?

Bernd