Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2000 18:48:04 -0700 (PDT)
From:      Steve Slater <slater@nuc.berkeley.edu>
To:        freebsd-questions@freebsd.org
Subject:   upgrade 3.4 to 4.0 build problem
Message-ID:  <Pine.GSO.4.05.10004261756010.10842-100000@fission.Nuc.Berkeley.EDU>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.05.10004261756010.10842-100000>