i386 LINT-NOIP kernel fails to compile due to lio
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Feb 2022 16:59:01 UTC
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