Subject: Re: sup/rsync'ing from 1.5 to pre-1.5.2
To: None <netbsd-users@netbsd.org>
From: Jim Breton <jamesb-netbsd@alongtheway.com>
List: netbsd-users
Date: 09/07/2001 08:04:40
On Fri, Sep 07, 2001 at 06:22:11AM +0000, Jim Breton wrote:
> NetBSD-release-1-5  ;P

Speaking of which, I seem to be having a problem compiling everything
after my last update (last night, and did another update today in case
there was something broken in the source):

$ make build

(compiles for a long time, then...)

dependall ===> usr.sbin/dhcp/common
cc -O2 -march=pentium -mcpu=pentium -Werror
-I/home/src/usr.sbin/dhcp/common/../../../dist/dhcp
-I/home/src/usr.sbin/dhcp/common/../../../dist/dhcp/includes -c
/home/src/usr.sbin/dhcp/common/alloc.c
/home/src/usr.sbin/dhcp/common/alloc.c:117: macro `rc_register' used
with only 5 args
/home/src/usr.sbin/dhcp/common/alloc.c:144: macro `rc_register' used
with only 5 args
/home/src/usr.sbin/dhcp/common/alloc.c:231: macro `rc_register' used
with only 5 args
/home/src/usr.sbin/dhcp/common/alloc.c:256: macro `rc_register' used
with only 5 args
/home/src/usr.sbin/dhcp/common/alloc.c:487: macro `rc_register' used
with only 5 args
/home/src/usr.sbin/dhcp/common/alloc.c:547: macro `rc_register' used
with only 5 args
/home/src/usr.sbin/dhcp/common/alloc.c:600: macro `rc_register' used
with only 5 args
/home/src/usr.sbin/dhcp/common/alloc.c:652: macro `rc_register' used
with only 5 args
/home/src/usr.sbin/dhcp/common/alloc.c:697: macro `rc_register' used
with only 5 args
/home/src/usr.sbin/dhcp/common/alloc.c:728: macro `rc_register' used
with only 5 args
/home/src/usr.sbin/dhcp/common/alloc.c:787: macro `rc_register' used
with only 5 args
/home/src/usr.sbin/dhcp/common/alloc.c:809: macro `rc_register' used
with only 5 args
/home/src/usr.sbin/dhcp/common/alloc.c:857: macro `rc_register' used
with only 5 args
/home/src/usr.sbin/dhcp/common/alloc.c:887: macro `rc_register' used
with only 5 args
/home/src/usr.sbin/dhcp/common/alloc.c:912: macro `rc_register' used
with only 5 args
/home/src/usr.sbin/dhcp/common/alloc.c:976: macro `rc_register' used
with only 5 args
/home/src/usr.sbin/dhcp/common/alloc.c:1045: macro `rc_register' used
with only 5 args
/home/src/usr.sbin/dhcp/common/alloc.c:1070: macro `rc_register' used
with only 5 args
/home/src/usr.sbin/dhcp/common/alloc.c:1153: macro `rc_register' used
with only 5 args
/home/src/usr.sbin/dhcp/common/alloc.c:1215: macro `rc_register' used
with only 5 args
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.


I've build everything on this machine before with no issues.  Is there
something I'm doing wrong?

Here is my /etc/mk.conf FWIW:

BUILD=1
UPDATE=1
OBJMACHINE=yes
MKOBJDIRS=yes
COPTS+=-mcpu=pentium
CFLAGS+=-march=pentium
CXXFLAGS+=-march=pentium

Thanks.