From owner-freebsd-questions Wed Apr 26 18:48: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nuc.Berkeley.EDU (fusion.Nuc.Berkeley.EDU [128.32.142.96]) by hub.freebsd.org (Postfix) with ESMTP id 71A5E37BB29 for ; Wed, 26 Apr 2000 18:48:06 -0700 (PDT) (envelope-from slater@nuc.berkeley.edu) Received: from fission.Nuc.Berkeley.EDU (fission.Nuc.Berkeley.EDU [128.32.142.23]) by nuc.Berkeley.EDU (8.9.3/8.9.3) with ESMTP id SAA20682 for ; Wed, 26 Apr 2000 18:48:04 -0700 (PDT) Received: from localhost (slater@localhost) by fission.Nuc.Berkeley.EDU (8.9.3/8.9.1) with ESMTP id SAA10989 for ; Wed, 26 Apr 2000 18:48:04 -0700 (PDT) X-Authentication-Warning: fission.Nuc.Berkeley.EDU: slater owned process doing -bs Date: Wed, 26 Apr 2000 18:48:04 -0700 (PDT) From: Steve Slater To: freebsd-questions@freebsd.org Subject: upgrade 3.4 to 4.0 build problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Starting with 3.4-stable, I cvs's the 4.0 stable sources (RELENG_4) and started a 'make buildworld'. It died on this line: cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-a rith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred- stack-boundary=2 -c /usr/src.4/sys/modules/mlx/../../dev/mlx/mlx_disk.c /usr/src.4/sys/modules/mlx/../../dev/mlx/mlx_disk.c: In function `mlxd_attach': /usr/src.4/sys/modules/mlx/../../dev/mlx/mlx_disk.c:273: `disks_registered' undeclared (first use in this function) /usr/src.4/sys/modules/mlx/../../dev/mlx/mlx_disk.c:273: (Each undeclared identifier is reported only once /usr/src.4/sys/modules/mlx/../../dev/mlx/mlx_disk.c:273: for each function it appears in.) /usr/src.4/sys/modules/mlx/../../dev/mlx/mlx_disk.c: In function `mlxd_detach': /usr/src.4/sys/modules/mlx/../../dev/mlx/mlx_disk.c:291: `disks_registered' undeclared (first use in this function) *** Error code 1 Stop. Any ideas? Thanks, Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message