https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238265
Conrad Meyer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Conrad Meyer <[email protected]> --- Salient part: linking kernel ld: error: undefined symbol: t4_register_cpl_handler >>> referenced by t4_crypto.c >>> t4_crypto.o:(ccr_modevent) ld: error: undefined symbol: t4_register_cpl_handler >>> referenced by t4_crypto.c >>> t4_crypto.o:(ccr_modevent) ld: error: undefined symbol: M_CXGBE >>> referenced by t4_crypto.c >>> t4_crypto.o:(ccr_process) ld: error: undefined symbol: M_CXGBE >>> referenced by t4_crypto.c >>> t4_crypto.o:(ccr_process) ld: error: undefined symbol: M_CXGBE >>> referenced by t4_crypto.c >>> t4_crypto.o:(ccr_process) ld: error: undefined symbol: t4_wrq_tx_locked >>> referenced by t4_crypto.c >>> t4_crypto.o:(ccr_process) ld: error: undefined symbol: t4_wrq_tx_locked >>> referenced by t4_crypto.c >>> t4_crypto.o:(ccr_process) ld: error: undefined symbol: t4_wrq_tx_locked >>> referenced by t4_crypto.c >>> t4_crypto.o:(ccr_process) ld: error: undefined symbol: M_CXGBE >>> referenced by t4_crypto.c >>> t4_crypto.o:(ccr_process) ld: error: undefined symbol: t4_wrq_tx_locked >>> referenced by t4_crypto.c >>> t4_crypto.o:(ccr_process) ld: error: undefined symbol: t4_aes_getdeckey >>> referenced by t4_crypto.c >>> t4_crypto.o:(ccr_aes_setkey) ld: error: undefined symbol: M_CXGBE >>> referenced by t4_crypto.c >>> t4_crypto.o:(ccr_hash) ld: error: undefined symbol: t4_wrq_tx_locked >>> referenced by t4_crypto.c >>> t4_crypto.o:(ccr_hash) *** [kernel] Error code 1 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
