Re: [Pan-users] Weird bug with gcc-5.2's libstdc++ (sort of solved)

2015-09-09 Thread Duncan
walt posted on Wed, 09 Sep 2015 05:06:17 -0700 as excerpted: > Very interesting. I never considered licensing as a driver for llvm. > Now I'm wondering about mir (from ubuntu) and wayland as replacements > for X. I'd heard that those projects are driven by the need for > something simpler and fa

Re: [Pan-users] Weird bug with gcc-5.2's libstdc++ (sort of solved)

2015-09-09 Thread walt
On Wed, 9 Sep 2015 09:21:36 + (UTC) Duncan <1i5t5.dun...@cox.net> wrote: > walt posted on Tue, 08 Sep 2015 13:22:29 -0700 as excerpted: > > > I'm curious about clang versus gcc. I notice that projects like > > mesa use clang/llvm (I think) because it compiles faster than gcc > > (?) or maybe

Re: [Pan-users] Weird bug with gcc-5.2's libstdc++ (sort of solved)

2015-09-09 Thread Duncan
walt posted on Tue, 08 Sep 2015 13:22:29 -0700 as excerpted: > I'm curious about clang versus gcc. I notice that projects like mesa > use clang/llvm (I think) because it compiles faster than gcc (?) or > maybe because they can't use gcc to generate code in real time(?). In mesa's case, use of ll

Re: [Pan-users] Weird bug with gcc-5.2's libstdc++ (sort of solved)

2015-09-08 Thread walt
On Mon, 7 Sep 2015 17:48:05 + (UTC) Holger Hoffstätte wrote: > Upstream bug with proper patch, in case this affects anyone else: > https://bugzilla.gnome.org/show_bug.cgi?id=754698 Thanks for the heads up. When I read the details of the patch I immediately thought to myself that the guy who

Re: [Pan-users] Weird bug with gcc-5.2's libstdc++ (sort of solved)

2015-09-07 Thread Holger Hoffstätte
Upstream bug with proper patch, in case this affects anyone else: https://bugzilla.gnome.org/show_bug.cgi?id=754698 -h ___ Pan-users mailing list Pan-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/pan-users

Re: [Pan-users] Weird bug with gcc-5.2's libstdc++ (sort of solved)

2015-08-15 Thread Holger Hoffstätte
For the archives.. On Thu, 13 Aug 2015 11:01:19 +, Holger Hoffstätte wrote: > On Thu, 13 Aug 2015 10:32:12 +, Holger Hoffstätte wrote: > >> Seems like the change in _GLIBCXX_USE_CXX11_ABI deserves a closer look. > > And what do you know..a quick build with -D _GLIBCXX_USE_CXX11_ABI=0 >

Re: [Pan-users] Weird bug with gcc-5.2's libstdc++

2015-08-13 Thread Holger Hoffstätte
On Thu, 13 Aug 2015 10:32:12 +, Holger Hoffstätte wrote: > Seems like the change in _GLIBCXX_USE_CXX11_ABI deserves a closer look. And what do you know..a quick build with -D _GLIBCXX_USE_CXX11_ABI=0 yields a binary that immediately finds the ~/.pan2 directory regardless of $CWD, so there's

Re: [Pan-users] Weird bug with gcc-5.2's libstdc++

2015-08-13 Thread Holger Hoffstätte
On Wed, 12 Aug 2015 18:03:57 -0600, Zan Lynx wrote: > On 08/12/2015 04:01 PM, Holger Hoffstätte wrote: >> >> It gets weirder.. >> >> On Wed, 12 Aug 2015 21:43:08 +, Holger Hoffstätte wrote: >> >>> On startup it can somehow no longer properly locate the ~/.pan2 >>> directory and always decid

Re: [Pan-users] Weird bug with gcc-5.2's libstdc++

2015-08-12 Thread Zan Lynx
On 08/12/2015 04:01 PM, Holger Hoffstätte wrote: > > It gets weirder.. > > On Wed, 12 Aug 2015 21:43:08 +, Holger Hoffstätte wrote: > >> On startup it can somehow no longer properly locate the ~/.pan2 >> directory and always decides to create an empty newsrc-1 in my ~. > > Actually it creat

Re: [Pan-users] Weird bug with gcc-5.2's libstdc++

2015-08-12 Thread Holger Hoffstätte
It gets weirder.. On Wed, 12 Aug 2015 21:43:08 +, Holger Hoffstätte wrote: > On startup it can somehow no longer properly locate the ~/.pan2 > directory and always decides to create an empty newsrc-1 in my ~. Actually it creates the newsrc-1 in the $CWD. Apparently the newly built binary (

[Pan-users] Weird bug with gcc-5.2's libstdc++

2015-08-12 Thread Holger Hoffstätte
Hola, For fun (sad, I know..) I tried to rebuild pan on Gentoo with gcc-5.2, which has so far been working well for me. The old binary - built with 4.9.x - has worked fine forever; the new binary has a weird bug. On startup it can somehow no longer properly locate the ~/.pan2 directory and alw