From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZtK9G-0007X6-LJ for mharc-grub-devel@gnu.org; Mon, 02 Nov 2015 13:48:06 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtK9E-0007Ww-Lt for grub-devel@gnu.org; Mon, 02 Nov 2015 13:48:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZtK9B-0007jj-GJ for grub-devel@gnu.org; Mon, 02 Nov 2015 13:48:04 -0500 Received: from mail-lb0-x232.google.com ([2a00:1450:4010:c04::232]:35108) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtK9B-0007ja-8y for grub-devel@gnu.org; Mon, 02 Nov 2015 13:48:01 -0500 Received: by lbbes7 with SMTP id es7so94359247lbb.2 for ; Mon, 02 Nov 2015 10:48:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=E/2VJfCi0+LDwewj8g23jgZ5eDCvlSl5UYy+Py8epIo=; b=DE4rxleZ9HbOtCYz7/DNMsbR1moQbD/VSekeuxB6BInZOqLlllDgEuL8aCahJuoxGu ycifyAROMA4OMSYB7G/lqNjMBMPDG7xnpkr0kqutpP7cT2TVVLOmtu/rm6GxuK/W0a+j n2ujIjSEFEC1m3dX+e/2BhtqFZ2WvRWnBzoYUXtM9+in+bG0c7vnaIHJemY6/0HdzJL1 9o393iVmRx+b+wP53eKYhBH3WhloAzssmTyAsz4W0jfccFHZbAW+zp8BO1jj0Td6me5e FFCnBBI+OVEZfDjsg57IxI/ZT4JwqjNZsZHMteqtO6CceRXRwHSYtj1GOe1JN7IgUk/Q N/gA== X-Received: by 10.112.168.10 with SMTP id zs10mr10907684lbb.101.1446490080422; Mon, 02 Nov 2015 10:48:00 -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 c6sm4141623lbp.2.2015.11.02.10.47.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Nov 2015 10:47:59 -0800 (PST) To: The development of GNU GRUB From: Andrei Borzenkov Subject: C.UTF-8 may not be present resulting in failed build Message-ID: <5637AFDE.7080807@gmail.com> Date: Mon, 2 Nov 2015 21:47:58 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::232 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: Mon, 02 Nov 2015 18:48:05 -0000 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?