Subject: mac68k 1.5.4 kernel build fails (ipfilter)
To: None <current-users@netbsd.org>
From: Hauke Fath <hauke@Espresso.Rhein-Neckar.DE>
List: current-users
Date: 11/14/2002 22:38:40
Hi,

I am assuming that problems with the head of a release branch are
-current problems, too...  ;)

A mac68k kernel build on freshly updated 1_5 branch sources fails with

cc  -O3 -pipe -m68030 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Wno-uninitialized -Wno-main -msoft-float -I. -I../../../../arch -I../../../.. -nostdinc -DHZ="0x3c" -DM68030 -DMAXUSERS=16 -D_KERNEL -Dmac68k  -c ../../../../netinet/ip_proxy.c
In file included from ../../../../netinet/ip_proxy.c:107:
../../../../netinet/ip_netbios_pxy.c:37: redefinition of `rcsid1'
../../../../netinet/ip_ftp_pxy.c:4: `rcsid1' previously defined here
cc1: warnings being treated as errors
../../../../netinet/ip_netbios_pxy.c:37: warning: initializer-string for array of chars is too long
In file included from ../../../../netinet/ip_proxy.c:108:
../../../../netinet/ip_h323_pxy.c:31: redefinition of `rcsid1'
../../../../netinet/ip_netbios_pxy.c:37: `rcsid1' previously defined here
In file included from ../../../../netinet/ip_proxy.c:110:
../../../../netinet/ip_ipsec_pxy.c:11: redefinition of `rcsid1'
../../../../netinet/ip_h323_pxy.c:31: `rcsid1' previously defined here
*** Error code 1

Stop.
[hauke@espresso] /<3>compile/LAMIN >

Happens all the same with GENERIC kernel and vanilla optimization
level.

	hauke