From owner-freebsd-current@freebsd.org Sun Nov 15 15:45:29 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 CC696A2F390 for ; Sun, 15 Nov 2015 15:45:29 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) (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 6987B1F7D for ; Sun, 15 Nov 2015 15:45:29 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by lbbkw15 with SMTP id kw15so76310622lbb.0 for ; Sun, 15 Nov 2015 07:45:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=vzZ1Qe9gy3bT9ksmf766FC3PNVN4QIwf5VIYDHd6voU=; b=G4IT3ShBn+FbRdnUy2HApMatABPnIQrv8flwqz0WTJlRwauheY68fvJxt2xCOo/ah0 SKuJeprI3jqAqk+Ik562M2mF49U05Ky2Be3bl0zPPjGC4Q/LP3xlbAaLxH6CUhkIGKXy PU5rD3x2GHuBNZ3UnFHlKWmbC7zbUsvxeySKAVV/0Emg20OaH1IEmzm+mhgh1/JBxTKK DmC717lCHZ8sBOf4OX4dDhclebKkW2Ib/AJyI5+Ul7NsXeKIZeKg+guiuSVJE8C1gaGW fOmq6lkR+dFhWoYrmzWe7YceyPY487KDeW6mBdSX/8ySf5LbjG01jdoEa97Gx7ZYx/mD l8hA== X-Gm-Message-State: ALoCoQkOyWsQ3dBPQYXyOpdARyH6ciHKzEgWMAoRNBZZv/neVYYRMYxTnP0f0RL/GyGGpzZ45ipb X-Received: by 10.112.42.41 with SMTP id k9mr14720405lbl.63.1447602327099; Sun, 15 Nov 2015 07:45:27 -0800 (PST) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id l67sm4844095lfd.43.2015.11.15.07.45.25 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 Nov 2015 07:45:25 -0800 (PST) Subject: Re: Need help fixing failing locale tests To: marino@freebsd.org, Baptiste Daroussin References: <69242BD8-9010-47F0-9706-BE206376ECEA@gmail.com> <289892B6-EACE-4BDA-B838-D3DC750319DE@gmail.com> <56482FA9.2010803@marino.st> <56487973.5070803@freebsd.org> <20151115124656.GB93991@ivaldir.etoilebsd.net> <564880FA.5000009@freebsd.org> <564882A3.7060109@marino.st> <5648842E.3050203@freebsd.org> <5648853F.2050901@marino.st> <56488A76.1090502@freebsd.org> <56488E8C.9080901@marino.st> <56489932.1080504@freebsd.org> <56489AEA.4060100@marino.st> <56489DB4.5050000@freebsd.org> <5648A211.40703@marino.st> <5648A6DD.8020507@freebsd.org> Cc: NGie Cooper , Craig Rodrigues , freebsd-current Current , "freebsd-testing@freebsd.org" From: Andrey Chernov Message-ID: <5648A895.2000407@freebsd.org> Date: Sun, 15 Nov 2015 18:45:25 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <5648A6DD.8020507@freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 15:45:29 -0000 On 15.11.2015 18:38, Andrey Chernov wrote: >> For the traditional checks, It's ironic, DragonFly uses short locales >> like "fr_FR" which link to the approprioprate ISO8859 or UTF-8 locale. >> Bapt removed them to avoid a bike shed and if he had not done that, this >> gettext configure would not be an issue as "fr_FR" is the very first check. > > But I dislike short locales due to their uncertainty And gettext-0.19.6/gettext-tools/configure is good example of that uncertainty. If DragonFly short locale fr_FR links to 8859-1, configure test does what it is intended, but if it links to UTF-8 it does not. -- http://ache.vniz.net/