Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2004 02:01:09 -0400
From:      Robert Huff <roberthuff@rcn.com>
To:        questions@freebsd.org
Subject:   Re: -CURRENT: Buildkernel dies building linprocfs II
Message-ID:  <16525.63269.463293.195823@jerusalem.litteratus.org>
In-Reply-To: <20040426221658.GB18446@xor.obsecurity.org>
References:  <16523.54674.480738.690050@jerusalem.litteratus.org> <16524.7364.555480.621818@jerusalem.litteratus.org> <16525.20563.339159.639584@jerusalem.litteratus.org> <20040426221658.GB18446@xor.obsecurity.org>

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

Kris Kennaway writes:

>  I've answered variants of this question ("Help!  I changed my
>  kernel configuration and now it does not build!") twice in the
>  past 24 hours.  Please check the archives so I don't have to
>  retype a third time.

	Going back through Friday, the only applicable thread seems to
be "can't build kernel with FAST_IPSEC R5.2.1", where you advise:

	This almost always means you have omitted something from your
	kernel config.  Go back and compare it to GENERIC, and pay
	careful attention to the comments that tell you which other
	systems are required to support a given system.

	Rechecked Generic (all of it); rechecked NOTES (ditto); only
relevant bit (in NOTES) says:

# Enable the linux-like proc filesystem support (requires COMPAT_LINUX
# and PSEUDOFS)
options 	LINPROCFS

	From my kernel config:

options		COMPAT_LINUX
options		LINPROCFS
options		PSEUDOFS

	and still:

linking kernel.debug
linprocfs.o: In function `linprocfs_init':
/usr/src/sys/compat/linprocfs/linprocfs.c:1013: undefined reference to `procfs_docurproc'
/usr/src/sys/compat/linprocfs/linprocfs.c:1035: undefined reference to `procfs_notsystem'
/usr/src/sys/compat/linprocfs/linprocfs.c:1035: undefined reference to `procfs_doprocfile'
/usr/src/sys/compat/linprocfs/linprocfs.c:1039: undefined reference to `procfs_candebug'
/usr/src/sys/compat/linprocfs/linprocfs.c:1039: undefined reference to `procfs_attr'
/usr/src/sys/compat/linprocfs/linprocfs.c:1039: undefined reference to `procfs_doprocmem'
*** Error code 1



				Robert Huff




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