[gentoo-dev] Re: News item announcing as-needed (glep 42 stuff)

2010-07-30 Thread Ryan Hill
On Wed, 28 Jul 2010 03:02:35 -0400 Jonathan Callen wrote: > On 07/28/2010 01:26 AM, Ryan Hill wrote: > > We default to --hash-style=both everywhere which already covers it. > > No it does not, for two reasons: one, the portage QA check is run only > if LDFLAGS actually contains the string "--has

Re: [gentoo-dev] Locale check in python_pkg_setup()

2010-07-30 Thread Mike Frysinger
On Thursday, July 29, 2010 19:16:42 Arfrever Frehtes Taifersar Arahesis wrote: > We received too many invalid bugs caused by unsupported locales. > python_pkg_setup() needs to check locale and print error (using eerror(), > without die()), when unsupported locale has been detected. there is no suc

Re: [gentoo-dev] Locale check in python_pkg_setup()

2010-07-30 Thread Brian Harring
On Fri, Jul 30, 2010 at 09:49:21AM -0700, "Paweee Hajdan, Jr." wrote: > On 7/29/10 8:48 PM, Brian Harring wrote: > > It's basically annoying people into changing to partially > > sidestep a couple of bugs, instead of fixing the issue- and that's the > > wrong course of action. > > I think that w

Re: [gentoo-dev] Locale check in python_pkg_setup()

2010-07-30 Thread Paweł Hajdan, Jr.
On 7/29/10 8:48 PM, Brian Harring wrote: > It's basically annoying people into changing to partially > sidestep a couple of bugs, instead of fixing the issue- and that's the > wrong course of action. I think that with python earlier than python-3 unicode handling is quite complicated, and I'm no

Re: [gentoo-dev] Locale check in python_pkg_setup()

2010-07-30 Thread Harald van Dijk
On Fri, Jul 30, 2010 at 01:16:18AM +0200, Arfrever Frehtes Taifersar Arahesis wrote: > We received too many invalid bugs caused by unsupported locales. > python_pkg_setup() needs to check > locale and print error (using eerror(), without die()), when unsupported > locale has been detected. I'm