https://bugs.kde.org/show_bug.cgi?id=409837
Bug ID: 409837 Summary: CMakeLists.txt doesn't check for presence of Embedded MariaDB Product: amarok Version: 2.9.0 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: amarok-bugs-d...@kde.org Reporter: eyal...@technion.ac.il Target Milestone: kf5 SUMMARY I'm building v2.9.0 on Debian buster (well, actually, Devuan Beowulf, which is the same thing but with systemd yanked out). CMake'ing works, but during linking, I get this error: [ 61%] Linking CXX shared module ../../../../../lib/amarok_storage-mysqlestorage.so /usr/bin/ld: cannot find -lmariadbd collect2: error: ld returned 1 exit status indeed, I didn't have embedded MariaDB installed. When I installed the package for it, the error went away. So, CMake should have checked for this library's presence - and didn't; or alternatively, mistakenly thought it had located it. -- You are receiving this mail because: You are watching all bug changes.