From owner-freebsd-current@freebsd.org Sun Nov 15 11:38:32 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 4AE82A2F8D7; Sun, 15 Nov 2015 11:38:32 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1838E1C12; Sun, 15 Nov 2015 11:38:32 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pacdm15 with SMTP id dm15so145129958pac.3; Sun, 15 Nov 2015 03:38:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=iYI5+C4PpDHgItfdmvOuc5DTcTJUigkxOwqwcI1fkHg=; b=Ed+azcyjUjVW8yx2I8qhGfYPDCutEPEgYQNg+VLXse1h0wlNwQ1VhyGHK4oKtCslyT VEhUCwXgO44urzCEPgnqqSyL8sLZueg2uWaUFQrIz/9L6YMOTXf5vWPQ0KVRo7OgWP87 RPYRYN71ejcgVMRRQmS/hD+okbZskQLzEwV4xtmPuAgaKU8pWAgukEH7FDpgo5m2Dxbl psixAu+sHDRzguHjm9W6IuWBZqWm/S59vGiJwRWGNjiPFpwAqJfj0qApfZExSNDIYn50 rqV9OrY5AjLRABKe1uJdWq4nj8mrRuCH9b12KcY5mdJuvS111tiN5PPyCei17svwXEvM Jc7A== X-Received: by 10.67.5.164 with SMTP id cn4mr45894748pad.141.1447587511664; Sun, 15 Nov 2015 03:38:31 -0800 (PST) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id qd2sm30231670pbb.68.2015.11.15.03.38.29 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 15 Nov 2015 03:38:29 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: Need help fixing failing locale tests From: NGie Cooper In-Reply-To: <56486CBF.3010200@marino.st> Date: Sun, 15 Nov 2015 03:38:28 -0800 Cc: Craig Rodrigues , Baptiste Daroussin , freebsd-current Current , "freebsd-testing@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: 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> <56486CBF.3010200@marino.st> To: marino@freebsd.org X-Mailer: Apple Mail (2.2104) 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:38:32 -0000 > On Nov 15, 2015, at 03:30, John Marino = wrote: =E2=80=A6 > 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) make upgrade doesn=E2=80=99t exist on FreeBSD: $ (cd /usr/src/svn/; make upgrade) make: don't know how to make upgrade. Stop make: stopped in /usr/src/svn $ > It looks like the deleted locales were not removed. > They should be. Hence my previous reply=E2=80=A6 > I think somebody needs to add these locales to be reaped by make = upgrade. ObsoleteFiles.inc is missing old locale files/directories. Cheers, -NGie=