Bug#811907: music: FTBFS with GCC 6: invalid conversion

2016-11-23 Thread Graham Inggs
Control: tags -1 patch The patch below fixes the FTBFS with GCC 6. --- a/src/connectivity.cc +++ b/src/connectivity.cc @@ -89,7 +89,7 @@ std::map::iterator info = connectivityMap.find (portName); if (info == connectivityMap.end ()) - return NO_CONNECTIVITY; + return (C

Bug#811907: music: FTBFS with GCC 6: invalid conversion

2016-01-19 Thread Martin Michlmayr
Package: music Version: 1.0.7-1.2 Severity: important User: debian-...@lists.debian.org Usertags: ftbfs-gcc-6 gcc-6-invalid-convert This package fails to build with GCC 6. GCC 6 has not been released yet, but it's expected that GCC 6 will become the default compiler for stretch. Note that only t