Date: Sun, 29 May 2016 10:28:08 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 209830] Installkernel fails: ioat.ko: No such file or directory Message-ID: <bug-209830-6-KyJDAXod8e@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209830-6@https.bugs.freebsd.org/bugzilla/> References: <bug-209830-6@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209830 Ngie Cooper <ngie@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ngie@FreeBSD.org --- Comment #2 from Ngie Cooper <ngie@FreeBSD.org> --- The standalone module builds for me: $ make obj /usr/obj/usr/src/sys/modules/ioat created for /usr/src/sys/modules/ioat $ make depend @ -> /usr/src/sys machine -> /usr/src/sys/amd64/include x86 -> /usr/src/sys/x86/include awk -f @/tools/makeobjops.awk @/kern/device_if.m -h awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I/usr/src/sys/modules/ioat/../.. -I. -I@ -I@/contrib/altq -std=3Diso9899:1= 999=20=20=20 /usr/src/sys/modules/ioat/../../dev/ioat/ioat.c /usr/src/sys/modules/ioat/../../dev/ioat/ioat_test.c $ make all cc -O2 -pipe -fno-strict-aliasing -O2 -Werror -D_KERNEL -DKLD_MODULE -nost= dinc -I/usr/src/sys/modules/ioat/../.. -I. -I@ -I@/contrib/altq -fno-common=20 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float=20 -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions=20 -Wmissing-include-dirs -fdiagnostics-show-option=20 -Wno-error-tautological-compare -Wno-error-empty-body=20 -Wno-error-parentheses-equality -Wno-error-unused-function -c /usr/src/sys/modules/ioat/../../dev/ioat/ioat.c -o ioat.o cc -O2 -pipe -fno-strict-aliasing -O2 -Werror -D_KERNEL -DKLD_MODULE -nost= dinc -I/usr/src/sys/modules/ioat/../.. -I. -I@ -I@/contrib/altq -fno-common=20 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float=20 -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions=20 -Wmissing-include-dirs -fdiagnostics-show-option=20 -Wno-error-tautological-compare -Wno-error-empty-body=20 -Wno-error-parentheses-equality -Wno-error-unused-function -c /usr/src/sys/modules/ioat/../../dev/ioat/ioat_test.c -o ioat_test.o ld -d -warn-common -r -d -o ioat.ko ioat.o ioat_test.o :> export_syms awk -f /usr/src/sys/modules/ioat/../../conf/kmod_syms.awk ioat.ko export_s= yms | xargs -J% objcopy % ioat.ko objcopy --strip-debug ioat.ko 1. Could you please post the KERNCONF somewhere? 2. Could you please post the output from `make -VMODULES_OVERRIDE` ? --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209830-6-KyJDAXod8e>