----- Original Message -----
From: "David O'Brien" <obrien@freebsd.org>
To: "Stone" <war-zone@uk2.net>
Cc: <stable@freebsd.org>
Sent: Wednesday, July 12, 2000 6:36 PM
Subject: Re: Failure of buildworld
> On Wed, Jul 12, 2000 at 03:25:51PM +0100, Stone wrote:
> > I just recieved the same error, cvsup`ed about 14:00 GMT today.
>
> Do you have /usr/src/sys/dev/ppbus/lptio.h
> $FreeBSD: src/sys/dev/ppbus/lptio.h,v 1.8.2.1 2000/07/07 00:30:40 obrien
Exp$
>
That version is there..
> > ===> usr.sbin/lptcontrol
> > rm -f .depend
> > mkdep -f .depend -a -I/usr/obj/usr/src/i386/usr/include
> > /usr/src/usr.sbin/lptcontrol/lptcontrol.c
> > /usr/src/usr.sbin/lptcontrol/lptcontrol.c:45: dev/ppbus/lptio.h: No such
> > file or directory
> > mkdep: compile failed
> > *** Error code 1
>
> If you do have the revision of lptio.h above, is this error from
>
> cd /usr/src
> make buildworld (or world)
>
> or a restated build using "-DNOCLEAN" or just going into
> /usr/src/usr.sbin/lptcontrol and trying to build? `make world' should
> populate /usr/include/dev/ppbus/lptio.h.
>
I already attempted using the -DNOCLEAN option on make buildworld
Once, i got your reply i changed the line in lptcontrol.c
#include <dev/ppbus/lptio.h>
to read
#include </usr/src/sys/dev/ppbus/lptio.h>
Then did a make in the lptcontrol directory and it compiled successfully.
Any ideas why it could not find the file originally? If its a problem with
my
system it could explain the problems i encountered with compiling IPFilter
3.4.7 and OpenSSH 2.2.1p2.
Thanks for your help,
Chris Hearn - chris-hearn@lineone.net
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message