Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Cc: Arfrever Frehtes Taifersar Arahesis <Arfrever@g.o>
Subject: Re: [gentoo-dev] Locale check in python_pkg_setup()
Date: Mon, 02 Aug 2010 21:40:42
Message-Id: 201008021740.27435.vapier@gentoo.org
In Reply to: Re: [gentoo-dev] Locale check in python_pkg_setup() by Arfrever Frehtes Taifersar Arahesis
1 the env lookup is still way more complicated than it needs to be:
2 locale=${LC_ALL:-${LC_CTYPE:-${LANG}}}
3
4 it is not possible for these variables to be set but not exported unless an
5 ebuild is doing it, and those are broken anyways.
6
7 the message should also reference an open bug report for people to follow so
8 that this issue is properly fixed. you cant drop warnings like this into
9 places without a referenced bug # otherwise they can easily become outdated
10 but no one knows how to easily determine "can this be punted yet".
11 -mike

Attachments

File name MIME type
signature.asc application/pgp-signature