Subject: kern/2263: NetBSD/i386 1.1B won't build without "options CCITT,LLC,HDLC"
To: None <gnats-bugs@NetBSD.ORG>
From: None <woods@mail.weird.com>
List: netbsd-bugs
Date: 03/25/1996 19:34:07
>Number:         2263
>Category:       kern
>Synopsis:       netbsd/i386 1.1b won't build without "options CCITT,LLC,HDLC"
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people (Kernel Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Mar 25 19:50:02 1996
>Last-Modified:
>Originator:     Greg A. Woods
>Organization:
Planix, Inc.; Toronto, Ontario; Canada
>Release:        NetBSD-current 1.1B sup 960322
>Environment:

System: NetBSD box1_s 1.1B NetBSD 1.1B (SCSI) #3: Mon Mar 25 17:30:28 EST 1996 root@woffi:/local/src/netbsd-current/src/sys/arch/i386/compile/SCSI i386

>Description:

	The kernels configured without "options CCITT,LLC,HDLC" fail to
	build with the following errors:

ld -z -Ttext F8100000 -e start -x -o netbsd ${SYSTEM_OBJ} vers.o
tp_subr2.o: Undefined symbol `_pk_flowcontrol' referenced from text segment
tp_subr2.o: Undefined symbol `_pk_flowcontrol' referenced from text segment
*** Error code 1


>How-To-Repeat:

	on a NetBSD-1.1B i386 system:

	1. remove or comment out the line "options CCITT,LLC,HDLC" from
	the SCSI kernel:

		cd /usr/src/sys/arch/i386/conf && sed '/CCITT/d' SCSI > SCSI-CCITT

	2. configure the test kernel:

		config SCSI-CCITT

	3. build the test kernel:

		cd ../compile/SCSI-CCITT && make depend && make

>Fix:

	unknown
>Audit-Trail:
>Unformatted: