Your message dated Tue, 18 Apr 2006 09:47:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#356163: fixed in kvirc2 2.1.3-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: kvirc2
Version: 2.1.3-3
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 kvirc2_2.1.3-3 on bigsur by sbuild/mips 1.80
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I../../src -DQT_THREAD_SUPPORT
> -I/usr/include/qt3 -D_REENTRANT -I/usr/include/kde -I../common -I../kvilib
> -I../kvilib/core -I../kvilib/irc -I../kvilib/mdi -I../kvilib/toolkit
> -I../kvilib/widgets -I../kvilib/kde -Idcc -Idirbrowser -Ioptions -Iqt
> -Iscript -Isystray -O2 -g -Wall -O2 -MT kvi_app.o -MD -MP -MF
> ".deps/kvi_app.Tpo" -c -o kvi_app.o kvi_app.cpp; \
> then mv -f ".deps/kvi_app.Tpo" ".deps/kvi_app.Po"; else rm -f
> ".deps/kvi_app.Tpo"; exit 1; fi
> kvi_rawevent.h:59: error: extra qualification 'KviRawEventManager::' on
> member 'numericHandlerFor'
...
--- ./src/kvirc/kvi_rawevent.h~ 2006-03-10 02:15:54.000000000 +0000
+++ ./src/kvirc/kvi_rawevent.h 2006-03-10 02:16:09.000000000 +0000
@@ -56,7 +56,7 @@
bool save(const char *filename);
bool load(const char *filename, KviStr &error);
- inline QPtrList<KviRawEvent>
*KviRawEventManager::numericHandlerFor(unsigned int nCommand, const char
*szCommand)
+ inline QPtrList<KviRawEvent> *numericHandlerFor(unsigned int nCommand,
const char *szCommand)
{
return ((nCommand < 1000) ? m_numericEvents[nCommand] :
literalHandlerFor(szCommand));
}
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: kvirc2
Source-Version: 2.1.3-4
We believe that the bug you reported is fixed in the latest version of
kvirc2, which is due to be installed in the Debian FTP archive:
kvirc2-data_2.1.3-4_all.deb
to pool/main/k/kvirc2/kvirc2-data_2.1.3-4_all.deb
kvirc2-dev_2.1.3-4_i386.deb
to pool/main/k/kvirc2/kvirc2-dev_2.1.3-4_i386.deb
kvirc2_2.1.3-4.diff.gz
to pool/main/k/kvirc2/kvirc2_2.1.3-4.diff.gz
kvirc2_2.1.3-4.dsc
to pool/main/k/kvirc2/kvirc2_2.1.3-4.dsc
kvirc2_2.1.3-4_i386.deb
to pool/main/k/kvirc2/kvirc2_2.1.3-4_i386.deb
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.
Robin Verduijn <[EMAIL PROTECTED]> (supplier of updated kvirc2 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: SHA1
Format: 1.7
Date: Mon, 17 Apr 2006 17:01:53 +0000
Source: kvirc2
Binary: kvirc2-data kvirc2-dev kvirc2
Architecture: source i386 all
Version: 2.1.3-4
Distribution: unstable
Urgency: low
Maintainer: Robin Verduijn <[EMAIL PROTECTED]>
Changed-By: Robin Verduijn <[EMAIL PROTECTED]>
Description:
kvirc2 - Fully scriptable graphical IRC client with plugin support
kvirc2-data - Data files for KVIrc
kvirc2-dev - Development files for KVIrc
Closes: 356163
Changes:
kvirc2 (2.1.3-4) unstable; urgency=low
.
* Fix gcc-4.1 compilation (Closes: #356163)
* Override Lintian warning for libkvilib2-2 package name.
Files:
df0351934b499e46c2ad291fdb33667c 640 net optional kvirc2_2.1.3-4.dsc
6342ca4a35f478b92d46a72313e516ff 217390 net optional kvirc2_2.1.3-4.diff.gz
0acdf59d1fb71289b028e24ef439d95b 1056788 net optional
kvirc2-data_2.1.3-4_all.deb
01c46b0d05063329d18bcd32f34bd9db 1457462 net optional kvirc2_2.1.3-4_i386.deb
cf376a714a30f88f419bdd8d64d5661d 265108 devel optional
kvirc2-dev_2.1.3-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFERN83zog/I2psrrURAiLRAJ9WpABe/GT0UDUqnG6dxAQJIQ/LAwCgwQBP
XhrgVzIetCFk/DjXmXCjvi0=
=dJfj
-----END PGP SIGNATURE-----
--- End Message ---