Your message dated Fri, 17 Jul 2015 16:49:41 +0000
with message-id <e1zg8pr-0007tn...@franck.debian.org>
and subject line Bug#777928: fixed in kmplayer 1:0.11.3d-2.1
has caused the Debian Bug report #777928,
regarding kmplayer: 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.)


-- 
777928: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777928
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:kmplayer
Version: 1:0.11.3d-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/kmplayer_0.11.3d-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

[...]
/«PKGBUILDDIR»/src/kmplayerplaylist.h:526:14: note: previous declaration of 
'KMPlayer::NodeList KMPlayer::Node::childNodes() const'
     NodeList childNodes () const;
              ^
/«PKGBUILDDIR»/src/kmplayer_part.cpp:143:47: warning: unused parameter 'n' 
[-Wunused-parameter]
         const QString &file, PlayListNotify * n)
                                               ^
/«PKGBUILDDIR»/src/kmplayer_part.cpp: In constructor 
'KMPlayerPart::KMPlayerPart(QWidget*, QObject*, const QStringList&)':
/«PKGBUILDDIR»/src/kmplayer_part.cpp:246:45: warning: variable 'it' set but 
not used [-Wunused-but-set-variable]
                 QStringList::const_iterator it = sl.constBegin ();
                                             ^
/«PKGBUILDDIR»/src/kmplayer_part.cpp: In member function 'void 
KMPlayerLiveConnectExtension::evaluate(const QString&, bool, QString&)':
/«PKGBUILDDIR»/src/kmplayer_part.cpp:1130:23: warning: comparison between 
signed and unsigned integer expressions [-Wsign-compare]
                 if (i == object_counter-1)
                       ^
/«PKGBUILDDIR»/src/kmplayer_part.cpp: In member function 'virtual bool 
KMPlayerLiveConnectExtension::call(long unsigned int, const QString&, const 
QStringList&, KParts::LiveConnectExtension::Type&, long unsigned int&, 
QString&)':
/«PKGBUILDDIR»/src/kmplayer_part.cpp:1424:32: warning: comparison between 
signed and unsigned integer expressions [-Wsign-compare]
     for (unsigned int i = 0; i < args.size (); ++i)
                                ^
Linking CXX shared module ../lib/libkmplayerpart.so
cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu/src && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/kmplayerpart.dir/link.txt --verbose=1
/usr/bin/c++  -fPIC -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2  -Wnon-virtual-dtor -Wno-long-long 
-Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith 
-Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common 
-Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden 
-Werror=return-type -fvisibility-inlines-hidden -DNDEBUG -DQT_NO_DEBUG 
-Wl,--enable-new-dtags -Wl,--fatal-warnings -Wl,--no-undefined -lc  
-Wl,-z,relro -shared -Wl,-soname,libkmplayerpart.so -o 
../lib/libkmplayerpart.so CMakeFiles/kmplayerpart.dir/kmplayerpart_automoc.o 
CMakeFiles/kmplayerpart.dir/kmplayer_part.o  
-L/«PKGBUILDDIR»/obj-x86_64-linux-gnu/lib ../lib/libkmplayercommon.so 
-lkmediaplayer /usr/lib/libkparts.so.4.14.2 /usr/lib/libkdeui.so.5.14.2 
/usr/lib/x86_64-linux-gnu/libQt3Support.so /usr/lib/libkde3support.so.4.14.2 
/usr/lib/libkparts.so.4.14.2 /usr/lib/x86_64-linux-gnu/libQt3Support.so 
/usr/lib/libkio.so.5.14.2 /usr/lib/libne
 pomukutils.so.4.14.2 /usr/lib/x86_64-linux-gnu/libQtNetwork.so 
/usr/lib/x86_64-linux-gnu/libQtXml.so /usr/lib/libnepomuk.so.4.14.2 
/usr/lib/libkdeui.so.5.14.2 /usr/lib/x86_64-linux-gnu/libQtSvg.so -lsoprano 
/usr/lib/libkdecore.so.5.14.2 /usr/lib/x86_64-linux-gnu/libQtCore.so 
/usr/lib/x86_64-linux-gnu/libQtDBus.so /usr/lib/x86_64-linux-gnu/libQtGui.so 
-Wl,-rpath,/«PKGBUILDDIR»/obj-x86_64-linux-gnu/lib: 
make[3]: Leaving directory '/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_report 
/«PKGBUILDDIR»/obj-x86_64-linux-gnu/CMakeFiles  45 46
[ 98%] Built target kmplayerpart
Linking CXX shared library ../lib/libkdeinit4_kmplayer.so
cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu/src && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/kdeinit_kmplayer.dir/link.txt --verbose=1
/usr/bin/c++  -fPIC -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2  -Wnon-virtual-dtor -Wno-long-long 
-Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith 
-Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common 
-Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden 
-Werror=return-type -fvisibility-inlines-hidden -DNDEBUG -DQT_NO_DEBUG 
-Wl,--enable-new-dtags -Wl,--fatal-warnings -Wl,--no-undefined -lc  
-Wl,-z,relro -shared -Wl,-soname,libkdeinit4_kmplayer.so -o 
../lib/libkdeinit4_kmplayer.so 
CMakeFiles/kdeinit_kmplayer.dir/kdeinit_kmplayer_automoc.o 
CMakeFiles/kdeinit_kmplayer.dir/kmplayerapp.o 
CMakeFiles/kdeinit_kmplayer.dir/kmplayer_lists.o 
CMakeFiles/kdeinit_kmplayer.dir/kmplayertvsource.o 
CMakeFiles/kdeinit_kmplayer.dir/main.o ../lib/libkmplayercommon.so 
/usr/lib/libkparts.so.4.14.2 /usr/lib/libkdeui.so.5.14.2 
/usr/lib/x86_64-linux-gnu/libQt3Support.so /usr/lib/libkde3support.so.4.14.2 
/usr/lib/libk
 parts.so.4.14.2 /usr/lib/x86_64-linux-gnu/libQt3Support.so 
/usr/lib/libkio.so.5.14.2 /usr/lib/libnepomukutils.so.4.14.2 
/usr/lib/x86_64-linux-gnu/libQtNetwork.so /usr/lib/x86_64-linux-gnu/libQtXml.so 
/usr/lib/libnepomuk.so.4.14.2 /usr/lib/libkdeui.so.5.14.2 
/usr/lib/x86_64-linux-gnu/libQtSvg.so -lsoprano /usr/lib/libkdecore.so.5.14.2 
/usr/lib/x86_64-linux-gnu/libQtCore.so /usr/lib/x86_64-linux-gnu/libQtDBus.so 
/usr/lib/x86_64-linux-gnu/libQtGui.so 
-Wl,-rpath,/«PKGBUILDDIR»/obj-x86_64-linux-gnu/lib: 
CMakeFiles/kdeinit_kmplayer.dir/kmplayerapp.o: In function 
`KMPlayerApp::playerStarted()':
/«PKGBUILDDIR»/src/kmplayerapp.cpp:388: undefined reference to 
`KMPlayer::TreeNode<KMPlayer::Node>::insertBefore(KMPlayer::Node*, 
KMPlayer::Node*)'
/«PKGBUILDDIR»/src/kmplayerapp.cpp:413: undefined reference to 
`KMPlayer::TreeNode<KMPlayer::Node>::insertBefore(KMPlayer::Node*, 
KMPlayer::Node*)'
/«PKGBUILDDIR»/src/kmplayerapp.cpp:413: undefined reference to 
`KMPlayer::TreeNode<KMPlayer::Node>::insertBefore(KMPlayer::Node*, 
KMPlayer::Node*)'
CMakeFiles/kdeinit_kmplayer.dir/kmplayerapp.o: In function 
`KMPlayerApp::menuCopyDrop()':
/«PKGBUILDDIR»/src/kmplayerapp.cpp:1381: undefined reference to 
`KMPlayer::TreeNode<KMPlayer::Node>::insertBefore(KMPlayer::Node*, 
KMPlayer::Node*)'
CMakeFiles/kdeinit_kmplayer.dir/kmplayerapp.o: In function 
`KMPlayerApp::menuMoveUpNode()':
/«PKGBUILDDIR»/src/kmplayerapp.cpp:1400: undefined reference to 
`KMPlayer::TreeNode<KMPlayer::Node>::insertBefore(KMPlayer::Node*, 
KMPlayer::Node*)'
CMakeFiles/kdeinit_kmplayer.dir/kmplayerapp.o:/«PKGBUILDDIR»/src/kmplayerapp.cpp:1410:
 more undefined references to 
`KMPlayer::TreeNode<KMPlayer::Node>::insertBefore(KMPlayer::Node*, 
KMPlayer::Node*)' follow
collect2: error: ld returned 1 exit status
make[3]: *** [lib/libkdeinit4_kmplayer.so] Error 1
src/CMakeFiles/kdeinit_kmplayer.dir/build.make:207: recipe for target 
'lib/libkdeinit4_kmplayer.so' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
make[2]: *** [src/CMakeFiles/kdeinit_kmplayer.dir/all] Error 2
CMakeFiles/Makefile2:124: recipe for target 
'src/CMakeFiles/kdeinit_kmplayer.dir/all' failed
make[2]: Leaving directory '/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
make[1]: *** [all] Error 2
Makefile:130: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
dh_auto_build: make -j10 returned exit code 2
make: *** [build-arch] Error 2
debian/rules:4: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: kmplayer
Source-Version: 1:0.11.3d-2.1

We believe that the bug you reported is fixed in the latest version of
kmplayer, 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.
Matthias Klose <d...@debian.org> (supplier of updated kmplayer 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: SHA256

Format: 1.8
Date: Tue, 14 Jul 2015 18:08:14 +0200
Source: kmplayer
Binary: kmplayer
Architecture: source amd64
Version: 1:0.11.3d-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description:
 kmplayer   - media player for KDE
Closes: 770966 777928
Changes:
 kmplayer (1:0.11.3d-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix build with GCC 5. Closes: #777928.
   * Fix build on AArch64. Closes: #770966.
Checksums-Sha1:
 566d283c18db0706fc8ab4f289906e10effb9089 2101 kmplayer_0.11.3d-2.1.dsc
 c9580213d00d92688f04704612a48ace1fef06f1 8488 
kmplayer_0.11.3d-2.1.debian.tar.xz
 3208504245ddbbecaa076e490aedbfe0f2f2c5d1 714054 kmplayer_0.11.3d-2.1_amd64.deb
Checksums-Sha256:
 6ac2590bbf87b4aec92972a6ff7b9d677a2403bdef547a74bb9b7fc939e55ce1 2101 
kmplayer_0.11.3d-2.1.dsc
 dffe8795c5f226f32483abd84c97afdaa3fcb79be1b1261c500117f371d5de2f 8488 
kmplayer_0.11.3d-2.1.debian.tar.xz
 6ff10ea26899473d4e4844eb921bc5d064784d95cd4a366ffc8d476486b3eff2 714054 
kmplayer_0.11.3d-2.1_amd64.deb
Files:
 5b6b8eb7e23ec2e4175fbab290c6564c 2101 video optional kmplayer_0.11.3d-2.1.dsc
 e0111eceb673a8100b1c9a458545c144 8488 video optional 
kmplayer_0.11.3d-2.1.debian.tar.xz
 a0bfba7c58e7015ac60228492a6acae6 714054 video optional 
kmplayer_0.11.3d-2.1_amd64.deb

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

iQIcBAEBCAAGBQJVpTZgAAoJEL1+qmB3j6b1KjkP/jxjz4H5FxmE9xNgA9DVIqUc
pfnIgLtSHd0Za4rArmtaiU4x2kbeGEhlNfcIvvWWuwdzwu52FUzl8yN04dpLUJzO
LyWwf44dJAe1b8toRPZI/inCddI6lAYvMzmVDaq/EvH1cmwrmUxD2yXbHEUOd0gf
UaTfwacTVEnV58cXlzswFhO1rvRYTFh4ZKYjLM5e6ADaSlXcAl84WkUgkrm0e8td
R6KWoQm/RUupJUMdRrtLGPnLSw+1DEHk4TuDMq92KmuCDqH0ZykrW2dAY8aYhtQs
svwH+KtagIK1CbAuSwrZbmqIoumjrC8vkYReGEWFOD73R9VQbzj15VyExHpXAYR8
G7GSzHa+jsp1pLj1M913HaiWEwxrpqUg0Bx7i/L60L9TPFum7hetY6zv7Mz+1CqI
ESsx5tIP4NtyBZJzDcbhVpC3ASCk3UMjt4Kp1PuhIs0ZPfUOLrMmgfGW3oGu+Kkt
8tdtEv/QbfQoTb0G24eLaAuLlSurlJgximHNeVmnf4PRV8m6F1KKLQtDPSkkK+Ym
dEUlSOLrUWu/JzH8c9gq/judBQMFxsd7kml9QuroVx77GlSCVCwl9wF51QqgxD2a
CtDooyPwYnAs+2Y+FWq0SpRzh03N5LETRl7fPtngDeZgknbOSy78CihR+LNPU3CT
nBuRrVc52GLmaDZalHSl
=hoiL
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

Reply via email to