Bug 1423306

Summary: conky: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: conkyAssignee: Miroslav Lichvar <mlichvar>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mlichvar, rc040203
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-02-20 15:57:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1423041    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2017-02-17 03:33:46 UTC
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

Comment 1 Fedora Release Engineering 2017-02-17 03:33:51 UTC
Created attachment 1251669 [details]
build.log

Comment 2 Fedora Release Engineering 2017-02-17 03:33:55 UTC
Created attachment 1251670 [details]
root.log

Comment 3 Fedora Release Engineering 2017-02-17 03:33:57 UTC
Created attachment 1251671 [details]
state.log

Comment 4 Ralf Corsepius 2017-02-20 08:03:38 UTC
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>

Comment 5 Miroslav Lichvar 2017-02-20 15:57:51 UTC
It should be fixed now. Thanks for the patch, Ralf.