From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZttD9-0002xJ-QW for mharc-grub-devel@gnu.org; Wed, 04 Nov 2015 03:14:27 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZttD6-0002sY-Dy for grub-devel@gnu.org; Wed, 04 Nov 2015 03:14:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZttD1-0007RS-Ex for grub-devel@gnu.org; Wed, 04 Nov 2015 03:14:24 -0500 Received: from mail-lf0-x22c.google.com ([2a00:1450:4010:c07::22c]:34785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZttD1-0007RI-8N for grub-devel@gnu.org; Wed, 04 Nov 2015 03:14:19 -0500 Received: by lfgh9 with SMTP id h9so36654278lfg.1 for ; Wed, 04 Nov 2015 00:14:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=nbQqDCfLIJ5jSFGflbZlauDmZBIx0IO+hfUAHkWEAtg=; b=UkG3LOSjeqUT4lXy2D+Aj8ifgAJDfv6jwKFRz1+UeHZDbvsGfWQOY8jZSGxzAuhTaS OWtjrSLV+0HeDngExurKLIzfO2jOyFi0QoXB7MlYVBmei2/dAE/CrRBHlXJ0o8q+jA70 F6U/2ownktrV7/JuawuxurhfyhfSOqK5JMs0GoQPdL87ClRVH4Rnpv4+53ajDOYz8JQW kcQ0rSkh7NLUutFR0KZiiIXwsSQiEDG8jF+ZvjhI/vRWZlb9tPWleYrU/Ta1zPj8efe8 lsuJX8FmzPPjCVM0jUchKHZ9uJ1mZUhYxvPDyErmt08TLpgaf+q4yl0rogpOy8qRq6sJ HvnA== X-Received: by 10.25.156.5 with SMTP id f5mr96544lfe.46.1446624858431; Wed, 04 Nov 2015 00:14:18 -0800 (PST) Received: from [192.168.1.41] (ppp91-76-25-247.pppoe.mtu-net.ru. [91.76.25.247]) by smtp.gmail.com with ESMTPSA id g65sm30622lfb.11.2015.11.04.00.14.17 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Nov 2015 00:14:17 -0800 (PST) Subject: Re: C.UTF-8 may not be present resulting in failed build To: grub-devel@gnu.org References: <5637AFDE.7080807@gmail.com> From: Andrei Borzenkov Message-ID: <5639BE58.5070007@gmail.com> Date: Wed, 4 Nov 2015 11:14:16 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c07::22c X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2015 08:14:25 -0000 03.11.2015 21:44, Vladimir 'phcoder' Serbinenko пишет: > Le 2 nov. 2015 7:48 PM, "Andrei Borzenkov" a écrit : >> >> Extra catalogs added in da0d5b3f explicitly require C.UTF-8 locale. This > locale may not be present (e.g. openSUSE does not have it). >> >> Upstream gettext (and hence en@quot rules) does not use it. Is forcing > this locale really needed? >> >> > We use them in tests as an easy alternative to real translations. But we > can generate them without this locale. We could replace y sed command with > bunch of s and use pain C locale But it has C.UTF-8 not only for sed, but for all other commands invocations. Is it really needed