Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Sep 2001 20:07:06 +0200
From:      "Philip Paeps" <philip@paeps.cx>
To:        <freebsd-stable@freebsd.org>
Subject:   Kernel 'make depend' complains on 'ipfilter'
Message-ID:  <LMEGLKDAPHNJLEAFMCFHGEODCJAA.philip@paeps.cx>

next in thread | raw e-mail | index | archive | help
 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hey again,

More fishy things appear to be happening to me with my fresh 'stable'
sources.  I've built the world a few hours ago, and the machine works
happily.  Now I'd like to set about fine-tuning my kernel (stripping
things I don't need from the config and adding things I do need).  I've
just fed config(8) (the new one) my kernel configuration file with no
complaints.

As soon as I go to the compile directory, and tell it to 'make depend',
it gives me:

===> ip6fw
/usr/src/sys/compile/FORTUNA/modules/usr/src/sys/modules/ip6fw created
for /usr/src/sys/modules/ip6fw
===> ipfilter
cd: can't cd tp /usr/src/sys/modules/ipfilter
*** Error code 2

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/src/sys/compile/FORTUNA

before I even get a chance to get a cup of coffee.

I haven't manually nukes any directories in my source tree, as far as I
know, the sources are the the complete bunch I CVSupped last night. 
Any ideas as to what might have caused this fishy error ... or hints on
how to crawl my way out?  Below is my config file:

- ----
machine	i386
cpu		I686_CPU
ident		FORTUNA
maxusers	512

options 	MATH_EMULATE	#Support for x87 emulation
options 	INET			#InterNETworking
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	MFS			#Memory Filesystem
options 	MD_ROOT		#MD is a potential root device
options 	MSDOSFS		#MSDOS Filesystem
options 	CD9660		#ISO 9660 Filesystem
options 	CD9660_ROOT		#CD-ROM usable as root, CD9660 required
options 	PROCFS		#Process filesystem
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	UCONSOLE		#Allow users to grab the console
options 	USERCONFIG		#boot -c editor
options 	VISUAL_USERCONFIG	#visual boot -c editor
options 	KTRACE		#ktrace(1) support
options 	SYSVSHM		#SYSV-style shared memory
options 	SYSVMSG		#SYSV-style message queues
options 	SYSVSEM		#SYSV-style semaphores
options 	P1003_1B		#Posix P1003_1B real-time extensions
options 	_KPOSIX_PRIORITY_SCHEDULING
options		ICMP_BANDLIM		#Rate limit bad replies
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev

options		IPFIREWALL
options		IPDIVERT

device		isa
device		eisa
device		pci

# ATA and ATAPI devices
device		ata0	at isa? port IO_WD1 irq 14
device		ata1	at isa? port IO_WD2 irq 15
device		ata
device		atadisk		# ATA disk drives
device		atapicd		# ATAPI CDROM drives
options 	ATA_STATIC_ID		#Static device numbering

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc0	at isa? port IO_KBD
device		atkbd0	at atkbdc? irq 1 flags 0x1

device		vga0	at isa?

# splash screen/screen saver
pseudo-device	splash

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? flags 0x100

# Floating point support - do not disable.
device		npx0	at nexus? port IO_NPX irq 13

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these
NICs!
device		miibus	# MII bus support

# ISA Ethernet NICs.
# 'device ed' requires 'device miibus'
device		ed0	at isa? port 0x280 irq 10 iomem 0xd8000

# Pseudo devices - the number indicates how many units to allocate.
pseudo-device	loop		# Network loopback
pseudo-device	ether		# Ethernet support
#pseudo-device	sl	1	# Kernel SLIP
#pseudo-device	ppp	1	# Kernel PPP
#pseudo-device	tun		# Packet tunnel.
pseudo-device	pty		# Pseudo-ttys (telnet etc)
pseudo-device	md		# Memory "disks"
#pseudo-device	gif		# IPv6 and IPv4 tunneling
#pseudo-device	faith	1	# IPv6-to-IPv4 relaying (translation)

# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
pseudo-device	bpf	4	#Berkeley packet filter
pseudo-device	snp	4	#Spying is good
- ----

Thanks again for any help!

 - Philip

- -- 
Philip Paeps
philip@paeps.cx
http://www.vitaya.tv
 

-----BEGIN PGP SIGNATURE-----
Version: PGP 7.0.1

iQA/AwUBO5kMyr9L0OYEnbh5EQKaTwCgkNetbNd7i0xVvT6/EH3PtqV7d3IAoNad
N2nVUfstpC+F2pMWRpnc6/Kf
=Hgpd
-----END PGP SIGNATURE-----


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?LMEGLKDAPHNJLEAFMCFHGEODCJAA.philip>