From owner-freebsd-questions@FreeBSD.ORG Mon Apr 26 23:01:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D866216A4CE for ; Mon, 26 Apr 2004 23:01:10 -0700 (PDT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id B022343D70 for ; Mon, 26 Apr 2004 23:01:10 -0700 (PDT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-67.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.197.67] helo=jerusalem.litteratus.org.litteratus.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #4) id 1BILeX-0003ut-00 for questions@freebsd.org; Tue, 27 Apr 2004 02:01:10 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16525.63269.463293.195823@jerusalem.litteratus.org> Date: Tue, 27 Apr 2004 02:01:09 -0400 To: questions@freebsd.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> X-Mailer: VM 7.17 under 21.5 (beta16) "celeriac" XEmacs Lucid Subject: Re: -CURRENT: Buildkernel dies building linprocfs II X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 06:01:11 -0000 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