From owner-freebsd-tinderbox@FreeBSD.ORG Wed Oct 3 12:23:48 2012 Return-Path: Delivered-To: tinderbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31F3A106566B; Wed, 3 Oct 2012 12:23:48 +0000 (UTC) (envelope-from ianf@clue.co.za) Received: from zcs04.jnb1.cloudseed.co.za (zcs04.jnb1.cloudseed.co.za [41.154.0.161]) by mx1.freebsd.org (Postfix) with ESMTP id B705D8FC0A; Wed, 3 Oct 2012 12:23:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by zcs04.jnb1.cloudseed.co.za (Postfix) with ESMTP id DAB842A82AA4; Wed, 3 Oct 2012 14:23:39 +0200 (SAST) X-Virus-Scanned: amavisd-new at zcs04.jnb1.cloudseed.co.za Received: from zcs04.jnb1.cloudseed.co.za ([127.0.0.1]) by localhost (zcs04.jnb1.cloudseed.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6ERNYHBIasij; Wed, 3 Oct 2012 14:23:39 +0200 (SAST) Received: from clue.co.za (l2tp.clue.co.za [41.154.88.20]) by zcs04.jnb1.cloudseed.co.za (Postfix) with ESMTPSA id 2D77C2A82A86; Wed, 3 Oct 2012 14:23:39 +0200 (SAST) Received: from localhost ([127.0.0.1] helo=clue.co.za) by clue.co.za with esmtp (Exim 4.80 (FreeBSD)) (envelope-from ) id 1TJNzG-0001L6-2p; Wed, 03 Oct 2012 14:23:38 +0200 To: FreeBSD Tinderbox From: Ian FREISLICH In-Reply-To: <201210031157.q93Bvosg088099@freebsd-current.sentex.ca> References: <201210031157.q93Bvosg088099@freebsd-current.sentex.ca> X-Attribution: BOFH Date: Wed, 03 Oct 2012 14:23:38 +0200 Message-Id: Cc: arm@freebsd.org, current@freebsd.org Subject: Re: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Tinderbox reports, responses, and meta-comments" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2012 12:23:48 -0000 FreeBSD Tinderbox wrote: > 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 -Wmissing-include-dirs -fdiagnostics-sh ow-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contri b/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-comm on -finline-limit=8000 --param inline-unit-growth=100 --param large-function-gr owth=1000 -mcpu=arm9 -ffreestanding -Werror /src/sys/dev/ata/ata-sata.c > /src/sys/dev/ata/ata-sata.c: In function 'ata_sata_phy_reset': > /src/sys/dev/ata/ata-sata.c:158: error: 'struct ata_channel' has no member na med 'user' > *** Error code 1 ata_channel member user is only defined if ATA_CAM is defined. Ian -- Ian Freislich