From owner-freebsd-arm@FreeBSD.ORG Sun Oct 13 00:55:24 2013 Return-Path: Delivered-To: freebsd-arm@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 49F38D2D; Sun, 13 Oct 2013 00:55:24 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1B8A62923; Sun, 13 Oct 2013 00:55:23 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1VV9xk-0003Fc-NY; Sun, 13 Oct 2013 00:55:16 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id r9D0tDOI023915; Sat, 12 Oct 2013 18:55:13 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19rbPwhiIvmG2Kwh4j+s36K Subject: Re: svn commit: r256377 - in head: problems on ARM BEAGLEBONE From: Ian Lepore To: Mark R V Murray In-Reply-To: <502DD016-BBAD-419B-88CD-A6C2B378EEA2@grondar.org> References: <201310121257.r9CCvvjO006546@svn.freebsd.org> <1381622878.42859.25.camel@revolution.hippie.lan> <502DD016-BBAD-419B-88CD-A6C2B378EEA2@grondar.org> Content-Type: text/plain; charset="us-ascii" Date: Sat, 12 Oct 2013 18:55:13 -0600 Message-ID: <1381625713.42859.26.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , freebsd-arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Oct 2013 00:55:24 -0000 On Sun, 2013-10-13 at 01:29 +0100, Mark R V Murray wrote: > On 13 Oct 2013, at 01:07, Ian Lepore wrote: > > It looks like the cause of the problem is that both the dummy and the > > yarrow generators register, dummy first, and so it gets chosen even > > though yarrow is available. > > Correct diagnosis! > > This is now fixed; sorry for the hassle. > > M Yep, I just updated and rebuilt, it's all better now, thanks! -- Ian