Gentoo Archives: gentoo-portage-dev

From: "Anthony G. Basile" <basile@××××××××××××××.edu>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] pym/portage/util/locale.py: add a C module to check locale
Date: Wed, 18 May 2016 14:51:50
Message-Id: 573C8182.904@opensource.dyc.edu
In Reply to: Re: [gentoo-portage-dev] [PATCH] pym/portage/util/locale.py: add a C module to check locale by Brian Dolbec
1 On 5/18/16 10:26 AM, Brian Dolbec wrote:
2 > On Wed, 18 May 2016 06:08:20 -0400
3 > "Anthony G. Basile" <basile@××××××××××××××.edu> wrote:
4 >
5 >> On 5/18/16 2:50 AM, Alexander Berntsen wrote:
6 >>> On 17/05/16 14:47, Anthony G. Basile wrote:
7 >>>> Since this is the first python module written in C included in
8 >>>> portage, as a side effect, we introduce the machinary for future
9 >>>> modules in setup.py.
10 >>> Split it into two commits.
11 >>>
12 >> Read the code, you really can't.
13 >>
14 >
15 > I think he means the setup.py change that adds the extension
16 > capability, then add the locale changes and new module.
17 > That seems like a logical split to me.
18 >
19
20 Actually its got nothing to do with the module. Its an independent bug.
21 Here's how you can reproduce:
22
23 1. edit /etc/locale.gen and uncomment all the locales
24
25 2. run locale-gen
26
27 3. use eselect locale to choose 'turkish'
28
29 4. use eselect python to choose 2.7
30
31 5. emerge =sys-apps/gradm or anything
32
33 No patch nothing. You'll hit it with 2.2.28 and above.
34
35 Brian, can you see if you hit it there.
36
37 --
38 Anthony G. Basile, Ph. D.
39 Chair of Information Technology
40 D'Youville College
41 Buffalo, NY 14201
42 (716) 829-8197

Replies

Subject Author
Re: [gentoo-portage-dev] [PATCH] pym/portage/util/locale.py: add a C module to check locale "Anthony G. Basile" <basile@××××××××××××××.edu>