FTBFS with clang instead of gcc

2015-07-26 Thread Laurent Bigonville
Hi, Apparently audit is FTBFS with clang due to the embedded version of libev with the following error (see: [0]): ../../../../src/libev/ev.c:970:42: error: '_Noreturn' keyword must precede function declarator The bug[0] provides a patch. I don't think this has been fixed upstream yet. There was

Re: FTBFS with clang instead of gcc

2015-07-26 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Jul 26, 2015 at 03:58:44PM +0200, Laurent Bigonville wrote: > Hi, > > Apparently audit is FTBFS with clang due to the embedded version of > libev with the following error (see: [0]): > > ../../../../src/libev/ev.c:970:42: error: '_Noreturn' keyword must > precede function declarator > >

Re: FTBFS with clang instead of gcc

2015-07-27 Thread Steve Grubb
On Sunday, July 26, 2015 09:49:50 PM Zbigniew Jędrzejewski-Szmek wrote: > On Sun, Jul 26, 2015 at 03:58:44PM +0200, Laurent Bigonville wrote: > > Apparently audit is FTBFS with clang due to the embedded version of > > libev with the following error (see: [0]): > > > > ../../../../src/libev/ev.c:97

Re: FTBFS with clang instead of gcc

2015-07-27 Thread Steve Grubb
On Sunday, July 26, 2015 03:58:44 PM Laurent Bigonville wrote: > Apparently audit is FTBFS with clang due to the embedded version of > libev with the following error (see: [0]): > > ../../../../src/libev/ev.c:970:42: error: '_Noreturn' keyword must > precede function declarator > > The bug[0] pro

Re: FTBFS with clang instead of gcc

2015-07-27 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Jul 27, 2015 at 12:34:38PM -0400, Steve Grubb wrote: > On Sunday, July 26, 2015 09:49:50 PM Zbigniew Jędrzejewski-Szmek wrote: > > On Sun, Jul 26, 2015 at 03:58:44PM +0200, Laurent Bigonville wrote: > > > Apparently audit is FTBFS with clang due to the embedded version of > > > libev with t