Date: Tue, 8 Feb 2022 11:59:01 -0500 From: Ryan Stone <rysto32@gmail.com> To: freebsd-net <freebsd-net@freebsd.org> Subject: i386 LINT-NOIP kernel fails to compile due to lio Message-ID: <CAFMmRNwvVSiD18oFdzBGhMAjpRtKtoOm0jzAhdW0koT8cFp%2Bsg@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi everyone,
I got the following error on a make tinderbox. It only affects i386
for whatever reason; I haven't debug into why:
linking kernel
ld: warning: common OPENSSL_ia32cap_P is overridden
ld: warning: common OPENSSL_ia32cap_P is overridden
ld: warning: common OPENSSL_ia32cap_P is overridden
ld: warning: common OPENSSL_ia32cap_P is overridden
ld: warning: common OPENSSL_ia32cap_P is overridden
ld: warning: common OPENSSL_ia32cap_P is overridden
ld: error: undefined symbol: tcp_lro_flush_all
>>> referenced by lio_droq.c
>>> lio_droq.o:(lio_droq_process_packets)
ld: error: undefined symbol: tcp_lro_rx
>>> referenced by lio_core.c
>>> lio_core.o:(lio_push_packet)
ld: error: undefined symbol: tcp_lro_init
>>> referenced by lio_main.c
>>> lio_main.o:(lio_attach)
ld: error: undefined symbol: tcp_lro_free
>>> referenced by lio_main.c
>>> lio_main.o:(lio_attach)
>>> referenced by lio_main.c
>>> lio_main.o:(lio_destroy_nic_device)
*** [kernel] Error code 1
make[2]: stopped in /usr/obj/srcpool/src/rstone/freebsd/i386.i386/sys/LINT-NOIP
1 error
make[2]: stopped in /usr/obj/srcpool/src/rstone/freebsd/i386.i386/sys/LINT-NOIP
82.40 real 2242.85 user 279.16 sys
make[1]: stopped in /srcpool/src/rstone/freebsd
make: stopped in /srcpool/src/rstone/freebsd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFMmRNwvVSiD18oFdzBGhMAjpRtKtoOm0jzAhdW0koT8cFp%2Bsg>
