From owner-freebsd-i386@FreeBSD.ORG Mon Nov 6 18:46:55 2006 Return-Path: X-Original-To: i386@freebsd.org Delivered-To: freebsd-i386@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9270716A4C8; Mon, 6 Nov 2006 18:46:55 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24FE843DC2; Mon, 6 Nov 2006 18:46:45 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 4114946C48; Mon, 6 Nov 2006 13:46:44 -0500 (EST) Date: Mon, 6 Nov 2006 18:46:44 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: FreeBSD Tinderbox In-Reply-To: <20061106150537.0B8B573068@freebsd-current.sentex.ca> Message-ID: <20061106184503.R28593@fledge.watson.org> References: <20061106150537.0B8B573068@freebsd-current.sentex.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: current@freebsd.org, i386@freebsd.org Subject: Re: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2006 18:46:55 -0000 On Mon, 6 Nov 2006, FreeBSD Tinderbox wrote: > [...] > /src/sys/security/mac/mac_priv.c:51: error: structure has no member named `mpo_priv_check' > /src/sys/security/mac/mac_priv.c:51: error: structure has no member named `mpo_priv_check' > /src/sys/security/mac/mac_priv.c:51: error: structure has no member named `mpo_priv_check' > /src/sys/security/mac/mac_priv.c: In function `mac_priv_grant': > /src/sys/security/mac/mac_priv.c:61: error: structure has no member named `mpo_priv_grant' > /src/sys/security/mac/mac_priv.c:61: error: structure has no member named `mpo_priv_grant' > /src/sys/security/mac/mac_priv.c:61: error: structure has no member named `mpo_priv_grant' > /src/sys/security/mac/mac_priv.c:61: error: structure has no member named `mpo_priv_grant' This breakage was due to the tinderbox picking up a source tree between two back-to-back commits and should be resolved since the second commit went in. There was also later breakage on the ia64 and sparc64 platforms, now fixed, due to missing includes in two platform-specific files. With any luck it all now looks good. Please let me know if you run into any problems with this. Robert N M Watson Computer Laboratory University of Cambridge