Re: Single worst bug for ports: lang/gcc* doesn't support c++11

2015-03-08 Thread Russell L. Carter
On 03/07/15 23:36, Yuri wrote: On 03/07/2015 21:28, Russell L. Carter wrote: I would like to understand better the problem here, because I use c++11 features heavily with lang/gcc49 on a daily basis with zero problems. No, gcc-4.9.3 fails in the same way. Specific missing feature: std::snpr

Re: Single worst bug for ports: lang/gcc* doesn't support c++11

2015-03-08 Thread Kimmo Paasiala
On Sun, Mar 8, 2015 at 2:36 PM, Kimmo Paasiala wrote: > On Sun, Mar 8, 2015 at 8:36 AM, Yuri wrote: >> On 03/07/2015 21:28, Russell L. Carter wrote: >>> >>> >>> I would like to understand better the problem here, because I use c++11 >>> features heavily with lang/gcc49 on a daily basis with zero

Re: Single worst bug for ports: lang/gcc* doesn't support c++11

2015-03-08 Thread Kimmo Paasiala
On Sun, Mar 8, 2015 at 8:36 AM, Yuri wrote: > On 03/07/2015 21:28, Russell L. Carter wrote: >> >> >> I would like to understand better the problem here, because I use c++11 >> features heavily with lang/gcc49 on a daily basis with zero problems. > > > No, gcc-4.9.3 fails in the same way. Specific

Re: Single worst bug for ports: lang/gcc* doesn't support c++11

2015-03-07 Thread Yuri
On 03/07/2015 21:28, Russell L. Carter wrote: I would like to understand better the problem here, because I use c++11 features heavily with lang/gcc49 on a daily basis with zero problems. No, gcc-4.9.3 fails in the same way. Specific missing feature: std::snprintf error: 'snprintf' is not a m

Re: Single worst bug for ports: lang/gcc* doesn't support c++11

2015-03-07 Thread Russell L. Carter
On 03/07/15 16:14, Yuri wrote: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193528 Many packages still don't build with clang (in part because Linux didn't adopt it as much as FreeBSD did), and at the same time they are changing code to be c++11. As a result, many such packages can't be u

Single worst bug for ports: lang/gcc* doesn't support c++11

2015-03-07 Thread Yuri
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193528 Many packages still don't build with clang (in part because Linux didn't adopt it as much as FreeBSD did), and at the same time they are changing code to be c++11. As a result, many such packages can't be updated any more. In two days I