https://bugs.kde.org/show_bug.cgi?id=440759
--- Comment #2 from Gerald Cox <gb...@bzb.us> --- Thanks for the quick response. I found this issue. I had to remove the following lines from CmakeLists.txt: string(REPLACE "-Wall" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) string(REPLACE "-Wformat-security" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) If you look at the log in my previous post, you'll see that the compiler is failing because "some warnings being treated as errors". This is causing the build to fail on Fedora. If you can either fix the errors or remove the lines from CmakeLists.txt it would be much appreciated. I also found this that explains the situation: https://fedoraproject.org/wiki/Format-Security-FAQ The reason this issue didn't occur in the previous releases was that the above mentioned lines weren't included until release 0.10. -- You are receiving this mail because: You are watching all bug changes.