Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2001 12:20:59 -0800 (PST)
From:      Stephen Beitzel <sbeitzel@foobie.net>
To:        freebsd-stable@freebsd.org
Subject:   Build problems since 11/7
Message-ID:  <20011108121614.F30053-100000@mumble.foobie.net>

next in thread | raw e-mail | index | archive | help
On the 7th of November, I cvsupped and attempted to rebuild world and
kernel. The `make world` executed fine, but I got an odd error on make
buildkernel:

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/usr/src/sys
-I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter  -D_KERNEL
-include opt_global.h -elf  -mpreferred-stack-boundary=2
/usr/src/sys/kern/kern_conf.c
/usr/src/sys/kern/kern_conf.c:293: conflicting types for `make_dev'
/usr/src/sys/sys/conf.h:286: previous declaration of `make_dev'
*** Error code 1

Stop in /usr/obj/usr/src/sys/GENERIC.

As you can see, this even turns up in trying to build GENERIC. At first, I
thought this was the result of an overlapping cvsup, so I grabbed it all
again. I then tried deleting /usr/obj so that it was completely empty, and
restored /etc/make.conf to a pristine state, but still I'm seeing this
error. Can anyone offer other suggestions for troubleshooting this?

Thanks,

Steve


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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