Your message dated Sat, 25 Aug 2018 09:35:02 +0000
with message-id <e1ftuye-00054o...@fasolo.debian.org>
and subject line Bug#907205: fixed in psi 1.3-5
has caused the Debian Bug report #907205,
regarding psi: FTBFS in buster/sid (no type named 'type' in 'struct 
std::enable_if<false, QMetaObject::Connection>')
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.)


-- 
907205: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907205
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:psi
Version: 1.3-4
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
   dh_update_autotools_config -a -O--parallel
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
qt-qconf
Project name: Psi
Profile: psi.pro
Deps: qt4* buildmodeapp* idn* qca* zlib* qjdns* x11* universal qdbus 
qtmultimedia* webkit growl whiteboarding xss aspell enchant hunspell spell* 
plugins conf* recursiveprl*

'configure' written.
'configure.exe' written.
ls -al
total 464

[... snipped ...]

                 from /usr/include/Qca-qt5/QtCrypto/qca.h:36,
                 from /usr/include/Qca-qt5/QtCrypto/QtCrypto:1,
                 from accountmanagedlg.cpp:21:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:260:13: note: candidate: 
'template<class Func1, class Func2> static typename 
std::enable_if<((int)(QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0), 
QMetaObject::Connection>::type QObject::connect(const typename 
QtPrivate::FunctionPointer<Func>::Object*, Func1, Func2)'
             connect(const typename QtPrivate::FunctionPointer<Func1>::Object 
*sender, Func1 signal, Func2 slot)
             ^~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:260:13: note:   template 
argument deduction/substitution failed:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h: In substitution of 
'template<class Func1, class Func2> static typename 
std::enable_if<((int)(QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0), 
QMetaObject::Connection>::type QObject::connect(const typename 
QtPrivate::FunctionPointer<Func>::Object*, Func1, Func2) [with Func1 = const 
char*; Func2 = const char*]':
accountmanagedlg.cpp:115:66:   required from here
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:260:13: error: no type named 
'type' in 'struct std::enable_if<false, QMetaObject::Connection>'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:269:13: note: candidate: 
'template<class Func1, class Func2> static typename 
std::enable_if<(((int)(QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0) 
&& (! QtPrivate::FunctionPointer<Func2>::IsPointerToMemberFunction)), 
QMetaObject::Connection>::type QObject::connect(const typename 
QtPrivate::FunctionPointer<Func>::Object*, Func1, const QObject*, Func2, 
Qt::ConnectionType)'
             connect(const typename QtPrivate::FunctionPointer<Func1>::Object 
*sender, Func1 signal, const QObject *context, Func2 slot,
             ^~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:269:13: note:   template 
argument deduction/substitution failed:
accountmanagedlg.cpp:115:66: note:   candidate expects 5 arguments, 3 provided
  connect(d->bg, SIGNAL(buttonClicked(int)), SLOT(bg_clicked(int)));
                                                                  ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qiodevice.h:45,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatastream.h:44,
                 from /usr/include/x86_64-linux-gnu/qt5/QtGui/qregion.h:49,
                 from /usr/include/x86_64-linux-gnu/qt5/QtGui/qevent.h:45,
                 from /usr/include/x86_64-linux-gnu/qt5/QtGui/QList:1,
                 from /usr/include/Qca-qt5/QtCrypto/qca_core.h:38,
                 from /usr/include/Qca-qt5/QtCrypto/qca.h:36,
                 from /usr/include/Qca-qt5/QtCrypto/QtCrypto:1,
                 from accountmanagedlg.cpp:21:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:300:13: note: candidate: 
'template<class Func1, class Func2> static typename 
std::enable_if<(QtPrivate::FunctionPointer<Func2>::ArgumentCount == -1), 
QMetaObject::Connection>::type QObject::connect(const typename 
QtPrivate::FunctionPointer<Func>::Object*, Func1, Func2)'
             connect(const typename QtPrivate::FunctionPointer<Func1>::Object 
*sender, Func1 signal, Func2 slot)
             ^~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:300:13: note:   template 
argument deduction/substitution failed:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h: In substitution of 
'template<class Func1, class Func2> static typename 
std::enable_if<(QtPrivate::FunctionPointer<Func2>::ArgumentCount == -1), 
QMetaObject::Connection>::type QObject::connect(const typename 
QtPrivate::FunctionPointer<Func>::Object*, Func1, Func2) [with Func1 = const 
char*; Func2 = const char*]':
accountmanagedlg.cpp:115:66:   required from here
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:300:13: error: no type named 
'Object' in 'struct QtPrivate::FunctionPointer<const char*>'
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:308:13: note: candidate: 
'template<class Func1, class Func2> static typename 
std::enable_if<(QtPrivate::FunctionPointer<Func2>::ArgumentCount == -1), 
QMetaObject::Connection>::type QObject::connect(const typename 
QtPrivate::FunctionPointer<Func>::Object*, Func1, const QObject*, Func2, 
Qt::ConnectionType)'
             connect(const typename QtPrivate::FunctionPointer<Func1>::Object 
*sender, Func1 signal, const QObject *context, Func2 slot,
             ^~~~~~~
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:308:13: note:   template 
argument deduction/substitution failed:
accountmanagedlg.cpp:115:66: note:   candidate expects 5 arguments, 3 provided
  connect(d->bg, SIGNAL(buttonClicked(int)), SLOT(bg_clicked(int)));
                                                                  ^
make[2]: *** [Makefile:10099: .obj/accountmanagedlg.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:71: sub-src-make_first] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:10: 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/psi.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: psi
Source-Version: 1.3-5

We believe that the bug you reported is fixed in the latest version of
psi, 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 907...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jan Niehusmann <j...@debian.org> (supplier of updated psi 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: SHA512

Format: 1.8
Date: Sat, 25 Aug 2018 10:37:28 +0200
Source: psi
Binary: psi
Architecture: source
Version: 1.3-5
Distribution: unstable
Urgency: medium
Maintainer: Jan Niehusmann <j...@debian.org>
Changed-By: Jan Niehusmann <j...@debian.org>
Description:
 psi        - Jabber client using Qt
Closes: 907205
Changes:
 psi (1.3-5) unstable; urgency=medium
 .
   * Cherry-pick fix for compilation with qt 5.11
     (Closes: Bug#907205)
Checksums-Sha1:
 7e9ef9dfcb925bbfcf5d7a23126fad3ca78a4d43 1653 psi_1.3-5.dsc
 03691d9730a4c784f7aab098c0d2aa640d462904 11112 psi_1.3-5.debian.tar.xz
 f8d1e83450068f924be2b969d3234b5d5912a3a8 12618 psi_1.3-5_amd64.buildinfo
Checksums-Sha256:
 0de53cafd64b64e92b99c707b6fdebac1f0a95cbefe81bde252956c9d775fa21 1653 
psi_1.3-5.dsc
 bddf6629a674cf37b0809d7082026cec92f9ace3922e4049bfbced842222f7dd 11112 
psi_1.3-5.debian.tar.xz
 b8bafc7ffd80cad30c12f67fb386bca8bfd25e77d05cd914c3a95815b0d25b64 12618 
psi_1.3-5_amd64.buildinfo
Files:
 bcbc907d10013fbb1151d3af60d4cb3f 1653 net optional psi_1.3-5.dsc
 125f229b437e3a3aaab97d86ea640274 11112 net optional psi_1.3-5.debian.tar.xz
 be35407d5456b5fea367b09254a290cc 12618 net optional psi_1.3-5_amd64.buildinfo

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

iQHDBAEBCgAtFiEE+20yASySVog94MmzwkDOmV0CaxEFAluBHXMPHGphbkBkZWJp
YW4ub3JnAAoJEMJAzpldAmsRviwL+QETe685M1YRREhyH7upJbARmtPmEsP3FgQa
lXfc7alltCNdiEBYfWvU/xltlqsW7FbyfI/BraCrtsTxClYzm96ixfhNUwrgn8r0
2eO9rrbt4qcxZtUAxPXrrDCBQruPxCLW5LFttawJj1aS/Uhg6Vvfb0uXEQxxwo2s
aVaIX+cJt9ir4gtJzQfQmsIk3B3j07GejdEXqH32SfCIdMUVZk9J8CiMD6Z1H7Xh
8edieFyP4Tkqtp7bAIleAqJoRy1yZi3kxXoDB9C+EI+Lks0LxtnSipZgHJCbhiqW
dAmQkrDcfCxQ1TOwU3Hrrb8gzHjlgqiXVsVOs/lLUIJ3f9nx531K/oQZFiy6/Rk7
DCLX0YAY9DAD7/qDfghdNWv9nTLFY0BOwwoncZ5nep8GaE6SLlL+SOXUrkdiBNNd
Nq3h2X51Ojdeni21ToAxorq43f6Y4x5bjqDSF34Nb9fYLzf/NGU34vRl8MKej2E/
m7hLo+xRrdWU5AJRM725fuRBS9uHXA==
=30nj
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to