[gentoo-dev] Re: [RFC] News item: GCC 4.8.3 defaults to -fstack-protector

2014-06-13 Thread Ryan Hill
On Fri, 13 Jun 2014 09:38:32 -0400 Rich Freeman wrote: > On Fri, Jun 13, 2014 at 9:22 AM, Jeroen Roovers wrote: > > The problem I see is that anyone who wants to switch to having > > -fstack-protector enabled by default early will run into the glibc > > problem (much as I did), when all the bug

[gentoo-dev] python-utils-r1.eclass: fixes & improvements for python_fix_shebang

2014-06-13 Thread Michał Górny
Hello, all. Attaching two patches: one that practically rewrites python_fix_shebang, and the other one that adds proper tests for it. Major changes: 1. I replaced unclear space magic that attempted to handle corner cases with plain 'for i in ${shebang}' -- trying to match various python* pattern

Re: [gentoo-dev] Re: [RFC] News item: GCC 4.8.3 defaults to -fstack-protector

2014-06-13 Thread Joshua Kinard
On 06/13/2014 14:08, Greg Turner wrote: > On Fri, Jun 13, 2014 at 6:38 AM, Rich Freeman wrote: >> add the strip-flags statement to the ebuild and be done >> with it > > To do it "greenly" we'd obviously want to know the precise surface > area of the problem and then to correctly express those cir

Re: [gentoo-dev] Re: [RFC] News item: GCC 4.8.3 defaults to -fstack-protector

2014-06-13 Thread Joshua Kinard
On 06/13/2014 14:41, Joshua Kinard wrote: > On 06/13/2014 14:08, Greg Turner wrote: >> On Fri, Jun 13, 2014 at 6:38 AM, Rich Freeman wrote: >>> add the strip-flags statement to the ebuild and be done >>> with it >> >> To do it "greenly" we'd obviously want to know the precise surface >> area of th

Re: [gentoo-dev] Re: [RFC] News item: GCC 4.8.3 defaults to -fstack-protector

2014-06-13 Thread Joshua Kinard
On 06/13/2014 14:08, Greg Turner wrote: > On Fri, Jun 13, 2014 at 6:38 AM, Rich Freeman wrote: >> add the strip-flags statement to the ebuild and be done >> with it > > To do it "greenly" we'd obviously want to know the precise surface > area of the problem and then to correctly express those cir

Re: [gentoo-dev] Re: [RFC] News item: GCC 4.8.3 defaults to -fstack-protector

2014-06-13 Thread Greg Turner
On Fri, Jun 13, 2014 at 6:38 AM, Rich Freeman wrote: > add the strip-flags statement to the ebuild and be done > with it To do it "greenly" we'd obviously want to know the precise surface area of the problem and then to correctly express those circumstances in eblit code that could stand up to th

Re: [gentoo-dev] Re: [RFC] News item: GCC 4.8.3 defaults to -fstack-protector

2014-06-13 Thread Rich Freeman
On Fri, Jun 13, 2014 at 9:22 AM, Jeroen Roovers wrote: > The problem I see is that anyone who wants to switch to having > -fstack-protector enabled by default early will run into the glibc > problem (much as I did), when all the bug reports that point out the > problem have been closed as INVALID.

Re: [gentoo-dev] Re: [RFC] News item: GCC 4.8.3 defaults to -fstack-protector

2014-06-13 Thread Jeroen Roovers
On Thu, 12 Jun 2014 23:43:55 -0600 Ryan Hill wrote: > On Wed, 11 Jun 2014 15:23:15 +0200 > Jeroen Roovers wrote: > > > Will bug #332823 and its ilk somehow be mitigated? Emerging glibc > > with -fstack-protector still leads to similar problems. There > > doesn't currently seem to be a bug repor