From owner-freebsd-arm@freebsd.org Thu Nov 19 10:21:37 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 262EBA33696 for ; Thu, 19 Nov 2015 10:21:37 +0000 (UTC) (envelope-from herbert@oslo.ath.cx) Received: from oslo.ath.cx (oslo.ath.cx [144.76.166.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E535A152B for ; Thu, 19 Nov 2015 10:21:36 +0000 (UTC) (envelope-from herbert@oslo.ath.cx) Received: from oslo.ath.cx (localhost [IPv6:::1]) by oslo.ath.cx (Postfix) with SMTP id 617E11B97 for ; Thu, 19 Nov 2015 11:21:29 +0100 (CET) Date: Thu, 19 Nov 2015 11:21:29 +0100 From: "Herbert J. Skuhra" To: freebsd-arm@freebsd.org Subject: Re: Installworld failure, missing locale file? Message-ID: <20151119102129.GA89895@oslo.ath.cx> References: <20151118232736.GC70166@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151118232736.GC70166@www.zefox.net> User-Agent: Mutt/1.5.24+27 (c799162691b2) (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 10:21:37 -0000 On Wed, Nov 18, 2015 at 03:27:36PM -0800, bob prohaska wrote: > Hi all, > > The latest OS build failed at installworld, with > install: /usr/share/locale/en_US.ISO8859-15/LC_CTYPE: No such file or directory > *** [_FILESINS_en_US.ISO8859-15.LC_CTYPE] Error code 71 > > Buildworld reported successful completion, so I'm stumped. Re-running svnlite > update reporting nothing that looked relevant. The building system is at > r290972M, the built system is a day or two later. Check /usr/src/UPDATATING (Entry from 20151108). The entry has been corrected in r291019, so run 'svnlite up' first. -- Herbert