From owner-freebsd-bugs@freebsd.org Sun May 29 10:28:08 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1400AB4FD0F for ; Sun, 29 May 2016 10:28:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04B451A19 for ; Sun, 29 May 2016 10:28:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u4TAS7Dj054994 for ; Sun, 29 May 2016 10:28:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 209830] Installkernel fails: ioat.ko: No such file or directory Date: Sun, 29 May 2016 10:28:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2016 10:28:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209830 Ngie Cooper changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ngie@FreeBSD.org --- Comment #2 from Ngie Cooper --- 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 the assignee for the bug.=