From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZPwck-0001Rv-Aj for mharc-grub-devel@gnu.org; Thu, 13 Aug 2015 13:49:06 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPwch-0001M3-H3 for grub-devel@gnu.org; Thu, 13 Aug 2015 13:49:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPwcd-0005WA-Hi for grub-devel@gnu.org; Thu, 13 Aug 2015 13:49:03 -0400 Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:36154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPwcd-0005Vx-70 for grub-devel@gnu.org; Thu, 13 Aug 2015 13:48:59 -0400 Received: by lagz9 with SMTP id z9so30349990lag.3 for ; Thu, 13 Aug 2015 10:48:58 -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=TZx1junRs9v6gSZr26GWwwuMRyEp6np0CyO7gxXVqyk=; b=duzVdtg0oIaHI96NKYXKXjjqDOAd3t7D5JYRvWOWXd5YgsNwTM8exmyXtSUJS/6Xld ILHo+QDN62KerBRk/7bMPpurx7SUO8muOzoiLwBdDxM3qNC54c2buUd9TMwfa1oxEeP4 BBdRoGvKSU63BknYrIHpILbP6lfuGsOWYLKyPl5Fjopx83Mo0hkWA4ve0MLIVslJ9YhU WIbd9Yndad5ECrJicFzKAHeOKQWnaG/UFu1xzVgR7Ro91xuX9rMvMqvIt5FcNz8Z0kH5 dDhC3/LrrNEjIkM23DyQTw547MRdGg2wj6A4vqjsR74whsbaEdbZt5TJ1kbpgD9xbJ7V msMA== X-Received: by 10.152.5.130 with SMTP id s2mr38017482las.31.1439488138193; Thu, 13 Aug 2015 10:48:58 -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 k9sm738995lbp.13.2015.08.13.10.48.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Aug 2015 10:48:57 -0700 (PDT) Message-ID: <55CCD888.8040808@gmail.com> Date: Thu, 13 Aug 2015 20:48:56 +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> In-Reply-To: <55CC3134.5020706@gmx.li> 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::22a 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:49:04 -0000 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