Your message dated Fri, 17 Jul 2015 15:49:39 +0000
with message-id <e1zg7tl-0004gg...@franck.debian.org>
and subject line Bug#777819: fixed in clementine 1.2.3+dfsg-3
has caused the Debian Bug report #777819,
regarding clementine: ftbfs with GCC-5
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
777819: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777819
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:clementine
Version: 1.2.3+dfsg-2
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/clementine_1.2.3+dfsg-2_unstable_gcc5.log
The last lines of the build log are at the end of this report.

To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files.  For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html

[...]
[ 65%] Building CXX object src/CMakeFiles/clementine_lib.dir/ui/console.cpp.o
cd /«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
  -DBOOST_BIND_NO_PLACEHOLDERS -DMYGPO_EXPORT="" -DQT_CORE_LIB -DQT_DBUS_LIB 
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG 
-DQT_NO_URL_CAST_FROM_STRING -DQT_OPENGL_LIB -DQT_SQL_LIB -DQT_STRICT_ITERATORS 
-DQT_USE_QSTRINGBUILDER -DQT_XML_LIB -DQT_NO_DEBUG_OUTPUT 
-DQT_NO_WARNING_OUTPUT -Woverloaded-virtual -Wall -Wno-sign-compare 
-Wno-deprecated-declarations -Wno-unused-local-typedefs 
-Wno-unused-private-field -Wno-unknown-warning-option --std=c++0x 
-U__STRICT_ANSI__ -Werror -I/usr/include/taglib -isystem /usr/include/qt4 
-isystem /usr/include/qt4/QtCore -I/usr/include/gstreamer-0.10 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/libxml2 -isystem /usr/include/qt4/QtOpenGL -isystem 
/usr/include/qt4/QtGui -isystem /usr/include/qt4/QtDBus -isystem 
/usr/include/qt4/QtXml -isystem /usr/include/qt4/QtSql -isystem 
/usr/include/qt4/QtNetwork -I/«BUILDDIR»/cl
 ementine-1.2.3+dfsg 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/src 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/src 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/src/../3rdparty/gmock/gtest/include 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/qtsingleapplication 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/qtiocompressor 
-I/usr/include/qxt/QxtCore -I/usr/include/qxt/QxtGui 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/sha2 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/libmygpo-qt 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-common 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-tagreader 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-tagreader
 -I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-remote 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-remote
 -I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-spotifyblob 
-I/«BUILDDIR»
 /clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-spotifyblob 
-I/usr/include/QtCrypto -I/usr/include/gpod-1.0 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libpng12 -I/usr/include/p11-kit-1 -I/usr/include/libusb-1.0    
-o CMakeFiles/clementine_lib.dir/ui/console.cpp.o -c 
/«BUILDDIR»/clementine-1.2.3+dfsg/src/ui/console.cpp
/usr/bin/cmake -E cmake_progress_report 
/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/CMakeFiles 
[ 65%] Building CXX object 
src/CMakeFiles/clementine_lib.dir/ui/coverfromurldialog.cpp.o
cd /«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
  -DBOOST_BIND_NO_PLACEHOLDERS -DMYGPO_EXPORT="" -DQT_CORE_LIB -DQT_DBUS_LIB 
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG 
-DQT_NO_URL_CAST_FROM_STRING -DQT_OPENGL_LIB -DQT_SQL_LIB -DQT_STRICT_ITERATORS 
-DQT_USE_QSTRINGBUILDER -DQT_XML_LIB -DQT_NO_DEBUG_OUTPUT 
-DQT_NO_WARNING_OUTPUT -Woverloaded-virtual -Wall -Wno-sign-compare 
-Wno-deprecated-declarations -Wno-unused-local-typedefs 
-Wno-unused-private-field -Wno-unknown-warning-option --std=c++0x 
-U__STRICT_ANSI__ -Werror -I/usr/include/taglib -isystem /usr/include/qt4 
-isystem /usr/include/qt4/QtCore -I/usr/include/gstreamer-0.10 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/libxml2 -isystem /usr/include/qt4/QtOpenGL -isystem 
/usr/include/qt4/QtGui -isystem /usr/include/qt4/QtDBus -isystem 
/usr/include/qt4/QtXml -isystem /usr/include/qt4/QtSql -isystem 
/usr/include/qt4/QtNetwork -I/«BUILDDIR»/cl
 ementine-1.2.3+dfsg 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/src 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/src 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/src/../3rdparty/gmock/gtest/include 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/qtsingleapplication 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/qtiocompressor 
-I/usr/include/qxt/QxtCore -I/usr/include/qxt/QxtGui 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/sha2 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/libmygpo-qt 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-common 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-tagreader 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-tagreader
 -I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-remote 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-remote
 -I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-spotifyblob 
-I/«BUILDDIR»
 /clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-spotifyblob 
-I/usr/include/QtCrypto -I/usr/include/gpod-1.0 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libpng12 -I/usr/include/p11-kit-1 -I/usr/include/libusb-1.0    
-o CMakeFiles/clementine_lib.dir/ui/coverfromurldialog.cpp.o -c 
/«BUILDDIR»/clementine-1.2.3+dfsg/src/ui/coverfromurldialog.cpp
/usr/bin/cmake -E cmake_progress_report 
/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/CMakeFiles 
[ 65%] Building CXX object 
src/CMakeFiles/clementine_lib.dir/ui/edittagdialog.cpp.o
cd /«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
  -DBOOST_BIND_NO_PLACEHOLDERS -DMYGPO_EXPORT="" -DQT_CORE_LIB -DQT_DBUS_LIB 
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG 
-DQT_NO_URL_CAST_FROM_STRING -DQT_OPENGL_LIB -DQT_SQL_LIB -DQT_STRICT_ITERATORS 
-DQT_USE_QSTRINGBUILDER -DQT_XML_LIB -DQT_NO_DEBUG_OUTPUT 
-DQT_NO_WARNING_OUTPUT -Woverloaded-virtual -Wall -Wno-sign-compare 
-Wno-deprecated-declarations -Wno-unused-local-typedefs 
-Wno-unused-private-field -Wno-unknown-warning-option --std=c++0x 
-U__STRICT_ANSI__ -Werror -I/usr/include/taglib -isystem /usr/include/qt4 
-isystem /usr/include/qt4/QtCore -I/usr/include/gstreamer-0.10 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/libxml2 -isystem /usr/include/qt4/QtOpenGL -isystem 
/usr/include/qt4/QtGui -isystem /usr/include/qt4/QtDBus -isystem 
/usr/include/qt4/QtXml -isystem /usr/include/qt4/QtSql -isystem 
/usr/include/qt4/QtNetwork -I/«BUILDDIR»/cl
 ementine-1.2.3+dfsg 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/src 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/src 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/src/../3rdparty/gmock/gtest/include 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/qtsingleapplication 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/qtiocompressor 
-I/usr/include/qxt/QxtCore -I/usr/include/qxt/QxtGui 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/sha2 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/libmygpo-qt 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-common 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-tagreader 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-tagreader
 -I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-remote 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-remote
 -I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-spotifyblob 
-I/«BUILDDIR»
 /clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-spotifyblob 
-I/usr/include/QtCrypto -I/usr/include/gpod-1.0 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libpng12 -I/usr/include/p11-kit-1 -I/usr/include/libusb-1.0    
-o CMakeFiles/clementine_lib.dir/ui/edittagdialog.cpp.o -c 
/«BUILDDIR»/clementine-1.2.3+dfsg/src/ui/edittagdialog.cpp
/usr/bin/cmake -E cmake_progress_report 
/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/CMakeFiles 
[ 65%] Building CXX object src/CMakeFiles/clementine_lib.dir/ui/equalizer.cpp.o
cd /«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
  -DBOOST_BIND_NO_PLACEHOLDERS -DMYGPO_EXPORT="" -DQT_CORE_LIB -DQT_DBUS_LIB 
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG 
-DQT_NO_URL_CAST_FROM_STRING -DQT_OPENGL_LIB -DQT_SQL_LIB -DQT_STRICT_ITERATORS 
-DQT_USE_QSTRINGBUILDER -DQT_XML_LIB -DQT_NO_DEBUG_OUTPUT 
-DQT_NO_WARNING_OUTPUT -Woverloaded-virtual -Wall -Wno-sign-compare 
-Wno-deprecated-declarations -Wno-unused-local-typedefs 
-Wno-unused-private-field -Wno-unknown-warning-option --std=c++0x 
-U__STRICT_ANSI__ -Werror -I/usr/include/taglib -isystem /usr/include/qt4 
-isystem /usr/include/qt4/QtCore -I/usr/include/gstreamer-0.10 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/libxml2 -isystem /usr/include/qt4/QtOpenGL -isystem 
/usr/include/qt4/QtGui -isystem /usr/include/qt4/QtDBus -isystem 
/usr/include/qt4/QtXml -isystem /usr/include/qt4/QtSql -isystem 
/usr/include/qt4/QtNetwork -I/«BUILDDIR»/cl
 ementine-1.2.3+dfsg 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/src 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/src 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/src/../3rdparty/gmock/gtest/include 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/qtsingleapplication 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/qtiocompressor 
-I/usr/include/qxt/QxtCore -I/usr/include/qxt/QxtGui 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/sha2 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/libmygpo-qt 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-common 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-tagreader 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-tagreader
 -I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-remote 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-remote
 -I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-spotifyblob 
-I/«BUILDDIR»
 /clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-spotifyblob 
-I/usr/include/QtCrypto -I/usr/include/gpod-1.0 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libpng12 -I/usr/include/p11-kit-1 -I/usr/include/libusb-1.0    
-o CMakeFiles/clementine_lib.dir/ui/equalizer.cpp.o -c 
/«BUILDDIR»/clementine-1.2.3+dfsg/src/ui/equalizer.cpp
/usr/bin/cmake -E cmake_progress_report 
/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/CMakeFiles 
[ 65%] Building CXX object src/CMakeFiles/clementine_lib.dir/ui/flowlayout.cpp.o
cd /«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
  -DBOOST_BIND_NO_PLACEHOLDERS -DMYGPO_EXPORT="" -DQT_CORE_LIB -DQT_DBUS_LIB 
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG 
-DQT_NO_URL_CAST_FROM_STRING -DQT_OPENGL_LIB -DQT_SQL_LIB -DQT_STRICT_ITERATORS 
-DQT_USE_QSTRINGBUILDER -DQT_XML_LIB -DQT_NO_DEBUG_OUTPUT 
-DQT_NO_WARNING_OUTPUT -Woverloaded-virtual -Wall -Wno-sign-compare 
-Wno-deprecated-declarations -Wno-unused-local-typedefs 
-Wno-unused-private-field -Wno-unknown-warning-option --std=c++0x 
-U__STRICT_ANSI__ -Werror -I/usr/include/taglib -isystem /usr/include/qt4 
-isystem /usr/include/qt4/QtCore -I/usr/include/gstreamer-0.10 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/libxml2 -isystem /usr/include/qt4/QtOpenGL -isystem 
/usr/include/qt4/QtGui -isystem /usr/include/qt4/QtDBus -isystem 
/usr/include/qt4/QtXml -isystem /usr/include/qt4/QtSql -isystem 
/usr/include/qt4/QtNetwork -I/«BUILDDIR»/cl
 ementine-1.2.3+dfsg 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/src 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/src 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/src/../3rdparty/gmock/gtest/include 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/qtsingleapplication 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/qtiocompressor 
-I/usr/include/qxt/QxtCore -I/usr/include/qxt/QxtGui 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/sha2 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/libmygpo-qt 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-common 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-tagreader 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-tagreader
 -I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-remote 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-remote
 -I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-spotifyblob 
-I/«BUILDDIR»
 /clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-spotifyblob 
-I/usr/include/QtCrypto -I/usr/include/gpod-1.0 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libpng12 -I/usr/include/p11-kit-1 -I/usr/include/libusb-1.0    
-o CMakeFiles/clementine_lib.dir/ui/flowlayout.cpp.o -c 
/«BUILDDIR»/clementine-1.2.3+dfsg/src/ui/flowlayout.cpp
/usr/bin/cmake -E cmake_progress_report 
/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/CMakeFiles 
[ 65%] Building CXX object 
src/CMakeFiles/clementine_lib.dir/ui/globalshortcutgrabber.cpp.o
cd /«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
  -DBOOST_BIND_NO_PLACEHOLDERS -DMYGPO_EXPORT="" -DQT_CORE_LIB -DQT_DBUS_LIB 
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG 
-DQT_NO_URL_CAST_FROM_STRING -DQT_OPENGL_LIB -DQT_SQL_LIB -DQT_STRICT_ITERATORS 
-DQT_USE_QSTRINGBUILDER -DQT_XML_LIB -DQT_NO_DEBUG_OUTPUT 
-DQT_NO_WARNING_OUTPUT -Woverloaded-virtual -Wall -Wno-sign-compare 
-Wno-deprecated-declarations -Wno-unused-local-typedefs 
-Wno-unused-private-field -Wno-unknown-warning-option --std=c++0x 
-U__STRICT_ANSI__ -Werror -I/usr/include/taglib -isystem /usr/include/qt4 
-isystem /usr/include/qt4/QtCore -I/usr/include/gstreamer-0.10 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/libxml2 -isystem /usr/include/qt4/QtOpenGL -isystem 
/usr/include/qt4/QtGui -isystem /usr/include/qt4/QtDBus -isystem 
/usr/include/qt4/QtXml -isystem /usr/include/qt4/QtSql -isystem 
/usr/include/qt4/QtNetwork -I/«BUILDDIR»/cl
 ementine-1.2.3+dfsg 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/src 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/src 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/src/../3rdparty/gmock/gtest/include 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/qtsingleapplication 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/qtiocompressor 
-I/usr/include/qxt/QxtCore -I/usr/include/qxt/QxtGui 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/sha2 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/libmygpo-qt 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-common 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-tagreader 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-tagreader
 -I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-remote 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-remote
 -I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-spotifyblob 
-I/«BUILDDIR»
 /clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-spotifyblob 
-I/usr/include/QtCrypto -I/usr/include/gpod-1.0 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libpng12 -I/usr/include/p11-kit-1 -I/usr/include/libusb-1.0    
-o CMakeFiles/clementine_lib.dir/ui/globalshortcutgrabber.cpp.o -c 
/«BUILDDIR»/clementine-1.2.3+dfsg/src/ui/globalshortcutgrabber.cpp
/usr/bin/cmake -E cmake_progress_report 
/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/CMakeFiles 
[ 65%] Building CXX object 
src/CMakeFiles/clementine_lib.dir/ui/globalshortcutssettingspage.cpp.o
cd /«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
  -DBOOST_BIND_NO_PLACEHOLDERS -DMYGPO_EXPORT="" -DQT_CORE_LIB -DQT_DBUS_LIB 
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG 
-DQT_NO_URL_CAST_FROM_STRING -DQT_OPENGL_LIB -DQT_SQL_LIB -DQT_STRICT_ITERATORS 
-DQT_USE_QSTRINGBUILDER -DQT_XML_LIB -DQT_NO_DEBUG_OUTPUT 
-DQT_NO_WARNING_OUTPUT -Woverloaded-virtual -Wall -Wno-sign-compare 
-Wno-deprecated-declarations -Wno-unused-local-typedefs 
-Wno-unused-private-field -Wno-unknown-warning-option --std=c++0x 
-U__STRICT_ANSI__ -Werror -I/usr/include/taglib -isystem /usr/include/qt4 
-isystem /usr/include/qt4/QtCore -I/usr/include/gstreamer-0.10 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/libxml2 -isystem /usr/include/qt4/QtOpenGL -isystem 
/usr/include/qt4/QtGui -isystem /usr/include/qt4/QtDBus -isystem 
/usr/include/qt4/QtXml -isystem /usr/include/qt4/QtSql -isystem 
/usr/include/qt4/QtNetwork -I/«BUILDDIR»/cl
 ementine-1.2.3+dfsg 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/src 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/src 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/src/../3rdparty/gmock/gtest/include 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/qtsingleapplication 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/qtiocompressor 
-I/usr/include/qxt/QxtCore -I/usr/include/qxt/QxtGui 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/sha2 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/libmygpo-qt 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-common 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-tagreader 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-tagreader
 -I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-remote 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-remote
 -I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-spotifyblob 
-I/«BUILDDIR»
 /clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-spotifyblob 
-I/usr/include/QtCrypto -I/usr/include/gpod-1.0 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libpng12 -I/usr/include/p11-kit-1 -I/usr/include/libusb-1.0    
-o CMakeFiles/clementine_lib.dir/ui/globalshortcutssettingspage.cpp.o -c 
/«BUILDDIR»/clementine-1.2.3+dfsg/src/ui/globalshortcutssettingspage.cpp
/usr/bin/cmake -E cmake_progress_report 
/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/CMakeFiles 
[ 65%] Building CXX object src/CMakeFiles/clementine_lib.dir/ui/iconloader.cpp.o
cd /«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
  -DBOOST_BIND_NO_PLACEHOLDERS -DMYGPO_EXPORT="" -DQT_CORE_LIB -DQT_DBUS_LIB 
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG 
-DQT_NO_URL_CAST_FROM_STRING -DQT_OPENGL_LIB -DQT_SQL_LIB -DQT_STRICT_ITERATORS 
-DQT_USE_QSTRINGBUILDER -DQT_XML_LIB -DQT_NO_DEBUG_OUTPUT 
-DQT_NO_WARNING_OUTPUT -Woverloaded-virtual -Wall -Wno-sign-compare 
-Wno-deprecated-declarations -Wno-unused-local-typedefs 
-Wno-unused-private-field -Wno-unknown-warning-option --std=c++0x 
-U__STRICT_ANSI__ -Werror -I/usr/include/taglib -isystem /usr/include/qt4 
-isystem /usr/include/qt4/QtCore -I/usr/include/gstreamer-0.10 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/libxml2 -isystem /usr/include/qt4/QtOpenGL -isystem 
/usr/include/qt4/QtGui -isystem /usr/include/qt4/QtDBus -isystem 
/usr/include/qt4/QtXml -isystem /usr/include/qt4/QtSql -isystem 
/usr/include/qt4/QtNetwork -I/«BUILDDIR»/cl
 ementine-1.2.3+dfsg 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/src 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/src 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/src/../3rdparty/gmock/gtest/include 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/qtsingleapplication 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/qtiocompressor 
-I/usr/include/qxt/QxtCore -I/usr/include/qxt/QxtGui 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/sha2 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/libmygpo-qt 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-common 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-tagreader 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-tagreader
 -I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-remote 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-remote
 -I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-spotifyblob 
-I/«BUILDDIR»
 /clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-spotifyblob 
-I/usr/include/QtCrypto -I/usr/include/gpod-1.0 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libpng12 -I/usr/include/p11-kit-1 -I/usr/include/libusb-1.0    
-o CMakeFiles/clementine_lib.dir/ui/iconloader.cpp.o -c 
/«BUILDDIR»/clementine-1.2.3+dfsg/src/ui/iconloader.cpp
/usr/bin/cmake -E cmake_progress_report 
/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/CMakeFiles 
[ 65%] Building CXX object src/CMakeFiles/clementine_lib.dir/ui/mainwindow.cpp.o
cd /«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
  -DBOOST_BIND_NO_PLACEHOLDERS -DMYGPO_EXPORT="" -DQT_CORE_LIB -DQT_DBUS_LIB 
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG 
-DQT_NO_URL_CAST_FROM_STRING -DQT_OPENGL_LIB -DQT_SQL_LIB -DQT_STRICT_ITERATORS 
-DQT_USE_QSTRINGBUILDER -DQT_XML_LIB -DQT_NO_DEBUG_OUTPUT 
-DQT_NO_WARNING_OUTPUT -Woverloaded-virtual -Wall -Wno-sign-compare 
-Wno-deprecated-declarations -Wno-unused-local-typedefs 
-Wno-unused-private-field -Wno-unknown-warning-option --std=c++0x 
-U__STRICT_ANSI__ -Werror -I/usr/include/taglib -isystem /usr/include/qt4 
-isystem /usr/include/qt4/QtCore -I/usr/include/gstreamer-0.10 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/libxml2 -isystem /usr/include/qt4/QtOpenGL -isystem 
/usr/include/qt4/QtGui -isystem /usr/include/qt4/QtDBus -isystem 
/usr/include/qt4/QtXml -isystem /usr/include/qt4/QtSql -isystem 
/usr/include/qt4/QtNetwork -I/«BUILDDIR»/cl
 ementine-1.2.3+dfsg 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/src 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/src 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/src/../3rdparty/gmock/gtest/include 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/qtsingleapplication 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/qtiocompressor 
-I/usr/include/qxt/QxtCore -I/usr/include/qxt/QxtGui 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/sha2 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/3rdparty/libmygpo-qt 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-common 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-tagreader 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-tagreader
 -I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-remote 
-I/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-remote
 -I/«BUILDDIR»/clementine-1.2.3+dfsg/ext/libclementine-spotifyblob 
-I/«BUILDDIR»
 /clementine-1.2.3+dfsg/obj-x86_64-linux-gnu/ext/libclementine-spotifyblob 
-I/usr/include/QtCrypto -I/usr/include/gpod-1.0 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libpng12 -I/usr/include/p11-kit-1 -I/usr/include/libusb-1.0    
-o CMakeFiles/clementine_lib.dir/ui/mainwindow.cpp.o -c 
/«BUILDDIR»/clementine-1.2.3+dfsg/src/ui/mainwindow.cpp
/«BUILDDIR»/clementine-1.2.3+dfsg/src/ui/mainwindow.cpp: In member function 
'void MainWindow::ScrobblingEnabledChanged(bool)':
/«BUILDDIR»/clementine-1.2.3+dfsg/src/ui/mainwindow.cpp:914:35: error: 
logical not is only applied to the left hand side of comparison 
[-Werror=logical-not-parentheses]
   if (!app_->player()->GetState() == Engine::Idle) {
                                   ^
At global scope:
cc1plus: error: unrecognized command line option '-Wno-unknown-warning-option' 
[-Werror]
cc1plus: error: unrecognized command line option '-Wno-unused-private-field' 
[-Werror]
cc1plus: all warnings being treated as errors
make[4]: *** [src/CMakeFiles/clementine_lib.dir/ui/mainwindow.cpp.o] Error 1
src/CMakeFiles/clementine_lib.dir/build.make:9830: recipe for target 
'src/CMakeFiles/clementine_lib.dir/ui/mainwindow.cpp.o' failed
make[4]: Leaving directory 
'/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu'
make[3]: *** [src/CMakeFiles/clementine_lib.dir/all] Error 2
CMakeFiles/Makefile2:478: recipe for target 
'src/CMakeFiles/clementine_lib.dir/all' failed
make[3]: Leaving directory 
'/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu'
make[2]: *** [all] Error 2
Makefile:120: recipe for target 'all' failed
make[2]: Leaving directory 
'/«BUILDDIR»/clementine-1.2.3+dfsg/obj-x86_64-linux-gnu'
dh_auto_build: make -j1 returned exit code 2
make[1]: *** [override_dh_auto_build] Error 2
debian/rules:23: recipe for target 'override_dh_auto_build' failed
make[1]: Leaving directory '/«BUILDDIR»/clementine-1.2.3+dfsg'
make: *** [build-arch] Error 2
debian/rules:8: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: clementine
Source-Version: 1.2.3+dfsg-3

We believe that the bug you reported is fixed in the latest version of
clementine, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 777...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Pierson <cont...@thomaspierson.fr> (supplier of updated clementine 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 15 Jul 2015 23:47:19 +0200
Source: clementine
Binary: clementine
Architecture: source amd64
Version: 1.2.3+dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Thomas Pierson <cont...@thomaspierson.fr>
Changed-By: Thomas Pierson <cont...@thomaspierson.fr>
Description:
 clementine - modern music player and library organizer
Closes: 777819 780753
Changes:
 clementine (1.2.3+dfsg-3) unstable; urgency=low
 .
   * Add a patch to fix GCC-5 FTBFS. Thanks to Timothy Potter for his help on
     this issue. (Closes: #777819)
   * Remove Lisandro Damián Nicanor Pérez Meyer from Uploaders at his request.
     (Closes: #780753)
   * Remove Artur Rona from Uploaders because he is no longer involved in
     maintaining this package for a long time.
   * Bump Standards-Version to 3.9.6.
Checksums-Sha1:
 11f886e772fe8fb08c672e9b17c2d2da46c07d1d 2390 clementine_1.2.3+dfsg-3.dsc
 9a27b1587086a76c36454255785fa3e5ef37e884 15252 
clementine_1.2.3+dfsg-3.debian.tar.xz
 042f877c080ce3467ce93424115719d830a6773f 4543796 
clementine_1.2.3+dfsg-3_amd64.deb
Checksums-Sha256:
 c7d1c2fd58c31db074d070462bbdfbc491cb0231feab65ee99a46d85db2797b1 2390 
clementine_1.2.3+dfsg-3.dsc
 700a23cc30971dafefe4004628f62c8736f998e763a66640d668a1c8d801b764 15252 
clementine_1.2.3+dfsg-3.debian.tar.xz
 dcdfbe1d7d2889d7629d67ecace246de1777edf5c2e464270c455be3e0d42469 4543796 
clementine_1.2.3+dfsg-3_amd64.deb
Files:
 802885016f88a5b4d7722ec429a7e0ea 2390 sound optional 
clementine_1.2.3+dfsg-3.dsc
 2c79e51edea37565152c094022fc36ef 15252 sound optional 
clementine_1.2.3+dfsg-3.debian.tar.xz
 d486b28c87acb621746f14f2462df04f 4543796 sound optional 
clementine_1.2.3+dfsg-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJVqRSoAAoJEHcXUHZuHHILoqoP/2gz0O+38bWyKcDpvpAThvnP
lV+wFUaCjo7omKy1/bZVcTREEeHyqmjXV43FVGTVsVingdH8ZWu7ZKGemKpZptwE
RLZLbVHWYcl0PJhSGaHc7IfCQa3bkwcPbNX5dlcO6SyXFToW8IyTiPBnyhQmLmeY
jxyjCS9Ode2U5QdxCWwGyvcmvY1zEH74OF93twUsDy3eqKIb8qgQwMVQlKuNd0V7
IlrtqFOAtlJLSWQSHyMyCAs+giBTt0D3G6yo8zDu+KiXbofaCEhYRyzHIQDx+pIA
RCLvYJyD3RHvcal3RqFB9YaZOrddRsBFJ6BzV8ztiGyKTVf0YU5kN1niguIc56TU
9YkZuXb8n9scVTc8MWBfJjc5jaYcYDUthF5ATneEHH6B8v2BiJzLeYuiqB1kfqOS
EhCvKvfrGDnAvVCjurnIr4Hn7VX2ifnteg8IZvjODwW75isWSSSIbsNi3EoqhoTp
4rCN1Kr/u+KyZD6GRvKmFbvnA3XiHIFHMaKgKUQu45cPnLYpFU4qUcVnmxdqfodU
zp4aFlHx3MlKH5CXxRi7NjdTlbTeHyC08YEd624A4SS89JRSu/pONaIGxEpkH3Tf
uIPS6ZKNoEuZxYuAOvr7KggYFgrWSLeZAVEebepnDnjkkDMui8QENjlydQUk+xud
KEUx2dfI993Qv79OJj2Y
=tNP5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to