Re: compiler segfault building audio/musicpd

2017-07-22 Thread Thomas Klausner
On Sat, Jul 22, 2017 at 09:32:23PM +0200, Martin Husemann wrote: > On Sat, Jul 22, 2017 at 09:08:28PM +0200, Thomas Klausner wrote: > > Hi! > > > > With 8.99.1/amd64/20170721 I see a new problem building audio/musicpd: > > > > --- src/output/plugins/liboutput_plugins_a-AoOutputPlugin.o --- > >

Re: compiler segfault building audio/musicpd

2017-07-22 Thread Martin Husemann
On Sat, Jul 22, 2017 at 09:08:28PM +0200, Thomas Klausner wrote: > Hi! > > With 8.99.1/amd64/20170721 I see a new problem building audio/musicpd: > > --- src/output/plugins/liboutput_plugins_a-AoOutputPlugin.o --- > src/output/plugins/AoOutputPlugin.cxx:232:2: internal compiler error: >

Re: compiler segfault building audio/musicpd

2017-07-22 Thread Joerg Sonnenberger
On Sat, Jul 22, 2017 at 09:08:28PM +0200, Thomas Klausner wrote: > With 8.99.1/amd64/20170721 I see a new problem building audio/musicpd: > > --- src/output/plugins/liboutput_plugins_a-AoOutputPlugin.o --- > src/output/plugins/AoOutputPlugin.cxx:232:2: internal compiler error: > Segmentation

compiler segfault building audio/musicpd

2017-07-22 Thread Thomas Klausner
Hi! With 8.99.1/amd64/20170721 I see a new problem building audio/musicpd: --- src/output/plugins/liboutput_plugins_a-AoOutputPlugin.o --- src/output/plugins/AoOutputPlugin.cxx:232:2: internal compiler error: Segmentation fault }; ^ no stack trace because unwind library not available Please

Re: compiler segfault building audio/musicpd

2017-07-22 Thread coypu
I'm putting my money on this being the cause: https://github.com/NetBSD/src/commit/effc84a293b4ecbe2ff7b2d54c54dee1e7e90c7a

Re: compiler segfault building audio/musicpd

2017-07-22 Thread coypu
On Sat, Jul 22, 2017 at 07:34:41PM +, co...@sdf.org wrote: > I'm putting my money on this being the cause: > https://github.com/NetBSD/src/commit/effc84a293b4ecbe2ff7b2d54c54dee1e7e90c7a Reverting this commit fixes the ICE.