Your package conky failed to build from source in current rawhide. https://koji.fedoraproject.org/koji/taskinfo?taskID=17712488 For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Created attachment 1251669 [details] build.log
Created attachment 1251670 [details] root.log
Created attachment 1251671 [details] state.log
This FTBFS seems to be caused by a missing include: diff -Naur conky-1.10.4.orig/src/luamm.hh conky-1.10.4/src/luamm.hh --- conky-1.10.4.orig/src/luamm.hh 2016-07-20 18:53:48.000000000 +0200 +++ conky-1.10.4/src/luamm.hh 2017-02-20 08:40:13.196709403 +0100 @@ -26,6 +26,7 @@ #include <memory> #include <mutex> #include <stdexcept> +#include <functional> #include <lua.hpp>
It should be fixed now. Thanks for the patch, Ralf.