Subject: port-hp300/2463: /src/sys/kern/strip.h is not avaiable but gets included.
To: None <gnats-bugs@NetBSD.ORG>
From: Thorsten Frueauf <frueauf@ira.uka.de>
List: netbsd-bugs
Date: 05/24/1996 09:42:09
>Number:         2463
>Category:       port-hp300
>Synopsis:       /src/sys/kern/strip.h is not avaiable but gets included.
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    gnats-admin (GNATS administrator)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri May 24 04:20:01 1996
>Last-Modified:
>Originator:     Thorsten Frueauf
>Organization:
private
>Release:        <NetBSD-current source date> current 22.05.1996
>Environment:
	
NetBSD cybersil 1.1B NetBSD 1.1B (Milano) #1: Sat May 18 02:45:32 MET DST 1996     milano@cybersil:/amd/src/sys/arch/hp300/compile/Milano hp300

>Description:
	
/src/sys/kern/strip.h is not avaiable but gets included by tty_conf.c which
breaks compiling a current kernel on hp300.

>How-To-Repeat:
	
Try to make a current kernel on hp300 and watch:

cc  -O2 -Werror -msoft-float -I. -I../../../../arch -I../../../.. -DMILANO -DHP3
80 -DHP375 -DHP370 -DHP360 -DHP350 -DHP340 -DHP330 -DHP320 -DGENERIC -DDIAGNOSTI
C -DDEBUG -DDDB -DCOMPAT_HPUX -DCOMPAT_NOLABEL -DUSELEDS -DFPSP -DTCP_COMPAT_42 
-DMROUTING -DGATEWAY -DINET -DMFS -DPROCFS -DFDESC -DKERNFS -DUNION -DNFSCLIENT 
-DNFSSERVER -DCD9660 -DQUOTA -DFFS -DFIFO -DNKMEMCLUSTERS=1024 -DKTRACE -DSYSVMS
G -DSYSVSEM -DSYSVSHM -DCOMPAT_10 -DCOMPAT_09 -DCOMPAT_44 -DCOMPAT_43 -DDEVPAGER
 -DVNODEPAGER -DSWAPPAGER -D_KERNEL -Dmc68020 -Dhp300 -DFPCOPROC  -c ../../../..
/kern/tty_conf.c
../../../../kern/tty_conf.c:91: strip.h: No such file or directory
*** Error code 1

>Fix:
	
add /src/sys/kern/strip.h to the source tree or remove the include line
in /src/sys/kern/tty_conf.c.
>Audit-Trail:
>Unformatted:
/src/sys/kern/strip.h is not avaiable but gets included by tty_conf.c