From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 28 16:25:11 2013 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3FCADF82; Mon, 28 Oct 2013 16:25:11 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BFF9B2AFD; Mon, 28 Oct 2013 16:25:10 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.7/8.14.7) with ESMTP id r9SGP8Re053618; Mon, 28 Oct 2013 20:25:08 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id r9SGP8Vo053617; Mon, 28 Oct 2013 20:25:08 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 28 Oct 2013 20:25:08 +0400 From: Gleb Smirnoff To: FreeBSD Tinderbox Subject: Re: [head tinderbox] failure on amd64/amd64 Message-ID: <20131028162508.GV52889@FreeBSD.org> References: <201310281530.r9SFUmb5055160@freebsd-current.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201310281530.r9SFUmb5055160@freebsd-current.sentex.ca> User-Agent: Mutt/1.5.21 (2010-09-15) X-Mailman-Approved-At: Mon, 28 Oct 2013 17:25:07 +0000 Cc: amd64@freebsd.org, current@freebsd.org X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 16:25:11 -0000 On Mon, Oct 28, 2013 at 03:30:48PM +0000, FreeBSD Tinderbox wrote: F> cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -DGPROF -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg /src/sys/netpfil/pf/pf.c F> /src/sys/netpfil/pf/pf.c:4557:7: error: use of undeclared identifier 'pf_status' F> if (pf_status.debug >= PF_DEBUG_MISC) { F> ^ F> 1 error generated. I've fixed that ~ 4 hours ago. Tinderbox is a bit late. -- Totus tuus, Glebius.