From owner-freebsd-bugs@freebsd.org Thu Jan 7 19:23:35 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 7250DA66383 for ; Thu, 7 Jan 2016 19:23:35 +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 62986128F for ; Thu, 7 Jan 2016 19:23:35 +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 u07JNZ7n058059 for ; Thu, 7 Jan 2016 19:23:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 198062] FreeBSD 10.1-RELEASE kernel freezes on 'pci0: on pcib0' Date: Thu, 07 Jan 2016 19:23:35 +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.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: bdrewery@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2016 19:23:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D198062 --- Comment #21 from Bryan Drewery --- (In reply to Joseph King from comment #19) > (In reply to John Baldwin from comment #18) >=20 > Using FreeBSD netsys9.isolan.itsmine.com 9.3-RELEASE-p30 FreeBSD > 9.3-RELEASE-p30 #0: Mon Nov 2 10:11:50 UTC 2015=20=20=20=20 > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 as > the building OS on the hardware in question. >=20 > Using method #1 svn: >=20 > When I do the make kernel-toolchain the following errors are spit out: >=20 > root@netsys9:/ufs/pr_198062 # make kernel-toolchain > Unknown modifier '[' >=20 > "/ufs/pr_198062/Makefile.inc1", line 1105: Malformed conditional > (${BUILDKERNELS:[) > Unknown modifier '[' >=20 > "/ufs/pr_198062/Makefile.inc1", line 1114: if-less endif > Unknown modifier '[' >=20 > "/ufs/pr_198062/Makefile.inc1", line 1134: Malformed conditional > (${BUILDKERNELS:[) > Unknown modifier '[' >=20 > "/ufs/pr_198062/Makefile.inc1", line 1151: if-less endif > Unknown modifier '[' >=20 > "/ufs/pr_198062/Makefile.inc1", line 1169: Malformed conditional > (${BUILDKERNELS:[) > Unknown modifier '[' >=20 > "/ufs/pr_198062/Makefile.inc1", line 1176: if-less endif > make: fatal errors encountered -- cannot continue > *** [kernel-toolchain] Error code 1 >=20 > Stop in /ufs/pr_198062. >=20 > Using method #2 git: the kernel-toolchain makes fine but when I do the > buildkernel the following errors are spit out at me after a few minutes... >=20 > =3D=3D=3D> aic7xxx (depend) > =3D=3D=3D> aic7xxx/ahc (depend) > @ -> /ufs/pr_198062-git/freebsd/sys > machine -> /ufs/pr_198062-git/freebsd/sys/amd64/include > x86 -> /ufs/pr_198062-git/freebsd/sys/x86/include > Error: aic7xxx_seq.h is missing. Run 'make ahcfirmware' > Error: aic7xxx_reg.h is missing. Run 'make ahcfirmware' > Error: aic7xxx_reg_print.c is missing. Run 'make ahcfirmware' > ln -sf /usr/obj/ufs/pr_198062-git/freebsd/sys/GENERIC/opt_scsi.h opt_scsi= .h > ln -sf /usr/obj/ufs/pr_198062-git/freebsd/sys/GENERIC/opt_aic7xxx.h > opt_aic7xxx.h > ln -sf /usr/obj/ufs/pr_198062-git/freebsd/sys/GENERIC/opt_cam.h opt_cam.h > 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 > CC=3D'cc ' mkdep -f .depend -a -nostdinc -DAHC_REG_PRETTY_PRINT=3D1 -D_= KERNEL > -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq > -I/usr/obj/ufs/pr_198062-git/freebsd/sys/GENERIC -std=3Diso9899:1999=20=20 > aic7xxx_reg_print.c > /ufs/pr_198062-git/freebsd/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx/ > aic7xxx.c > /ufs/pr_198062-git/freebsd/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx/ > aic7xxx_93cx6.c > /ufs/pr_198062-git/freebsd/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx/ > aic7xxx_osm.c > /ufs/pr_198062-git/freebsd/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx/ > aic7770.c > cc: error: no such file or directory: 'aic7xxx_reg_print.c' > mkdep: compile failed > *** [.depend] Error code 1 >=20 > Stop in /ufs/pr_198062-git/freebsd/sys/modules/aic7xxx/ahc. > *** [depend_subdir_ahc] Error code 1 >=20 > Stop in /ufs/pr_198062-git/freebsd/sys/modules/aic7xxx. > *** [depend_subdir_aic7xxx] Error code 1 >=20 > Stop in /ufs/pr_198062-git/freebsd/sys/modules. > *** [modules-depend] Error code 1 >=20 > Stop in /usr/obj/ufs/pr_198062-git/freebsd/sys/GENERIC. > *** [buildkernel] Error code 1 >=20 > Stop in /ufs/pr_198062-git/freebsd. > *** [buildkernel] Error code 1 >=20 > Stop in /ufs/pr_198062-git/freebsd. ~/svn/stable/10 # grep ':\[' Makefile.inc1 .if ${BUILDKERNELS:[#]} > 1 .for _kernel in ${BUILDKERNELS:[2..-1]} .if ${BUILDKERNELS:[#]} > 1 .for _kernel in ${BUILDKERNELS:[2..-1]} .if ${BUILDKERNELS:[#]} > 1 .for _kernel in ${BUILDKERNELS:[2..-1]} .if ${BUILDKERNELS:[#]} > 1 .for _kernel in ${BUILDKERNELS:[2..-1]} This is bmake-specific and is not safe for stable/10. I will find a way to = fix it / revert the changes made for it. --=20 You are receiving this mail because: You are the assignee for the bug.=