https://bugs.kde.org/show_bug.cgi?id=353838
--- Comment #10 from Myriam Schweingruber <myr...@kde.org> --- Hm, my bad, I expected it to be removed already. Anyway, your build doesn't hang in Amazon service AFAICT from the output, but rather with the gmoc tests. Did you try to build it with tests disabled? That is the location of the build failure: /usr/include/gmock/gmock-spec-builders.h:1173: undefined reference to `testing::internal::Log(testing::internal::LogSeverity, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)' /usr/lib64/gcc/x86_64-suse-linux/5/../../../../lib64/libgmock.so: undefined reference to `testing::internal::FormatFileLocation(char const*, int)' /usr/lib64/gcc/x86_64-suse-linux/5/../../../../lib64/libgmock.so: undefined reference to `testing::internal::GetCurrentOsStackTraceExceptTop(testing::UnitTest*, int)' /usr/lib64/gcc/x86_64-suse-linux/5/../../../../lib64/libgmock.so: undefined reference to `testing::Message::GetString() const' /usr/lib64/gcc/x86_64-suse-linux/5/../../../../lib64/libgmock.so: undefined reference to `testing::internal::PrintStringTo(std::string const&, std::ostream*)' collect2: error: ld returned 1 exit status tests/core-impl/logger/CMakeFiles/testproxylogger.dir/build.make:181: recipe for target 'tests/testproxylogger' failed make[2]: *** [tests/testproxylogger] Error 1 You can find the explanation for the problem in the Amarok developer ML: since about 2 years now gmoc has to be built specifically for the project you want to build tests for. -- You are receiving this mail because: You are watching all bug changes.