Hide Forgot
Your package loudmouth failed to build from source in current rawhide. http://koji.fedoraproject.org/koji/taskinfo?taskID=12803204 For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Created attachment 1122736 [details] build.log
Created attachment 1122737 [details] root.log
Created attachment 1122738 [details] state.log
Created attachment 1128450 [details] Patch for rawhide - Work around gtk-doc breakage in tarball (#1306222) - Disable -Werror in release tarball Those are from an epel7 build, and the 1.5.2 tarball is indeed broken, but on f24 there is also the following: lm-sock.c: In function '_lm_sock_get_local_host': lm-sock.c:365:33: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] sock_addr = & (((struct sockaddr_in *) &addr_info)->sin_addr); ^~~~~~~~~~~ lm-sock.c:368:33: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] sock_addr = & (((struct sockaddr_in6 *) &addr_info)->sin6_addr); ^~~~~~~~~~~~ The logic to not use -Werror in release tarballs is also broken.
Thanks a lot Yaakov Selkowitz :). It builded properly (http://koji.fedoraproject.org/koji/buildinfo?buildID=737487) I've committed it in EPEL7 branch (I don't have ACL for Fedora branches). I'll ping pbrobinson and hopefully he will merge it in rawhide too :)