From owner-freebsd-current@FreeBSD.ORG Wed Mar 8 15:29:42 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3E5B16A420 for ; Wed, 8 Mar 2006 15:29:42 +0000 (GMT) (envelope-from gs@grin.com) Received: from mail.zeros.ones.de (mail.zeros.ones.de [82.135.100.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BF9C43D49 for ; Wed, 8 Mar 2006 15:29:42 +0000 (GMT) (envelope-from gs@grin.com) Received: from mail.zeros.ones.de (localhost.zeros.ones.de [127.0.0.1]) by mail.zeros.ones.de (Postfix) with ESMTP id 79EAD7F7A for ; Wed, 8 Mar 2006 16:29:40 +0100 (CET) Received: from [192.168.0.157] (host-82-135-100-226.customer.m-online.net [82.135.100.226]) by mail.zeros.ones.de (Postfix) with ESMTP id C55BF7F7A for ; Wed, 8 Mar 2006 16:29:34 +0100 (CET) Message-ID: <440EF85F.7060308@grin.com> Date: Wed, 08 Mar 2006 16:29:35 +0100 From: Georg Steinbach User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org References: <20060308144602.B20B57304D@freebsd-current.sentex.ca> In-Reply-To: <20060308144602.B20B57304D@freebsd-current.sentex.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS 0.3.12 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mail.zeros.ones.de X-Spam-Level: X-Spam-Status: No, hits=0.0 required=7.0 tests=none autolearn=ham version=2.63 Cc: Subject: Re: [head tinderbox] failure on alpha/alpha X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Mar 2006 15:29:43 -0000 I'm getting the same error when building world on a vmware: cc -O2 -fno-strict-aliasing -pipe -D_KERNEL -DKLD_MODULE -nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -Wno-missing-prototypes -I/usr/src/sys/modules/xfs/../../gnu/fs/xfs/FreeBSD -I/usr/src/sys/modules/xfs/../../gnu/fs/xfs/FreeBSD/support -I/usr/src/sys/modules/xfs/../../gnu/fs/xfs -c /usr/src/sys/modules/xfs/../../gnu/fs/xfs/xfs_alloc_btree.c /usr/src/sys/modules/xfs/../../gnu/fs/xfs/FreeBSD/support/kdb.c:15: error: `xfs_ddb_cmd' undeclared here (not in a function) /usr/src/sys/modules/xfs/../../gnu/fs/xfs/FreeBSD/support/kdb.c:15: error: initializer element is not constant /usr/src/sys/modules/xfs/../../gnu/fs/xfs/FreeBSD/support/kdb.c:15: error: (near initialization for `xfs_cmd.fcn') /usr/src/sys/modules/xfs/../../gnu/fs/xfs/FreeBSD/support/kdb.c:16: error: syntax error before '{' token /usr/src/sys/modules/xfs/../../gnu/fs/xfs/FreeBSD/support/kdb.c:14:1: unterminated #ifdef *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error -------