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
The bug[0] provides a patch. I don't think this has been fixed
upstream yet. There was however a small thread [1] about this on
upstream ML.
Not sure what's the policy regarding patching embedded copy of libev.
The
policy is to kill the embedded copy as soon as possible.
Seems like a good time to do that.
Zbyszek