From owner-freebsd-current Tue Nov 2 8:45:26 1999 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 057A51565A; Tue, 2 Nov 1999 08:42:48 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id IAA51592; Tue, 2 Nov 1999 08:42:30 -0800 (PST) (envelope-from dillon) Date: Tue, 2 Nov 1999 08:42:30 -0800 (PST) From: Matthew Dillon Message-Id: <199911021642.IAA51592@apollo.backplane.com> To: John Hay Cc: msmith@freebsd.org, current@freebsd.org Subject: Re: GENERIC build broken References: <199911020958.LAA51209@zibbi.mikom.csir.co.za> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :A GENERIC kernel build breaks here with: : :--------- :sh ../../conf/newvers.sh GENERIC :cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -elf vers.c :linking kernel :mfs_vfsops.o: In function `mfs_init': :mfs_vfsops.o(.text+0x63d): undefined reference to `mountrootfsname' :*** Error code 1 :1 error :--------- : :Is it just some unfinished commits? : :John :-- :John Hay -- John.Hay@mikom.csir.co.za It looks like a dead global in mfs due to Mike's reorganization of the rootfs stuff. I'll let Mike do the trivial fix, though, since he broke it :-). -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message