From owner-freebsd-questions Fri Sep 29 20:14:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ash25.adelaide.on.net (ash25.internode.on.net [203.16.214.248]) by hub.freebsd.org (Postfix) with ESMTP id 4160B37B66C for ; Fri, 29 Sep 2000 20:14:45 -0700 (PDT) Received: from zen.dodsworth.org ([150.101.250.204]) by internode.on.net (PMDF V5.2-32 #42627) with ESMTP id <01JUS97XW43A00O110@internode.on.net> for freebsd-questions@freebsd.org; Sat, 30 Sep 2000 12:47:10 +0930 Date: Sat, 30 Sep 2000 12:42:50 +0930 (CST) From: marcd@internode.on.net Subject: Problem building kernel (4.1S to 4.1.1) To: freebsd-questions@freebsd.org Message-id: MIME-version: 1.0 X-Mailer: XFMail 1.4.0 on FreeBSD Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 8bit X-Priority: 3 (Normal) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I'm currnently running 4.1 Stable on my system and am trying to upgrade to 4.1. I CVS'ed my sources Sept 27, I can go succesfull build the sources except for the kernel. (using make buildworld) but then I try and build the kernel it dies. When I try and manually build the kernel (i.e config, make depend, make etc) it dies with the following al.h -elf -mpreferred-stack-boundary=2 vers.c linking kernel ffs_softdep.o: In function `softdep_flushfiles': ffs_softdep.o(.text+0x607): undefined reference to `ffs_flushfiles' ffs_softdep.o(.text+0x6d6): undefined reference to `ffs_flushfiles' ffs_softdep.o: In function `handle_workitem_freefrag': ffs_softdep.o(.text+0x1265): undefined reference to `ffs_blkfree' ffs_softdep.o: In function `handle_workitem_freeblocks': ffs_softdep.o(.text+0x1ef4): undefined reference to `ffs_blkfree' ffs_softdep.o(.text+0x1f6a): undefined reference to `ffs_blkfree' ffs_softdep.o: In function `indir_trunc': ffs_softdep.o(.text+0x210b): undefined reference to `ffs_blkfree' ffs_softdep.o: In function `handle_workitem_freefile': ffs_softdep.o(.text+0x2e0e): undefined reference to `ffs_freefile' *** Error code 1 Stop in /develop/src/sys/compile/ZEN. Thankx in Advance Marc ---------------------------------- E-Mail: marcd@internode.on.net Date: 30-Sep-00 Time: 12:38:44 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message