From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 9 20:00:11 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E93E1065692 for ; Wed, 9 Sep 2009 20:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 062228FC22 for ; Wed, 9 Sep 2009 20:00:07 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n89K06qh045413 for ; Wed, 9 Sep 2009 20:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n89K06jR045412; Wed, 9 Sep 2009 20:00:06 GMT (envelope-from gnats) Resent-Date: Wed, 9 Sep 2009 20:00:06 GMT Resent-Message-Id: <200909092000.n89K06jR045412@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "J. Porter Clark" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36171106566C for ; Wed, 9 Sep 2009 19:59:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 0B7738FC13 for ; Wed, 9 Sep 2009 19:59:23 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n89JxMe3077057 for ; Wed, 9 Sep 2009 19:59:22 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n89JxM4j077056; Wed, 9 Sep 2009 19:59:22 GMT (envelope-from nobody) Message-Id: <200909091959.n89JxM4j077056@www.freebsd.org> Date: Wed, 9 Sep 2009 19:59:22 GMT From: "J. Porter Clark" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/138679: Current 7.2-STABLE i386 kernel won't build, pmap.h X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2009 20:00:11 -0000 >Number: 138679 >Category: kern >Synopsis: Current 7.2-STABLE i386 kernel won't build, pmap.h >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 09 20:00:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: J. Porter Clark >Release: 7.2-STABLE >Organization: NASA MSFC >Environment: FreeBSD drum.msfc.nasa.gov 7.2-STABLE FreeBSD 7.2-STABLE #0: Thu Aug 6 10:07:02 CDT 2009 jpc@drum.msfc.nasa.gov:/usr/obj/usr/src/sys/BRAHMS7 i386 >Description: make buildkernel fails with GENERIC kernel. Here's the old-school build: [jpc@drum conf]$ config -g GENERIC Kernel build directory is ../compile/GENERIC Don't forget to do ``make cleandepend && make depend'' [jpc@drum conf]$ cd ../compile/GENERIC [jpc@drum GENERIC]$ make cleandepend rm -f .depend machine [... cut ...] rm -f @ machine rm -f .depend GPATH GRTAGS GSYMS GTAGS [jpc@drum GENERIC]$ make depend machine -> ../../../i386/include cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I../../.. -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../dev/ath -I../../../dev/ath/ath_hal -I../../../contrib/ngatm -I../../../dev/twa -I../../../gnu/fs/xfs/FreeBSD -I../../../gnu/fs/xfs/FreeBSD/support -I../../../gnu/fs/xfs -I../../../contrib/opensolaris/compat -I../../../dev/cxgb -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding ../../../i386/i386/genassym.c In file included from ../../../vm/pmap.h:82, from ../../../i386/i386/genassym.c:64: ./machine/pmap.h:427: error: expected declaration specifiers or '...' before 'vm_memattr_t' *** Error code 1 Stop in /usr/src/sys/i386/compile/GENERIC. /etc/make.conf and /etc/src.conf were temporarily removed, to no effect. >How-To-Repeat: Either "make buildkernel" in /usr/src directory or (as above): cd /usr/src/sys/i386/conf config -g GENERIC cd ../compile/GENERIC make cleandepend make depend >Fix: >Release-Note: >Audit-Trail: >Unformatted: