Subject: can't 'make depend' a 1.5 kernel
To: None <netbsd-help@netbsd.org>
From: Zach Fine <zach@xdsl014.serv.net>
List: netbsd-help
Date: 01/16/2001 12:55:56
I downloaded syssrc.tgz and installed it for the first time, then
'cd'd into /sys/arch/i386/conf/ and copied IOPENER to zIOPENER and
edited it. The only change I made to the file was to enable 'options
GATEWAY'.

Then I ran 'config zIOPENER', 'cd'd into
/usr/src/sys/arch/i386/compile/zIOPENER, and ran 'make depend'. So far
so good.

But the 'make depend' failed with a ton of errors relating to
a redefinition of 'PULLDOWN_TEST'. I've appended some of those errors
to the end of this message.

I looked back over my zIOPENER file, and I'm guessing that maybe it's
not possible to have both 'options GATEWAY' (which I enabled), and
'options PULLDOWN_TEST' (which was enabled in the provided IOPENER
configuration file in syssrc.tgz) at the same time.

Is this a known bug? Is there something I've done wrong?  I've placed
the zIOPENER kernel config file at
http://xdsl014.serv.net/netbsd/zIOPENER in case there's something
noteworthy to be found in it.

Thanks for any help or information.

-Zach Fine
czyz@serv.net


../../../../sys/mbuf.h:532: warning: `PULLDOWN_TEST' redefined
*Initialization*:1: warning: this is the location of the previous
definition
In file included from ../../../../arch/i386/isa/isa_machdep.c:87:
../../../../sys/mbuf.h:532: warning: `PULLDOWN_TEST' redefined
*Initialization*:1: warning: this is the location of the previous
definition
In file included from ../../../../compat/linux/common/linux_misc.c:77:
../../../../sys/mbuf.h:532: warning: `PULLDOWN_TEST' redefined
*Initialization*:1: warning: this is the location of the previous
definition
In file included from
../../../../compat/linux/arch/i386/linux_machdep.c:56:
../../../../sys/mbuf.h:532: warning: `PULLDOWN_TEST' redefined
*Initialization*:1: warning: this is the location of the previous
definition
In file included from
../../../../compat/linux/arch/i386/../../common/linux_pipe
.c:43,
                 from
../../../../compat/linux/arch/i386/linux_commons.c:27:
../../../../sys/mbuf.h:532: warning: `PULLDOWN_TEST' redefined
*Initialization*:1: warning: this is the location of the previous
definition
In file included from ../../../../dev/usb/if_aue.c:91:
../../../../sys/mbuf.h:532: warning: `PULLDOWN_TEST' redefined
*Initialization*:1: warning: this is the location of the previous
definition
In file included from ../../../../dev/usb/if_cue.c:77:
../../../../sys/mbuf.h:532: warning: `PULLDOWN_TEST' redefined
*Initialization*:1: warning: this is the location of the previous
definition
In file included from ../../../../dev/usb/if_kue.c:90:
../../../../sys/mbuf.h:532: warning: `PULLDOWN_TEST' redefined
*Initialization*:1: warning: this is the location of the previous
definition
mkdep: compile failed.
*** Error code 1

Stop.