Package: konversation
Version: 0.19-1
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 konversation_0.19-1 on bigsur by sbuild/mips 1.86
...
> if g++ -DHAVE_CONFIG_H -I. -I/build/tbm/konversation-0.19/./konversation/src 
> -I../.. -Ilinkaddressbook 
> -I/build/tbm/konversation-0.19/./konversation/src/linkaddressbook -Iblowfish 
> -I/build/tbm/konversation-0.19/./konversation/src/blowfish -Iconfig 
> -I/build/tbm/konversation-0.19/./konversation/src/config -I/usr/include/kde 
> -I/usr/share/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  
> -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
> -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG 
> -O2 -g -Wall -O2 -Wformat-security -Wmissing-format-attribute 
> -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common 
> -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT 
> -DQT_NO_TRANSLATION  -MT ircviewbox.o -MD -MP -MF ".deps/ircviewbox.Tpo" -c 
> -o ircviewbox.o 
> /build/tbm/konversation-0.19/./konversation/src/ircviewbox.cpp; \
>       then mv -f ".deps/ircviewbox.Tpo" ".deps/ircviewbox.Po"; else rm -f 
> ".deps/ircviewbox.Tpo"; exit 1; fi
> /build/tbm/konversation-0.19/./konversation/src/searchbar.h:58: error: extra 
> qualification 'SearchBar::' on member 'focusedChild'
> make[5]: *** [ircviewbox.o] Error 1


--- ./konversation/src/searchbar.h~     2006-03-11 00:24:00.000000000 +0000
+++ ./konversation/src/searchbar.h      2006-03-11 00:24:04.000000000 +0000
@@ -55,7 +55,7 @@
 
         void focusInEvent(QFocusEvent* e);
         virtual void showEvent(QShowEvent* e);
-        bool SearchBar::focusedChild();
+        bool focusedChild();
     public slots:
 
         virtual void hide();

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to