Date: Sun, 17 Feb 2019 18:06:31 +0200 From: Konstantin Belousov <kostikbel@gmail.com> To: Filippo Moretti <filippomore@yahoo.com> Cc: FreeBSD Stable <freebsd-stable@freebsd.org> Subject: Re: Problem building kernel STABLE12 amd64 arch Message-ID: <20190217160631.GC2420@kib.kiev.ua> In-Reply-To: <2017527668.472217.1550394706121@mail.yahoo.com> References: <2017527668.472217.1550394706121.ref@mail.yahoo.com> <2017527668.472217.1550394706121@mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 17, 2019 at 09:11:46AM +0000, Filippo Moretti via freebsd-stable wrote: > I tried to update stable to yesterday build and I get the following error on amd64 arch > linking kernel > ld: error: undefined symbol: iflib_get_softc > >>> referenced by if_vmx.c > >>> if_vmx.o:(vmxnet3_legacy_intr) > > ld: error: undefined symbol: iflib_admin_intr_deferred > >>> referenced by if_vmx.c > >>> if_vmx.o:(vmxnet3_legacy_intr) > > ld: error: undefined symbol: iflib_get_softc > >>> referenced by if_vmx.c > >>> if_vmx.o:(vmxnet3_tx_queues_alloc) > > ld: error: undefined symbol: iflib_dma_alloc_align > >>> referenced by if_vmx.c > >>> if_vmx.o:(vmxnet3_tx_queues_alloc) > ld: error: undefined symbol: iflib_get_softc > >>> referenced by if_vmx.c > >>> if_vmx.o:(vmxnet3_rx_queues_alloc) > > ld: error: undefined symbol: iflib_dma_alloc_align > >>> referenced by if_vmx.c > >>> if_vmx.o:(vmxnet3_rx_queues_alloc) > > ld: error: undefined symbol: iflib_get_softc > >>> referenced by if_vmx.c > >>> if_vmx.o:(vmxnet3_queues_free) > > ld: error: undefined symbol: iflib_dma_free > >>> referenced by if_vmx.c > >>> if_vmx.o:(vmxnet3_queues_free) > > ld: error: undefined symbol: iflib_get_dev > >>> referenced by if_vmx.c > >>> if_vmx.o:(vmxnet3_attach_pre)>>> if_vmx.o:(vmxnet3_attach_pre) > > ld: error: undefined symbol: iflib_get_sctx > >>> referenced by if_vmx.c > >>> if_vmx.o:(vmxnet3_attach_pre) > > ld: error: undefined symbol: iflib_get_softc_ctx > >>> referenced by if_vmx.c > >>> if_vmx.o:(vmxnet3_attach_pre) > > ld: error: undefined symbol: iflib_get_ifp > >>> referenced by if_vmx.c > >>> if_vmx.o:(vmxnet3_attach_pre) > > ld: error: undefined symbol: iflib_get_media > >>> referenced by if_vmx.c > >>> if_vmx.o:(vmxnet3_attach_pre) > > ld: error: undefined symbol: iflib_set_mac > >>> referenced by if_vmx.c > >>> if_vmx.o:(vmxnet3_attach_pre) > ld: error: undefined symbol: iflib_get_softc_ctx > >>> referenced by if_vmx.c > >>> if_vmx.o:(vmxnet3_attach_post) > > ld: error: undefined symbol: iflib_get_softc > >>> referenced by if_vmx.c > >>> if_vmx.o:(vmxnet3_attach_post) > > ld: error: undefined symbol: iflib_dma_alloc_align > >>> referenced by if_vmx.c > >>> if_vmx.o:(vmxnet3_attach_post) > > ld: error: undefined symbol: iflib_dma_alloc_align > >>> referenced by if_vmx.c > >>> if_vmx.o:(vmxnet3_attach_post) > > ld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) > *** Error code 1 > > Stop. > Stop. > make[2]: stopped in /usr/obj/usr/src/amd64.amd64/sys/STING_VT > *** Error code 1 > > Stop. > make[1]: stopped in /usr/src > *** Error code 1 > > Stop. > make: stopped in /usr/src > > Any help appreciatedsincerelyFilippo Read UPDATING note 20190214.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190217160631.GC2420>