[gentoo-dev] Re: Last rites: net-im/kmess, net-im/amsn, x11-themes/amsn-skins

2014-10-12 Thread Nuno Silva (aka njsg)
On 2014-09-02, Markos Chandras hwoar...@gentoo.org wrote: Hi, They were already masked, but because of http://www.forbes.com/sites/amitchowdhry/2014/08/31/msn-messenger-is-completely-shutting-down-on-october-31st/ , I see no point having these packages in the tree anymore. I will remove

Re: [gentoo-dev] Unify keyring related USE flags

2014-10-12 Thread Pacho Ramos
El dom, 12-10-2014 a las 00:13 +0400, Alexander Tsoy escribió: [...] I think we should simply have a keyring USE flag to enable what most people will want - keyring support. Some apps have optional support for both kwallet and gnome-keyring (e.g. darktable, subversion). So I'm not sure

Re: [gentoo-dev] more help needed with gcc-4.8 stabilization, chromium starts heavily using C++11

2014-10-12 Thread Anthony G. Basile
On 10/11/14 22:06, Rich Freeman wrote: On Sat, Oct 11, 2014 at 5:27 PM, Anthony G. Basile bluen...@gentoo.org wrote: I would say the following still should be fixed: ... These look like some namespace issues, and different use of registers (on x86). #46 is hardened specific. Do any of

Re: [gentoo-dev] last rites: dev-perl/Template-Latex

2014-10-12 Thread Andreas K. Huettel
Am Samstag, 11. Oktober 2014, 21:03:27 schrieb Andreas K. Huettel: # Andreas K. Huettel dilfri...@gentoo.org (11 Oct 2014) # Outdated and unused; masked for removal in 30 days dev-perl/Template-Latex Reverted since it's still needed. pkgmove and version bump following soon. -- Andreas K.

Re: [gentoo-dev] more help needed with gcc-4.8 stabilization, chromium starts heavily using C++11

2014-10-12 Thread Rich Freeman
On Sun, Oct 12, 2014 at 8:23 AM, Anthony G. Basile bluen...@gentoo.org wrote: I'm working on that. I'm not sure that #46 is hardened i686 specific right now. I'm hitting it on vm with even the vanilla gcc so something else might be going on here. VLC built fine on stable amd64 with

[gentoo-dev] Add gcc-specs-stack-check() to toolchain-funcs.eclass

2014-10-12 Thread Anthony G. Basile
Hi everyone, I'd like to add the patch below to toolchain-funcs.eclass. I need it for bug #46 and it helps to address a category of bugs which gcc-4.8 uncovers. 4.8 and above introduces -fstack-check. This is code emitted by gcc to make sure you don't go past the beyond the boundary of

Re: [gentoo-dev] more help needed with gcc-4.8 stabilization, chromium starts heavily using C++11

2014-10-12 Thread Anthony G. Basile
On 10/12/14 11:05, Rich Freeman wrote: On Sun, Oct 12, 2014 at 8:23 AM, Anthony G. Basile bluen...@gentoo.org wrote: I'm working on that. I'm not sure that #46 is hardened i686 specific right now. I'm hitting it on vm with even the vanilla gcc so something else might be going on here.

Re: [gentoo-dev] Add gcc-specs-stack-check() to toolchain-funcs.eclass

2014-10-12 Thread Dan Douglas
On Sun, Oct 12, 2014 at 11:22 AM, Anthony G. Basile bluen...@gentoo.org wrote: Hi everyone, I'd like to add the patch below to toolchain-funcs.eclass. I need it for bug #46 and it helps to address a category of bugs which gcc-4.8 uncovers. 4.8 and above introduces -fstack-check. This

Re: [gentoo-dev] Add gcc-specs-stack-check() to toolchain-funcs.eclass

2014-10-12 Thread Rick Zero_Chaos Farina
On 10/12/2014 02:03 PM, Dan Douglas wrote: On Sun, Oct 12, 2014 at 11:22 AM, Anthony G. Basile bluen...@gentoo.org wrote: --- toolchain-funcs.eclass.orig2014-10-12 11:23:41.585182742 -0400 +++ toolchain-funcs.eclass2014-10-12 11:31:57.170205300 -0400 @@ -610,6 +610,12 @@

