Package: kdebluetooth
Version: 0.99+1.0beta1-6
Severity: important
Tags: patch
Your package fails to build with G++ 4.1. I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.
A patch is below.
> Automatic build of kdebluetooth_0.99+1.0beta1-6 on bigsur by sbuild/mips 1.80
...
> if /bin/sh ../../../libtool --silent --tag=CXX --mode=compile
> mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../kdebluetooth
> -I../../../kdebluetooth/libkbluetooth -I../../../kdebluetooth
> -I../../../kdebluetooth/libqobex -I/usr/include/openobex -I/usr/include
> -I/usr/include/kde/kitchensync/ -I/usr/include/kde/libkcal
> -I../../../kdebluetooth/irmcsync/irmcsynckonnector/kdepim-headers/
> -I/usr/include/kde -I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT
> -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts
> -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2
> -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new
> -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL
> -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT irmcsynckonnector.lo -MD -MP -MF
> ".deps/irmcsynckonnector.Tpo" -c -o irmcsynckonnector.lo
> irmcsynckonnector.cpp; \
> then mv -f ".deps/irmcsynckonnector.Tpo" ".deps/irmcsynckonnector.Plo";
> else rm -f ".deps/irmcsynckonnector.Tpo"; exit 1; fi
> /usr/include/kde/kresources/manager.h:59: warning: 'class
> KRES::ManagerNotifier' has virtual functions but non-virtual destructor
> clientmanager.h:61: error: extra qualification 'KSync::ClientManager::' on
> member 'setObexClient'
> /usr/share/qt3/include/private/qucom_p.h:69: warning: 'struct QUBuffer' has
> virtual functions but non-virtual destructor
> /usr/share/qt3/include/private/qucom_p.h:77: warning: 'struct QUType' has
> virtual functions but non-virtual destructor
> /usr/share/qt3/include/private/qucom_p.h:104: warning: 'struct QUType_Null'
> has virtual functions but non-virtual destructor
> /usr/share/qt3/include/private/qucom_p.h:287: warning: 'struct QUType_enum'
> has virtual functions but non-virtual destructor
> /usr/share/qt3/include/private/qucom_p.h:307: warning: 'struct QUType_ptr'
> has virtual functions but non-virtual destructor
> /usr/share/qt3/include/private/qucom_p.h:326: warning: 'struct QUType_iface'
> has virtual functions but non-virtual destructor
> /usr/share/qt3/include/private/qucom_p.h:345: warning: 'struct QUType_idisp'
> has virtual functions but non-virtual destructor
> /usr/share/qt3/include/private/qucom_p.h:364: warning: 'struct QUType_bool'
> has virtual functions but non-virtual destructor
> /usr/share/qt3/include/private/qucom_p.h:383: warning: 'struct QUType_int'
> has virtual functions but non-virtual destructor
> /usr/share/qt3/include/private/qucom_p.h:403: warning: 'struct QUType_double'
> has virtual functions but non-virtual destructor
> /usr/share/qt3/include/private/qucom_p.h:423: warning: 'struct
> QUType_charstar' has virtual functions but non-virtual destructor
> /usr/share/qt3/include/private/qucom_p.h:444: warning: 'struct
> QUType_QString' has virtual functions but non-virtual destructor
> /usr/share/qt3/include/private/qucomextra_p.h:65: warning: 'struct
> QUType_QVariant' has virtual functions but non-virtual destructor
> /usr/share/qt3/include/private/qucomextra_p.h:87: warning: 'struct
> QUType_varptr' has virtual functions but non-virtual destructor
> make[5]: *** [irmcsynckonnector.lo] Error 1
--- ./kdebluetooth/irmcsync/irmcsynckonnector/clientmanager.h~ 2006-03-10
01:51:16.000000000 +0000
+++ ./kdebluetooth/irmcsync/irmcsynckonnector/clientmanager.h 2006-03-10
01:51:25.000000000 +0000
@@ -58,7 +58,7 @@
~ClientManager();
- void ClientManager::setObexClient(Client*);
+ void setObexClient(Client*);
/**
Returns if the worker is idel at the monment.
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]