Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1665801

Re: [PATCH] Unexport LANG env variable

From Michal Marek <mmarek@suse.com>
Newsgroups linux.kernel
Subject Re: [PATCH] Unexport LANG env variable
Date 2017-06-14 15:10 +0200
Message-ID <tSgdz-5BT-9@gated-at.bofh.it> (permalink)
References <tSfUf-5dU-47@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Dne 14.6.2017 v 14:40 Alexey Brodkin napsal(a):
> In those cases when we parse output of standard utilities like readelf
> etc we rely on a particular sentences. For example for ARC we extract
> an entry-point from vmlinux like that:
> ---------------------->8--------------------
> readelf -h vmlinux | grep "Entry point address" | grep -o 0x.*
> ---------------------->8--------------------
> 
> And in case LANG is set to anything other than en_XX we're getting
> nothing and subsequent execution of mkimage utility fails.
> 
> Probably there're more cases like that but given people rarely
> use non-English locales on their dev machines problems like the one
> above are not very visible.

I'm all for this change but the *.po files in the gcc tree must have
been created for a reason:

  https://github.com/gcc-mirror/gcc/tree/master/gcc/po

:)

Michal

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] Unexport LANG env variable Alexey Brodkin <Alexey.Brodkin@synopsys.com> - 2017-06-14 14:50 +0200
  Re: [PATCH] Unexport LANG env variable Michal Marek <mmarek@suse.com> - 2017-06-14 15:10 +0200
    Re: [PATCH] Unexport LANG env variable Alexey Brodkin <Alexey.Brodkin@synopsys.com> - 2017-06-14 15:20 +0200
      Re: [PATCH] Unexport LANG env variable Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-06-16 02:40 +0200

csiph-web