From owner-freebsd-arm@FreeBSD.ORG Sun Mar 10 17:55:48 2013 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4A0FC2D1 for ; Sun, 10 Mar 2013 17:55:48 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) by mx1.freebsd.org (Postfix) with ESMTP id 02E75935 for ; Sun, 10 Mar 2013 17:55:47 +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 1UEkTK-000JBN-Oh; Sun, 10 Mar 2013 17:55:46 +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 r2AHtgoX008927; Sun, 10 Mar 2013 11:55:44 -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: U2FsdGVkX19aq5PaIZmJBil1G17pHf/o Subject: Re: beaglebone kernel broken in head From: Ian Lepore To: Brett Wynkoop In-Reply-To: <20130310125259.5a7cb592@ivory.wynn.com> References: <20130310125259.5a7cb592@ivory.wynn.com> Content-Type: text/plain; charset="us-ascii" Date: Sun, 10 Mar 2013 11:55:42 -0600 Message-ID: <1362938142.1291.265.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: "freebsd-arm@freebsd.org" 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, 10 Mar 2013 17:55:48 -0000 On Sun, 2013-03-10 at 12:52 -0400, Brett Wynkoop wrote: > Greeting- > > Just did an svn up with the intent of rebuilding my kernel and this is > what I have now: > > root@beaglebone:/usr/src/sys/arm/conf # !con > config BEAGLEBONE-BEW > config: BEAGLEBONE-BEW:24: cannot open included file > root@beaglebone:/usr/src/sys/arm/conf # > > > > Line 24 is below: > > include "../ti/am335x/std.beaglebone" > > Besides dropping back to my previous /usr/src backup does anyone have > any ideas? > > -Brett > I think something has gone wrong in your filesystem. I just updated to the latest and did a clean build of the kernel and had no problems, and that file is there on my system. -- Ian