Your message dated Mon, 03 Apr 2006 11:32:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#355986: fixed in klibido 0.2.5-1
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: klibido
Version: 0.2.4.1-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 klibido_0.2.4.1-1 on bigsur by sbuild/mips 1.78
...
> depmode=gcc3 /bin/sh ../admin/depcomp \
> g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde
> -I/usr/share/qt3/include -I. -I/usr/include/db4 -DQT_THREAD_SUPPORT
> -D_REENTRANT -I/include -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W
> -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
> -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2
> -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new
> -fno-common -c -o main.o `test -f 'main.cpp' || echo './'`main.cpp
> nntpthreadsocket.h:237: error: extra qualification 'NntpThreadSocket::' on
> member 'm_findEndLine'
> yydecoder.h:90: error: extra qualification 'yyDecoder::' on member 'charCRC'
--- src/nntpthreadsocket.h~ 2006-03-09 05:41:11.000000000 +0000
+++ src/nntpthreadsocket.h 2006-03-09 05:41:17.000000000 +0000
@@ -234,7 +234,7 @@
bool getHead(QString group, int artnum); //Unimplemented
int m_getError() {return error;}
const char *m_getErrorDesc() {return (const char *) errorString;}
- char * NntpThreadSocket::m_findEndLine( char * start, char *
end );
+ char * m_findEndLine( char * start, char * end );
void setHost(NntpHost *nh);
bool m_sendCmd( QString& cmd, int response );
QTime prevTime, currentTime;
--- src/yydecoder.h~ 2006-03-09 05:40:54.000000000 +0000
+++ src/yydecoder.h 2006-03-09 05:41:01.000000000 +0000
@@ -87,7 +87,7 @@
private:
- inline void yyDecoder::charCRC(const unsigned char *c);
+ inline void charCRC(const unsigned char *c);
QStringList m_fileParts;
QStringList::Iterator fileIterator;
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: klibido
Source-Version: 0.2.5-1
We believe that the bug you reported is fixed in the latest version of
klibido, which is due to be installed in the Debian FTP archive:
klibido_0.2.5-1.diff.gz
to pool/main/k/klibido/klibido_0.2.5-1.diff.gz
klibido_0.2.5-1.dsc
to pool/main/k/klibido/klibido_0.2.5-1.dsc
klibido_0.2.5-1_i386.deb
to pool/main/k/klibido/klibido_0.2.5-1_i386.deb
klibido_0.2.5.orig.tar.gz
to pool/main/k/klibido/klibido_0.2.5.orig.tar.gz
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.
Gonéri Le Bouder <[EMAIL PROTECTED]> (supplier of updated klibido 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: Wed, 8 Mar 2006 12:33:30 +0100
Source: klibido
Binary: klibido
Architecture: source i386
Version: 0.2.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team <[EMAIL PROTECTED]>
Changed-By: Gonéri Le Bouder <[EMAIL PROTECTED]>
Description:
klibido - usenet binary grabber for KDE
Closes: 329439 355986 360580
Changes:
klibido (0.2.5-1) unstable; urgency=low
.
* New upstream release (closes: #360580)
* Added dirs, docs, watch files
* Converted to cdbs
* Updated compat, control, copyright files
* Removed klibido.manpages, installed by rules
* Renamed klibido.menu to menu
* Clean up rules
* Fixed common kde doc link
* Updated config.guess and config.sub (closes: #329439)
* Fixed FTBFS with gcc4.1 thanks to Martin Michlmayr (closes: #355986)
* Maintainer changed to Debian KDE Extras Team
Files:
bb2fb2aabbab6d7c8cb05b18c2969f7e 769 kde optional klibido_0.2.5-1.dsc
e343338541a3ff3f2983023ccc922af0 720741 kde optional klibido_0.2.5.orig.tar.gz
7440994f16b4c0b47482d7fcec2863b0 4820 kde optional klibido_0.2.5-1.diff.gz
8d3be112b4c40ddbe48e81b7a2f55798 486700 kde optional klibido_0.2.5-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFEMWaSoCzanz0IthIRAs1OAKCS1o/D+GMyKP/m7Szs+RxCwRJ/JACdEvd+
uQycqvXox9ckD4lOBHLrUWI=
=DtRI
-----END PGP SIGNATURE-----
--- End Message ---