Your message dated Mon, 12 Aug 2013 20:20:16 -0700
with message-id <1937413.WOsJzAOqEs@myrada>
and subject line New version released
has caused the Debian Bug report #719390,
regarding ktp-auth-handler: FTBFS: 
x-telepathy-password-auth-operation.cpp:117:89: error: cannot call member 
function 'void KTp::WalletInterface::setPassword(const AccountPtr&, const 
QString&)' without object
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.)


-- 
719390: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719390
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ktp-auth-handler
Version: 0.4.0-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130811 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> /usr/bin/c++   -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=30 -DKDE_DEPRECATED_WARNINGS 
> -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_KEYWORDS -DQT_NO_STL 
> -D_BSD_SOURCE -D_REENTRANT -D_XOPEN_SOURCE=500 -g -O2 -fstack-protector 
> --param=ssp-buffer-size=4 -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 
> -I/«PKGBUILDDIR»/obj-x86_64-linux-gnu -I/«PKGBUILDDIR» -I/usr/include/KDE 
> -I/usr/include/qt4/phonon -I/usr/include/qt4/QtXmlPatterns 
> -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit 
> -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest 
> -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql 
> -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript 
> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtHelp 
> -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative 
> -I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support 
> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt 
> -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 
> -I/usr/include/telepathy-qt4 -I/usr/include/qjson    -D_GNU_SOURCE 
> -D_LARGEFILE64_SOURCE -o 
> CMakeFiles/ktp-auth-handler.dir/x-telepathy-password-auth-operation.o -c 
> /«PKGBUILDDIR»/x-telepathy-password-auth-operation.cpp
> /«PKGBUILDDIR»/x-telepathy-password-auth-operation.cpp: In member function 
> 'void XTelepathyPasswordAuthOperation::onSASLStatusChanged(uint, const 
> QString&, const QVariantMap&)':
> /«PKGBUILDDIR»/x-telepathy-password-auth-operation.cpp:53:112: error: cannot 
> call member function 'bool KTp::WalletInterface::hasEntry(const AccountPtr&, 
> const QString&)' without object
>          promptUser(m_canTryAgain || 
> !KTp::WalletInterface::hasEntry(m_account, QLatin1String("lastLoginFailed")));
>                                                                               
>                                   ^
> /«PKGBUILDDIR»/x-telepathy-password-auth-operation.cpp:59:87: error: cannot 
> call member function 'bool KTp::WalletInterface::hasEntry(const AccountPtr&, 
> const QString&)' without object
>          if (KTp::WalletInterface::hasEntry(m_account, 
> QLatin1String("lastLoginFailed"))) {
>                                                                               
>          ^
> /«PKGBUILDDIR»/x-telepathy-password-auth-operation.cpp:60:90: error: cannot 
> call member function 'void KTp::WalletInterface::removeEntry(const 
> AccountPtr&, const QString&)' without object
>              KTp::WalletInterface::removeEntry(m_account, 
> QLatin1String("lastLoginFailed"));
>                                                                               
>             ^
> /«PKGBUILDDIR»/x-telepathy-password-auth-operation.cpp:73:110: error: cannot 
> call member function 'void KTp::WalletInterface::setEntry(const AccountPtr&, 
> const QString&, const QString&)' without object
>              KTp::WalletInterface::setEntry(m_account, 
> QLatin1String("lastLoginFailed"), QLatin1String("true"));
>                                                                               
>                                 ^
> /«PKGBUILDDIR»/x-telepathy-password-auth-operation.cpp: In member function 
> 'void XTelepathyPasswordAuthOperation::promptUser(bool)':
> /«PKGBUILDDIR»/x-telepathy-password-auth-operation.cpp:89:52: error: cannot 
> call member function 'bool KTp::WalletInterface::hasPassword(const 
> AccountPtr&)' without object
>      if (KTp::WalletInterface::hasPassword(m_account) && isFirstRun) {
>                                                     ^
> /«PKGBUILDDIR»/x-telepathy-password-auth-operation.cpp:91:85: error: cannot 
> call member function 'QString KTp::WalletInterface::password(const 
> AccountPtr&)' without object
>                                              
> KTp::WalletInterface::password(m_account).toUtf8());
>                                                                               
>        ^
> /«PKGBUILDDIR»/x-telepathy-password-auth-operation.cpp: In member function 
> 'void XTelepathyPasswordAuthOperation::onDialogFinished(int)':
> /«PKGBUILDDIR»/x-telepathy-password-auth-operation.cpp:117:89: error: cannot 
> call member function 'void KTp::WalletInterface::setPassword(const 
> AccountPtr&, const QString&)' without object
>                  KTp::WalletInterface::setPassword(m_account, 
> m_dialog.data()->password());
>                                                                               
>            ^
> make[3]: *** 
> [CMakeFiles/ktp-auth-handler.dir/x-telepathy-password-auth-operation.o] Error 
> 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/08/11/ktp-auth-handler_0.4.0-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Package: 719390
Version: 0.6.3-1

ktp-auth-handler needs to be compiled against a closer version of 
libktpcommoninternalsprivate-dev. 

The new version has made it into unstable so the FTBFS should be fixed now.

Diane

--- End Message ---

Reply via email to