Date: Tue, 2 Nov 1999 08:42:30 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: John Hay <jhay@mikom.csir.co.za> Cc: msmith@freebsd.org, current@freebsd.org Subject: Re: GENERIC build broken Message-ID: <199911021642.IAA51592@apollo.backplane.com> References: <199911020958.LAA51209@zibbi.mikom.csir.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
: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
<dillon@backplane.com>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911021642.IAA51592>
