Date: Tue, 19 Apr 2005 10:31:34 +0400 From: Vladimir Grebenschikov <vova@fbsd.ru> To: Brooks Davis <brooks@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c src/sys/netinet src/sys/netinet6 ip6_output.c Message-ID: <1113892294.1107.12.camel@localhost> In-Reply-To: <200504181835.j3IIZ5cF017234@repoman.freebsd.org> References: <200504181835.j3IIZ5cF017234@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
В пн, 18/04/2005 в 18:35 +0000, Brooks Davis пишет: > brooks 2005-04-18 18:35:05 UTC > > FreeBSD src repository > > Modified files: > sbin/ipfw ipfw.8 ipfw2.c > sys/netinet ip_dummynet.c ip_dummynet.h ip_fw.h > ip_fw2.c ip_fw_pfil.c > sys/netinet6 ip6_output.c > Log: > Add IPv6 support to IPFW and Dummynet. > > Submitted by: Mariano Tortoriello and Raffaele De Lorenzo (via luigi) Looks like that commits broke kernel linking: # make buildkernel ... MAKE=make sh /usr/src/sys/conf/newvers.sh VBOOK cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror vers.c linking kernel ip_dummynet.o(.text+0x47c): In function `transmit_event': : undefined reference to `ip6_output' ip_dummynet.o(.text+0x487): In function `transmit_event': : undefined reference to `ip6_input' ip_fw2.o(.text+0x29b): In function `search_ip6_addr_net': : undefined reference to `in6_clearscope' *** Error code 1 Stop in /usr/obj/usr/src/sys/VBOOK. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- Vladimir B. Grebenchikov vova@fbsd.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1113892294.1107.12.camel>
