Package: src:clementine Followup-For: Bug #853348 Dear Thomas,
Please find attached a patch to fix FTBFS with GCC 7. And regarding #874295, I think the bug is overrated. But if that conflicts policy, can we please move the package to contrib ? -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (900, 'testing'), (500, 'unstable'), (100, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.13.3+ (SMP w/4 CPU cores) Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
Fix GCC 7 FTBFS Closes: #853348 --- a/src/core/mergedproxymodel.cpp +++ b/src/core/mergedproxymodel.cpp @@ -24,6 +24,7 @@ #include <QStringList> #include <limits> +#include <functional> // boost::multi_index still relies on these being in the global namespace. using std::placeholders::_1; --- a/src/devices/giolister.cpp +++ b/src/devices/giolister.cpp @@ -18,6 +18,7 @@ #include "config.h" #include <memory> +#include <functional> #include <QFile> #include <QStringList>