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] 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.
Actually, it is fixed upstream.
http://cvs.schmorp.de/libev/ev.c?revision=1.476&view=markup#l1087
Not sure what's the policy regarding patching embedded copy of
libev.
It also appears that 4.20 was release back in June. I'll update the embedded
copy. Thanks for pointing this out.
-Steve