Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Jan 2016 19:23:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 198062] FreeBSD 10.1-RELEASE kernel freezes on 'pci0: <ACPI PCI bus> on pcib0'
Message-ID:  <bug-198062-8-VnmCXnZHkl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198062-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198062-8@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=3D198062

--- Comment #21 from Bryan Drewery <bdrewery@FreeBSD.org> ---
(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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198062-8-VnmCXnZHkl>