From owner-freebsd-arm@FreeBSD.ORG Sun Sep 15 13:07:05 2013 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DEC5C7CA for ; Sun, 15 Sep 2013 13:07:05 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B400A20C4 for ; Sun, 15 Sep 2013 13:07:04 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1VLC2Z-000M8O-OE; Sun, 15 Sep 2013 13:07:03 +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 r8FD6xwq011697; Sun, 15 Sep 2013 07:06:59 -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: U2FsdGVkX1+9RwU5H+ugcLy8aRl9mBlb Subject: Re: crochet failing when installing ubldr From: Ian Lepore To: werner@makani-kai.com In-Reply-To: <52354E8F.1010808@makani-kai.com> References: <52354E8F.1010808@makani-kai.com> Content-Type: text/plain; charset="us-ascii" Date: Sun, 15 Sep 2013 07:06:59 -0600 Message-ID: <1379250419.1197.43.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Tim Kientzle , "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, 15 Sep 2013 13:07:05 -0000 On Sat, 2013-09-14 at 20:07 -1000, Werner Thie wrote: > Hi Tim > > sorry for bugging you, but crochet is failing when installing ubldr > > sh /usr/local/src/tools/install.sh -o root -g wheel -m 444 > /usr/local/src/sys/boot/arm/uboot/../../forth/loader.conf > /home/wthie/proj/crochet-freebsd/work/ubldr-armv6-BEAGLEBONE-NOWITNESS//boot/defaults/loader.conf > > which seems very strange (path has a double // in front of boot). > > The file loader.conf is available and I'm scratching my head for the > code which assembles this path > > Mahalo, Werner > > [other info snipped] You don't show an actual error message there. The double slash is harmless, it happens sometimes when scripts concatenate configured path strings together. -- Ian