Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
does emerge set LANG to C ?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3921
Location: Hamburg

PostPosted: Mon Jan 14, 2013 10:16 pm    Post subject: does emerge set LANG to C ? Reply with quote

A recent change in dev-python/PyQt4-4.9.6-r1 :
Code:
21d20
<
96c95
<       use $1 && echo --enable=${2:-Qt$(echo ${1:0:1} | tr '[:lower:]' '[:upper:]')${1:1}}
---
>       use $1 && echo --enable=${2:-Qt$(tr 'a-z' 'A-Z' <<< ${1:0:1})${1:1}}

let me wonder if emerge uses/sets a LANG where "z" is really the last character in the alphabet.
Back to top
View user's profile Send private message
aCOSwt
Bodhisattva
Bodhisattva


Joined: 19 Oct 2007
Posts: 2537
Location: Hilbert space

PostPosted: Mon Jan 14, 2013 10:36 pm    Post subject: Reply with quote

I don't think emerge sets LANG=C
Some ebuilds (motif,?...) and some eclasses (mysql,?...) do.
_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum