Bug 1423306
Summary: | conky: FTBFS in rawhide | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
Component: | conky | Assignee: | Miroslav Lichvar <mlichvar> | ||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | rawhide | CC: | 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
Fedora Release Engineering
2017-02-17 03:33:46 UTC
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. |