From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZPwi8-0005yK-B6 for mharc-grub-devel@gnu.org; Thu, 13 Aug 2015 13:54:40 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPwi6-0005wB-RY for grub-devel@gnu.org; Thu, 13 Aug 2015 13:54:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPwi3-0008Vg-Lh for grub-devel@gnu.org; Thu, 13 Aug 2015 13:54:38 -0400 Received: from mail-la0-x236.google.com ([2a00:1450:4010:c03::236]:33641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPwi3-0008Va-Dx for grub-devel@gnu.org; Thu, 13 Aug 2015 13:54:35 -0400 Received: by lalv9 with SMTP id v9so30439234lal.0 for ; Thu, 13 Aug 2015 10:54:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=iHLvsrew4NHv/T62x7+xECcA4axTX95TqQ1ca0l4K+k=; b=SMPiwDYHTLf6bj6jqb4bk3FsIx2+pL23t6rNjVTKZ2LIYf3QYtZuZfVMx4slPa2VJd 5Wd65UXs+5d7uDsqfEZ+Vp3kkXbPfazdPfVb6Oyw6kXipWd1HvPaFTXSTTLVMKi0G8de XBVsJVAXJ1Nf6uH4J3iP4nWZt5KtIfoFPSmyRN6X10iM/ZvoipTgGwTlaMFHru/to6le 7prCw43jjg1LndjO1ngXH8svjPm+G7OTOTAVwbdwZQA2hTxYwxmxeXi9iaf1TJgnc3DV jzSa9jvihzZpLBtHw3XLUe0CdTHQYLSZ8Qle75bc2wm/PF8JTNk1KSZ/q48rWN6/IV/X KiiA== X-Received: by 10.152.21.103 with SMTP id u7mr36738845lae.49.1439488474630; Thu, 13 Aug 2015 10:54:34 -0700 (PDT) Received: from [192.168.1.43] (ppp91-76-5-127.pppoe.mtu-net.ru. [91.76.5.127]) by smtp.gmail.com with ESMTPSA id q5sm747254laj.6.2015.08.13.10.54.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Aug 2015 10:54:34 -0700 (PDT) Message-ID: <55CCD9D9.4090201@gmail.com> Date: Thu, 13 Aug 2015 20:54:33 +0300 From: Andrei Borzenkov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: Bug with the locale path References: <55CC3134.5020706@gmx.li> <55CCD888.8040808@gmail.com> <885369DA-FDEE-4FB7-8C00-6336C4C1734C@me.com> In-Reply-To: <885369DA-FDEE-4FB7-8C00-6336C4C1734C@me.com> Content-Type: text/plain; charset=windows-1252; 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:c03::236 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: Thu, 13 Aug 2015 17:54:39 -0000 On 13.08.2015 20:52, Toomas Soome wrote: > > it (was?) issue when translations were not imported before configure/build. if you have translations imported, then the locale path will be populated with messages files and therefore the directory is created. > The problem here is not missing translations but wrong locale path. I do not have grub translations either (actually I did not even install grub in the first place, I run grub-install from the build dir). > rgds, > toomas > > >> On 13.08.2015, at 20:48, Andrei Borzenkov wrote: >> >> >> >> On 13.08.2015 08:55, Goofy wrote: >>> Hello, >>> >>> i play around with the grub 2.02~Beta2 and i think there is a litte bug ? >>> i configure the paket with the following line >>> ./configure --prefix= --datarootdir=/usr/share >>> --localedir=/usr/share/locale >>> >>> but if i want to install grub with >>> >>> # grub-install /dev/sda >>> Installing for i386-pc platform. >>> grub-install: warning: cannot open directory `/usr/local/share/locale': >> >> I can't reproduce it using current GIT master so I assume it is fixed in the meantime. >> >>> File or Directory not found >>> >>> but in the config.log is >>> >>> .... >>> $ ./configure --prefix= --datarootdir=/usr/share >>> --localedir=/usr/share/locale >>> >>> .... >>> >>> localedir='/usr/share/locale' >>> #define LOCALEDIR "/usr/share/locale" >>> >>> >>> >>> _______________________________________________ >>> Grub-devel mailing list >>> Grub-devel@gnu.org >>> https://lists.gnu.org/mailman/listinfo/grub-devel >> >> _______________________________________________ >> Grub-devel mailing list >> Grub-devel@gnu.org >> https://lists.gnu.org/mailman/listinfo/grub-devel > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel >