Your message dated Tue, 04 Sep 2018 22:05:56 +0000
with message-id <[email protected]>
and subject line Bug#906660: fixed in kphotoalbum 5.3-2
has caused the Debian Bug report #906660,
regarding kphotoalbum: FTBFS in buster/sid ('QString::QString(const char*)' is 
private within this context)
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 [email protected]
immediately.)


-- 
906660: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906660
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:kphotoalbum
Version: 5.3-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-arch
dh build-arch --parallel --with kf5
   dh_update_autotools_config -a -O--parallel
   dh_auto_configure --buildsystem=kf5 -a -O--parallel
        cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None 
-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var 
-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles" 
-DCMAKE_BUILD_TYPE=Debian -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON ..
-- The C compiler identification is GNU 8.2.0
-- The CXX compiler identification is GNU 8.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++

[... snipped ...]

                                                               ^~
/<<PKGBUILDDIR>>/RemoteControl/RemoteConnection.cpp:108:52: error: 
'QString::QString(const char*)' is private within this context
                                << ": Received " << qPrintable(id);
                                                    ^~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QObject:1,
                 from /<<PKGBUILDDIR>>/RemoteControl/RemoteConnection.h:22,
                 from /<<PKGBUILDDIR>>/RemoteControl/RemoteConnection.cpp:19:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:829:5: note: declared 
private here
     QString(const char *ch);
     ^~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h:43,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:48,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:46,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QObject:1,
                 from /<<PKGBUILDDIR>>/RemoteControl/RemoteConnection.h:22,
                 from /<<PKGBUILDDIR>>/RemoteControl/RemoteConnection.cpp:19:
/<<PKGBUILDDIR>>/RemoteControl/RemoteConnection.cpp:108:63: error: invalid 
conversion from 'qint32' {aka 'int'} to 'const char*' [-fpermissive]
                                << ": Received " << qPrintable(id);
                                                               ^~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:47,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QObject:1,
                 from /<<PKGBUILDDIR>>/RemoteControl/RemoteConnection.h:22,
                 from /<<PKGBUILDDIR>>/RemoteControl/RemoteConnection.cpp:19:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:829:25: note:   initializing 
argument 1 of 'QString::QString(const char*)'
     QString(const char *ch);
             ~~~~~~~~~~~~^~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h:43,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:48,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:46,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QObject:1,
                 from /<<PKGBUILDDIR>>/RemoteControl/RemoteConnection.h:22,
                 from /<<PKGBUILDDIR>>/RemoteControl/RemoteConnection.cpp:19:
/<<PKGBUILDDIR>>/RemoteControl/RemoteConnection.cpp:108:52: error: conversion 
to non-const reference type 'class QString&&' from rvalue of type 'QString' 
[-fpermissive]
                                << ": Received " << qPrintable(id);
                                                    ^~~~~~~~~~
make[4]: *** [CMakeFiles/kphotoalbum.dir/build.make:2796: 
CMakeFiles/kphotoalbum.dir/RemoteControl/RemoteConnection.cpp.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:1183: CMakeFiles/kphotoalbum.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:144: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j1 returned exit code 2
make[1]: *** [debian/rules:11: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made with "dpkg-buildpackage -B" in my autobuilder.
Most probably, it also fails here in reproducible builds:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/kphotoalbum.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: kphotoalbum
Source-Version: 5.3-2

We believe that the bug you reported is fixed in the latest version of
kphotoalbum, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pino Toscano <[email protected]> (supplier of updated kphotoalbum 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 04 Sep 2018 23:44:32 +0200
Source: kphotoalbum
Binary: kphotoalbum
Architecture: source
Version: 5.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian KDE Extras Team <[email protected]>
Changed-By: Pino Toscano <[email protected]>
Description:
 kphotoalbum - tool for indexing, searching and viewing images by keywords for K
Closes: 906660
Changes:
 kphotoalbum (5.3-2) unstable; urgency=medium
 .
   * Team upload.
   * Switch Vcs-* fields to salsa.debian.org.
   * Backport upstream commit 47f4c00adaa442cd03b02d44517b5503718f2813 to fix
     build with Qt >= 5.11; patch upstream_Fix-build-with-Qt-5.11.patch.
     (Closes: #906660)
   * Bump Standards-Version to 4.2.1, no changes required.
   * Bump the debhelper compatibility to 11:
     - bump the debhelper build dependency to 11~
     - bump compat to 11
     - remove --parallel for dh, as now done by default
Checksums-Sha1:
 50b43801b6d22cfae9dce80d30f8b04561cb337e 2439 kphotoalbum_5.3-2.dsc
 e8ff0e4d1a23724d5cb211892856cd07c40e29f7 9320 kphotoalbum_5.3-2.debian.tar.xz
 b63d7589e983166be47162a0446a2a04cf2e4326 20036 
kphotoalbum_5.3-2_source.buildinfo
Checksums-Sha256:
 e8c6d1e8573f2a8b3546dc48c068c2f12ebf6559e025175cf697c90d6c4d4c0d 2439 
kphotoalbum_5.3-2.dsc
 69894844e2d6d456c2f15d81b2ccfdeadb9875ec329b86e210e455c61e60a61c 9320 
kphotoalbum_5.3-2.debian.tar.xz
 c451d63d861b9e88efb2300c602d47c71e3f099d14b46ca2c1cee09a3d6fbe6a 20036 
kphotoalbum_5.3-2_source.buildinfo
Files:
 3d89e56a75e4da4179cfe0d432cbddb5 2439 graphics optional kphotoalbum_5.3-2.dsc
 50a08c5cc450b7a1fba0bbb27446bec4 9320 graphics optional 
kphotoalbum_5.3-2.debian.tar.xz
 1491d3b1b6277b0c84045e5430cb574f 20036 graphics optional 
kphotoalbum_5.3-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAluO/P0ACgkQLRkciEOx
P00ILRAAntdgdAhjzcuE1CgvrxQmC6mct+87X0YpFVHZ9dP/Azkhi3pgMCNO/HkT
1pt0K33g61MY0grq88NkE7sRXygrcnmo24PVXfNz41c/MrjTY48D0rM8Ziyb0Hpj
sra7DnP0I3E65tQCp9C6Y5KOhss9cMcd7xRKdhXqICUqNFNbY6NwnzU8axvq8z5Q
Tyk6yjOAOKjwzS75H6aaFahIs3BGs/msRbAozfsDO0bTLwSBb4gPCogmGceN52/s
srTz5wTI37Xcz209sWVWJQTZhTD9upZaGL+3i5mJoCXCQL6lommCVHRcezdBOwX4
8wbmcJH4kN6MNOISrwJmRJu3HMCEa/tOQy/r2ipZjCMvbo3dwcIoOISvtKvK92sw
NKR+yGiZI6HkkAkBV8dqzZAH7HgwXgHAtJzfW5DZZJnRbToBwJXMVxZg5w0ylJqO
7RPHljJznyGQiyIeK3jxcVZnDCr/LJwDCZhAk++PLW7kbV2vNa2hIL5UVAps1eDH
x+AiZhQeQ+z5lw5VtV7npmwM+4uVyQmqdcWOCNiygYU+/GT8ZI2eMVYbjL4GKKNa
XMYSp6tmGYn7vd1UzsMraV/0XHPiLk0YyqTsOO/aJHwI+CdwZNwQI4w4BnTPP//m
n9Mj+P0CykGwnLSClWjPxF6NerNI+j81Sanfyb6SXBEC8ux0L/g=
=61UN
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to