Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2000 22:04:20 +0100
From:      "Stone" <war-zone@uk2.net>
To:        <obrien@freebsd.org>
Cc:        <stable@freebsd.org>
Subject:   Re: Failure of buildworld
Message-ID:  <003301bfec44$c5b70360$b81101d5@galaxy>
References:  <20000712133138R.takamune@vrl.mei.co.jp> <001501bfec0d$15879400$df3a01d5@galaxy> <20000712103649.B10372@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
----- 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003301bfec44$c5b70360$b81101d5>