From owner-freebsd-current@freebsd.org Sun Nov 15 11:30:15 2015 Return-Path: Delivered-To: freebsd-current@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 10C0AA2F6E0; Sun, 15 Nov 2015 11:30:15 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0717A1804; Sun, 15 Nov 2015 11:30:14 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.22] (210.Red-81-38-187.dynamicIP.rima-tde.net [81.38.187.210]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 3C19143BA1; Sun, 15 Nov 2015 05:30:10 -0600 (CST) Subject: Re: Need help fixing failing locale tests To: Craig Rodrigues , Baptiste Daroussin References: <69242BD8-9010-47F0-9706-BE206376ECEA@gmail.com> <289892B6-EACE-4BDA-B838-D3DC750319DE@gmail.com> <56482FA9.2010803@marino.st> <02FA2ED1-42BF-4BF2-879D-5463A119C000@gmail.com> <564838AD.2000402@marino.st> Cc: freebsd-current Current , "freebsd-testing@freebsd.org" Reply-To: marino@freebsd.org From: John Marino Message-ID: <56486CBF.3010200@marino.st> Date: Sun, 15 Nov 2015 12:30:07 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 15 Nov 2015 12:18:33 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2015 11:30:15 -0000 On 11/15/2015 12:23 PM, Craig Rodrigues wrote: > > > On Sat, Nov 14, 2015 at 11:47 PM, John Marino > wrote: > > > With 4.) they have been removed from FreeBSD when "Make upgrade" is run > after rebuilding. Does FreeBSD have a cleanup like that, and did you > run it? If not, then maybe that needs to be updated. by they way, this was meant to be "removed from DragonFly". I don't know if "make upgrade" is set right for FreeBSD. (it appears not) > > I did not run "make upgrade". > I did this: > cd /usr/src > svn up > > I then ran the 11 steps listed in /usr/src/Makefile: > > https://github.com/freebsd/freebsd/blob/master/Makefile#L73 > > It looks like after running those steps, my system is in an inconsistent > state. I see that the following symlinks point to nonexistent files. [snip] It looks like the deleted locales were not removed. They should be. > What is the fix for this? I think somebody needs to add these locales to be reaped by make upgrade. > It looks like there is some Makefile logic which is wrong. John