[Bug 209830] Installkernel fails: ioat.ko: No such file or directory

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 29 10:28:08 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209830

Ngie Cooper <ngie at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ngie at FreeBSD.org

--- Comment #2 from Ngie Cooper <ngie at 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=iso9899:1999   
/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 -nostdinc
 -I/usr/src/sys/modules/ioat/../.. -I. -I@ -I@/contrib/altq -fno-common 
-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -mno-aes -mno-avx
-mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float 
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector
-std=iso9899: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 
-Wmissing-include-dirs -fdiagnostics-show-option 
-Wno-error-tautological-compare -Wno-error-empty-body 
-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 -nostdinc
 -I/usr/src/sys/modules/ioat/../.. -I. -I@ -I@/contrib/altq -fno-common 
-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -mno-aes -mno-avx
-mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float 
-fno-asynchronous-unwind-tables -ffreestanding -fstack-protector
-std=iso9899: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 
-Wmissing-include-dirs -fdiagnostics-show-option 
-Wno-error-tautological-compare -Wno-error-empty-body 
-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_syms
| 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` ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-amd64 mailing list