On Tue, 29 Oct 2013, Gleb Smirnoff wrote: > Bjoern, > > in r256868 you said that now netback compiles w/o INET. So it had for ages according to the tinderbox with all LINT kernels, and it had after my change. My change just also allowed a GENERIC to compile without INET as well (I think someone forgot to add things to NOTES and only added them to GENERIC but I did not get around to check that, as otherwise the tinderbox would have found this ages ago). The below is a NOIP kernel, which is an aditional step to no INET (in which case I still had INET6 support). I hadn't cared about NOIP, but, as said had been ok with the tinderbox for a long time. So something else changed since, or something else had been broken all the time and another change now revealed it? I guess it lacks #ifdef INET6 and #include "opt_inet6.h" throughout the file? > How did that work for you? See below: > > On Tue, Oct 29, 2013 at 06:52:34AM +0000, FreeBSD Tinderbox wrote: > F> TB --- 2013-10-29 06:35:43 - /usr/bin/make -B buildkernel KERNCONF=LINT-NOIP > F> >>> Kernel build for LINT-NOIP started on Tue Oct 29 06:35:44 UTC 2013 > F> >>> stage 1: configuring the kernel > F> >>> stage 2.1: cleaning up the object tree > F> >>> stage 2.2: rebuilding the object tree > F> >>> stage 2.3: build tools > F> >>> stage 3.1: making dependencies > F> >>> stage 3.2: building everything > F> [...] > F> /src/sys/dev/xen/netback/netback.c:(.text+0x2ccd): undefined reference to `in_pseudo' > F> /src/sys/dev/xen/netback/netback.c:(.text+0x2cfe): undefined reference to `in_cksum_skip' > F> netfront.o: In function `network_connect': > F> /src/sys/dev/xen/netfront/netfront.c:(.text+0x7e7): undefined reference to `tcp_lro_free' > F> /src/sys/dev/xen/netfront/netfront.c:(.text+0x82f): undefined reference to `tcp_lro_init' > F> netfront.o: In function `xn_intr': > F> /src/sys/dev/xen/netfront/netfront.c:(.text+0x2c63): undefined reference to `tcp_lro_rx' > F> /src/sys/dev/xen/netfront/netfront.c:(.text+0x2cdb): undefined reference to `tcp_lro_flush' > F> *** Error code 1 > > -- Bjoern A. Zeeb ????????? ??? ??????? ??????: '??? ??? ???? ?????? ??????? ?? ?? ??????? ??????? ??? ????? ????? ???? ?????? ?? ????? ????', ????????? ?????????, "??? ????? ?? ?????", ?.???Received on Tue Oct 29 2013 - 11:56:03 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:43 UTC