From ripley@office.in-berlin.de  Thu Jul 13 06:51:13 2000
Return-Path: <ripley@office.in-berlin.de>
Received: from office.in-berlin.de (office.in-berlin.de [193.174.1.74])
	by hub.freebsd.org (Postfix) with ESMTP id DF6AB37C47E
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Jul 2000 06:51:03 -0700 (PDT)
	(envelope-from ripley@office.in-berlin.de)
Received: (from ripley@localhost)
	by office.in-berlin.de (8.9.3/8.9.2) id PAA31260;
	Thu, 13 Jul 2000 15:51:01 +0200 (CEST)
	(envelope-from ripley)
Message-Id: <200007131351.PAA31260@office.in-berlin.de>
Date: Thu, 13 Jul 2000 15:51:01 +0200 (CEST)
From: ripley@nostromo.in-berlin.de
Sender: ripley@office.in-berlin.de
Reply-To: ripley@nostromo.in-berlin.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: buildworld fails at usr.sbin/lptcontrol
X-Send-Pr-Version: 3.2

>Number:         19889
>Category:       i386
>Synopsis:       building lptcontrol fails with missing header "lptio.h"
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    obrien
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 13 07:00:01 PDT 2000
>Closed-Date:    Thu Jul 13 09:40:56 PDT 2000
>Last-Modified:  Thu Jul 13 09:43:17 PDT 2000
>Originator:     H. Eckert
>Release:        FreeBSD 4-STABLE
>Organization:
IN-Berlin e.V.
>Environment:
4.0-RELEASE, source 4.x-STABLE

	Installed 4.0-RELEASE from CD-ROM, cvsup'ed source today.
	(source tree 4.x-STABLE 2000-07-13)

>Description:

	make buildworld fails with:
===> 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

/usr/src/sys/dev/ppbus/lptio.h exists

No file "lptio.h" within /usr/obj

>How-To-Repeat:

make buildworld on /usr/src 4.x from 2000-07-13

>Fix:
	

in /usr/obj/usr/src/i386/usr/include/dev:
ln -s ../../../sys/dev/ppbus

(similar to usb link that is made automatically)


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->obrien 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Thu Jul 13 09:32:02 PDT 2000 
Responsible-Changed-Why:  
David's MFC. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19889 
State-Changed-From-To: open->closed 
State-Changed-By: jhay 
State-Changed-When: Thu Jul 13 09:40:56 PDT 2000 
State-Changed-Why:  
Ver 1.109.2.3 of include/Makefile fix this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19889 
>Unformatted:
