Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 1998 10:48:03 +0200 (CEST)
From:      seggers@semyam.dinoco.de (Stefan Eggers)
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        seggers@semyam.dinoco.de
Subject:   kern/6760: can't compile kernel w/o networking
Message-ID:  <199805260848.KAA08431@semyam.dinoco.de>

next in thread | raw e-mail | index | archive | help

>Number:         6760
>Category:       kern
>Synopsis:       can't compile kernel w/o networking
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 26 07:20:03 PDT 1998
>Last-Modified:
>Originator:     Stefan Eggers
>Organization:
none
>Release:        FreeBSD 2.2.6-STABLE i386
>Environment:

	A machine with 2.2-stable sources used to compile a kernel for
another (small and non-networked) machine.

>Description:

	I tried to make a new kernel with the below shown configura-
tion and failed due to the following error:

machdep.o: Undefined symbol `netisr_set' referenced from text segment
*** Error code 1

The linker can't find this symbol.  No wonder - nobody put anything
in this global object set.  This condition seems to be unacceptable to
the linking process and makes it impossible to completely remove the
networking code.

>How-To-Repeat:

	Use this kernel configuration file and try to compile FreeBSD
2.2-stable of last week:

machine		"i386"
cpu		"I386_CPU"
ident		MININST
maxusers	10
options		MATH_EMULATE
options		FFS
options		PROCFS
options		"COMPAT_43"
options		UCONSOLE
options		FAILSAFE
options		USERCONFIG
config		kernel	root on wd0
controller	isa0
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
device		npx0	at isa? port "IO_NPX" flags 0x1 irq 13 vector npxintr
pseudo-device	log
pseudo-device	pty	16

>Fix:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805260848.KAA08431>