Skip site navigation (1)Skip section navigation (2)
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
=F7 =D0=CE, 18/04/2005 =D7 18:35 +0000, Brooks Davis =D0=C9=DB=C5=D4:
> brooks      2005-04-18 18:35:05 UTC
>=20
>   FreeBSD src repository
>=20
>   Modified files:
>     sbin/ipfw            ipfw.8 ipfw2.c=20
>     sys/netinet          ip_dummynet.c ip_dummynet.h ip_fw.h=20
>                          ip_fw2.c ip_fw_pfil.c=20
>     sys/netinet6         ip6_output.c=20
>   Log:
>   Add IPv6 support to IPFW and Dummynet.
>  =20
>   Submitted by:   Mariano Tortoriello and Raffaele De Lorenzo (via luigi)

Looks like that commits broke kernel linking:
# make buildkernel
...
MAKE=3Dmake sh /usr/src/sys/conf/newvers.sh VBOOK
cc -c -O2 -pipe -fno-strict-aliasing  -Wall -Wredundant-decls -Wnested-exte=
rns -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wca=
st-qual  -fformat-extensions -std=3Dc99  -nostdinc -I-  -I. -I/usr/src/sys =
-I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/altq -I/usr/src/sy=
s/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=
=3D8000 --param inline-unit-growth=3D100 --param large-function-growth=3D10=
00  -mno-align-long-strings -mpreferred-stack-boundary=3D2  -mno-mmx -mno-3=
dnow -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.

--=20
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>