[gentoo-dev] stepping out

2014-10-12 Thread Angelo Arrifano
Hello all, I cannot keep up with my duties as a maintainer of my packages anymore (listed below). My development machine died and I ended up installing Debian on it. Gentoo was (and still is) a very good development platform but I do not have the time to maintain a Gentoo install in my desktop

Re: [gentoo-dev] stepping out

2014-10-12 Thread Alice Ferrazzi
* games-simulation/corsix-th development is active in upstream, has quite a few Gentoo users. oh corsix-th. i played at theme hospital and i would like to try corsix-th with time permitting :O i liked bullfrog games. * dev-embedded/arduino does not need introduction i'm bit interested in this.

Re: [gentoo-dev] Add gcc-specs-stack-check() to toolchain-funcs.eclass

2014-10-12 Thread Mike Gilbert
On Sun, Oct 12, 2014 at 2:03 PM, Dan Douglas orm...@gmail.com wrote: On Sun, Oct 12, 2014 at 11:22 AM, Anthony G. Basile bluen...@gentoo.org wrote: Hi everyone, I'd like to add the patch below to toolchain-funcs.eclass. I need it for bug #46 and it helps to address a category of bugs

Re: [gentoo-dev] Add gcc-specs-stack-check() to toolchain-funcs.eclass

2014-10-12 Thread Ulrich Mueller
On Sun, 12 Oct 2014, Dan Douglas wrote: On Sun, Oct 12, 2014 at 11:22 AM, Anthony G. Basile bluen...@gentoo.org wrote: +# Returns true if gcc builds with fstack-check +gcc-specs-stack-check() { +local directive +directive=$(gcc-specs-directive cc1) +return $([[

Re: [gentoo-dev] Add gcc-specs-stack-check() to toolchain-funcs.eclass

2014-10-12 Thread Anthony G. Basile
On 10/12/14 15:46, Ulrich Mueller wrote: On Sun, 12 Oct 2014, Dan Douglas wrote: On Sun, Oct 12, 2014 at 11:22 AM, Anthony G. Basile bluen...@gentoo.org wrote: +# Returns true if gcc builds with fstack-check +gcc-specs-stack-check() { +local directive +directive=$(gcc-specs-directive

Re: [gentoo-dev] Add gcc-specs-stack-check() to toolchain-funcs.eclass

2014-10-12 Thread Anthony G. Basile
On 10/12/14 15:55, Anthony G. Basile wrote: On 10/12/14 15:46, Ulrich Mueller wrote: On Sun, 12 Oct 2014, Dan Douglas wrote: On Sun, Oct 12, 2014 at 11:22 AM, Anthony G. Basile bluen...@gentoo.org wrote: +# Returns true if gcc builds with fstack-check +gcc-specs-stack-check() { +local

Re: [gentoo-dev] stepping out

2014-10-12 Thread Mart Raudsepp
On P, 2014-10-12 at 20:47 +0200, Angelo Arrifano wrote: * media-plugins/gst-plugins-jack the version in portage is old This is in GStreamer herd and will receive bumps together with the rest very soon (and mustn't be bumped without everything else). But we could use help from people known to

Re: [gentoo-dev] more help needed with gcc-4.8 stabilization, chromium starts heavily using C++11

2014-10-12 Thread viv...@gmail.com
Hi, have you considered to stabilize gcc:4.9 instead possibly 4.9.2 ? I'm not really suggesting to do so, but seem that most of the problems of 4.9.1 are the same of 4.8.3 so maybe it's worth considering. Il 11/10/2014 13:57, Paweł Hajdan, Jr. ha scritto: In my earlier thread

Re: [gentoo-dev] Add gcc-specs-stack-check() to toolchain-funcs.eclass

2014-10-12 Thread Alex Xu
On 12/10/14 05:22 PM, Anthony G. Basile wrote: # @FUNCTION: tc-export_build_env @@ -578,37 +578,37 @@ gcc-specs-relro() { local directive directive=$(gcc-specs-directive link_command) -return $([[ ${directive/\{!norelro:} != ${directive} ]]) +[[ ${directive/\{!norelro:}