From owner-freebsd-arm@FreeBSD.ORG Fri Jun 15 03:56:45 2012 Return-Path: Delivered-To: arm@FreeBSD.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BB5A1065696; Fri, 15 Jun 2012 03:56:45 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 13E308FC19; Fri, 15 Jun 2012 03:56:44 +0000 (UTC) Received: from 63.imp.bsdimp.com (63.imp.bsdimp.com [10.0.0.63]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id q5F3uH0g064410 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Thu, 14 Jun 2012 21:56:18 -0600 (MDT) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <201206150311.q5F3BeJN021992@freebsd-current.sentex.ca> Date: Thu, 14 Jun 2012 21:56:17 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <54887691-6427-4CEE-A525-ADF5290CFCBC@bsdimp.com> References: <201206150311.q5F3BeJN021992@freebsd-current.sentex.ca> To: FreeBSD Tinderbox X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Thu, 14 Jun 2012 21:56:18 -0600 (MDT) Cc: arm@FreeBSD.org, current@FreeBSD.org Subject: Re: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2012 03:56:45 -0000 On Jun 14, 2012, at 9:11 PM, FreeBSD Tinderbox wrote: > /src/sys/arm/s3c2xx0/s3c24x0_machdep.c: In function 'initarm': > /src/sys/arm/s3c2xx0/s3c24x0_machdep.c:252: error: too few arguments = to function 'fake_preload_metadata' Odd... This looks like a stale build. 252 no longer has that call on = it... Warner