Debian Bug report logs - #504976
FTBFS with GCC 4.4: missing #include

version graph

Package: kopete-silc-plugin; Maintainer for kopete-silc-plugin is (unknown);

Reported by: Martin Michlmayr <tbm@cyrius.com>

Date: Sat, 8 Nov 2008 08:54:01 UTC

Severity: normal

Tags: patch

Found in version kopete-silc-plugin/0.4-1

Fixed in version kopete-silc-plugin/0.5-2

Done: Jérémy Bobbio <lunar@debian.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian SILC Team <pkg-silc-devel@lists.alioth.debian.org>:
Bug#504976; Package kopete-silc-plugin. (Sat, 08 Nov 2008 08:54:04 GMT) (full text, mbox, link).


Acknowledgement sent to Martin Michlmayr <tbm@cyrius.com>:
New Bug report received and forwarded. Copy sent to Debian SILC Team <pkg-silc-devel@lists.alioth.debian.org>. (Sat, 08 Nov 2008 08:54:05 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Martin Michlmayr <tbm@cyrius.com>
To: submit@bugs.debian.org
Subject: FTBFS with GCC 4.4: missing #include
Date: Sat, 8 Nov 2008 09:47:10 +0100
Package: kopete-silc-plugin
Version: 0.4-1
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-4.4

Your package fails to build with the upcoming GCC 4.4.  Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.

GCC 4.4 cleaned up some more C++ headers.  You always have to #include
headers directly and cannot rely for things to be included indirectly.

You can reproduce this problem with gcc-snapshot from unstable.

> Automatic build of kopete-silc-plugin_0.4-1 on em64t by sbuild/amd64 0.53
...
> [ 69%] Building CXX object src/CMakeFiles/kopete_silc.dir/silceditaccountwidget.o
> In file included from /usr/include/kde/klocale.h:25,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silceditaccountwidget.cpp:21:
> /usr/share/qt3/include/qstring.h: In member function 'char QChar::latin1() const':
> /usr/share/qt3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In member function 'void QChar::setCell(uchar)':
> /usr/share/qt3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In member function 'void QChar::setRow(uchar)':
> /usr/share/qt3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
> /usr/share/qt3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
> /usr/share/qt3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
> /usr/share/qt3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
> In file included from /usr/share/qt3/include/qobject.h:48,
>                  from /usr/share/qt3/include/qwidget.h:46,
>                  from /usr/share/qt3/include/qdialog.h:45,
>                  from /usr/share/qt3/include/qmessagebox.h:45,
>                  from /usr/include/kde/kmessagebox.h:23,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silceditaccountwidget.cpp:22:
> /usr/share/qt3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
> /usr/share/qt3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
> In file included from /usr/include/silc/silc.h:219,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silceditaccountwidget.h:29,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silceditaccountwidget.cpp:34:
> /usr/include/silc/silcatomic.h: In function 'SilcTK::SilcUInt8 SilcTK::silc_atomic_add_int8(SilcTK::SilcAtomic8*, SilcTK::SilcInt8)':
> /usr/include/silc/silcatomic.h:793: warning: conversion to 'SilcTK::SilcUInt8' from 'int' may alter its value
> /usr/include/silc/silcatomic.h:793: warning: conversion to 'SilcTK::SilcUInt8' from 'int' may alter its value
> /usr/include/silc/silcatomic.h: In function 'SilcTK::SilcUInt16 SilcTK::silc_atomic_add_int16(SilcTK::SilcAtomic16*, SilcTK::SilcInt16)':
> /usr/include/silc/silcatomic.h:794: warning: conversion to 'SilcTK::SilcUInt16' from 'int' may alter its value
> /usr/include/silc/silcatomic.h:794: warning: conversion to 'SilcTK::SilcUInt16' from 'int' may alter its value
> In file included from /usr/include/silc/silc.h:232,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silceditaccountwidget.h:29,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silceditaccountwidget.cpp:34:
> /usr/include/silc/silctime.h: In function 'void SilcTK::silc_usleep(long int)':
> /usr/include/silc/silctime.h:307: warning: conversion to '__useconds_t' from 'long int' may alter its value
> In file included from /usr/include/silc/silc.h:252,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silceditaccountwidget.h:29,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silceditaccountwidget.cpp:34:
> /usr/include/silc/silcdlist.h: In function 'SilcTK::SilcDListStruct* SilcTK::silc_dlist_init()':
> /usr/include/silc/silcdlist.h:90: warning: conversion to 'SilcTK::SilcUInt16' from 'size_t' may alter its value
> /usr/include/silc/silcdlist.h:90: warning: conversion to 'SilcTK::SilcUInt16' from 'size_t' may alter its value
> In file included from /usr/include/silc/silcfsm.h:1060,
>                  from /usr/include/silc/silc.h:262,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silceditaccountwidget.h:29,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silceditaccountwidget.cpp:34:
> /usr/include/silc/silcfsm_i.h: In function 'SilcTK::SilcBool SilcTK::silc_fsm_set_call(SilcTK::SilcFSMObject*, SilcTK::SilcBool)':
> /usr/include/silc/silcfsm_i.h:92: warning: conversion to 'unsigned char:1' from 'SilcTK::SilcBool' may alter its value
> In file included from /build/tbm/kopete-silc-plugin-0.4/src/silcaccount.h:23,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silceditaccountwidget.cpp:35:
> /usr/include/kde/kopete/kopetepasswordedaccount.h: At global scope:
> /usr/include/kde/kopete/kopetepasswordedaccount.h:24: warning: declaration 'class Kopete::OnlineStatus' does not declare anything
> In file included from /build/tbm/kopete-silc-plugin-0.4/src/silcaccount.h:43,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silceditaccountwidget.cpp:35:
> /build/tbm/kopete-silc-plugin-0.4/src/silcbuddycontact.h:68: warning: type qualifiers ignored on function return type
> /build/tbm/kopete-silc-plugin-0.4/src/silcbuddycontact.h:74: warning: type qualifiers ignored on function return type
> /build/tbm/kopete-silc-plugin-0.4/src/silcbuddycontact.h:78: warning: type qualifiers ignored on function return type
> /build/tbm/kopete-silc-plugin-0.4/src/silcbuddycontact.h: In member function 'const unsigned int SilcBuddyContact::clientEntriesCount() const':
> /build/tbm/kopete-silc-plugin-0.4/src/silcbuddycontact.h:80: warning: conversion to 'unsigned int' from 'size_t' may alter its value
> [ 70%] Building CXX object src/CMakeFiles/kopete_silc.dir/silcfiletransfer.o
> In file included from /usr/include/silc/silc.h:219,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silcfiletransfer.h:26,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silcfiletransfer.cpp:25:
> /usr/include/silc/silcatomic.h: In function 'SilcTK::SilcUInt8 SilcTK::silc_atomic_add_int8(SilcTK::SilcAtomic8*, SilcTK::SilcInt8)':
> /usr/include/silc/silcatomic.h:793: warning: conversion to 'SilcTK::SilcUInt8' from 'int' may alter its value
> /usr/include/silc/silcatomic.h:793: warning: conversion to 'SilcTK::SilcUInt8' from 'int' may alter its value
> /usr/include/silc/silcatomic.h: In function 'SilcTK::SilcUInt16 SilcTK::silc_atomic_add_int16(SilcTK::SilcAtomic16*, SilcTK::SilcInt16)':
> /usr/include/silc/silcatomic.h:794: warning: conversion to 'SilcTK::SilcUInt16' from 'int' may alter its value
> /usr/include/silc/silcatomic.h:794: warning: conversion to 'SilcTK::SilcUInt16' from 'int' may alter its value
> In file included from /usr/include/silc/silc.h:232,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silcfiletransfer.h:26,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silcfiletransfer.cpp:25:
> /usr/include/silc/silctime.h: In function 'void SilcTK::silc_usleep(long int)':
> /usr/include/silc/silctime.h:307: warning: conversion to '__useconds_t' from 'long int' may alter its value
> In file included from /usr/include/silc/silc.h:252,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silcfiletransfer.h:26,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silcfiletransfer.cpp:25:
> /usr/include/silc/silcdlist.h: In function 'SilcTK::SilcDListStruct* SilcTK::silc_dlist_init()':
> /usr/include/silc/silcdlist.h:90: warning: conversion to 'SilcTK::SilcUInt16' from 'size_t' may alter its value
> /usr/include/silc/silcdlist.h:90: warning: conversion to 'SilcTK::SilcUInt16' from 'size_t' may alter its value
> In file included from /usr/include/silc/silcfsm.h:1060,
>                  from /usr/include/silc/silc.h:262,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silcfiletransfer.h:26,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silcfiletransfer.cpp:25:
> /usr/include/silc/silcfsm_i.h: In function 'SilcTK::SilcBool SilcTK::silc_fsm_set_call(SilcTK::SilcFSMObject*, SilcTK::SilcBool)':
> /usr/include/silc/silcfsm_i.h:92: warning: conversion to 'unsigned char:1' from 'SilcTK::SilcBool' may alter its value
> In file included from /usr/share/qt3/include/qwindowdefs.h:47,
>                  from /usr/share/qt3/include/qobject.h:46,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silcfiletransfer.h:30,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silcfiletransfer.cpp:25:
> /usr/share/qt3/include/qstring.h: In member function 'char QChar::latin1() const':
> /usr/share/qt3/include/qstring.h:197: warning: conversion to 'char' from 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In member function 'void QChar::setCell(uchar)':
> /usr/share/qt3/include/qstring.h:222: warning: conversion to 'ushort' from 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In member function 'void QChar::setRow(uchar)':
> /usr/share/qt3/include/qstring.h:223: warning: conversion to 'ushort' from 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
> /usr/share/qt3/include/qstring.h:267: warning: conversion to 'ushort' from 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In constructor 'QStringData::QStringData(QChar*, uint, uint)':
> /usr/share/qt3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
> /usr/share/qt3/include/qstring.h:365: warning: conversion to 'unsigned int:30' from 'uint' may alter its value
> In file included from /usr/share/qt3/include/qobject.h:48,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silcfiletransfer.h:30,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silcfiletransfer.cpp:25:
> /usr/share/qt3/include/qevent.h: In member function 'void QDropEvent::setAction(QDropEvent::Action)':
> /usr/share/qt3/include/qevent.h:523: warning: conversion to 'unsigned char' from 'uint' may alter its value
> In file included from /build/tbm/kopete-silc-plugin-0.4/src/silcaccount.h:23,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silcfiletransfer.cpp:26:
> /usr/include/kde/kopete/kopetepasswordedaccount.h: At global scope:
> /usr/include/kde/kopete/kopetepasswordedaccount.h:24: warning: declaration 'class Kopete::OnlineStatus' does not declare anything
> In file included from /build/tbm/kopete-silc-plugin-0.4/src/silcaccount.h:43,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silcfiletransfer.cpp:26:
> /build/tbm/kopete-silc-plugin-0.4/src/silcbuddycontact.h:68: warning: type qualifiers ignored on function return type
> /build/tbm/kopete-silc-plugin-0.4/src/silcbuddycontact.h:74: warning: type qualifiers ignored on function return type
> /build/tbm/kopete-silc-plugin-0.4/src/silcbuddycontact.h:78: warning: type qualifiers ignored on function return type
> /build/tbm/kopete-silc-plugin-0.4/src/silcbuddycontact.h:151: error: 'va_list' has not been declared
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> /build/tbm/kopete-silc-plugin-0.4/src/silcbuddycontact.h: In member function 'const unsigned int SilcBuddyContact::clientEntriesCount() const':
> /build/tbm/kopete-silc-plugin-0.4/src/silcbuddycontact.h:80: warning: conversion to 'unsigned int' from 'size_t' may alter its value
> In file included from /build/tbm/kopete-silc-plugin-0.4/src/silcfiletransfer.cpp:26:
> /build/tbm/kopete-silc-plugin-0.4/src/silcaccount.h: At global scope:
> /build/tbm/kopete-silc-plugin-0.4/src/silcaccount.h:542: error: 'va_list' has not been declared
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> In file included from /usr/include/kde/kservicetype.h:24,
>                  from /usr/include/kde/kmimetype.h:33,
>                  from /usr/include/kde/kfiledialog.h:33,
>                  from /build/tbm/kopete-silc-plugin-0.4/src/silcfiletransfer.cpp:35:
> /usr/include/kde/ksycocaentry.h: In member function 'virtual void KSycocaEntry::save(QDataStream&)':
> /usr/include/kde/ksycocaentry.h:104: warning: conversion to 'int' from 'Q_ULONG' may alter its value
> /build/tbm/kopete-silc-plugin-0.4/src/silcfiletransfer.cpp: In member function 'void SilcFileTransfer::setOffset(Q_LLONG)':
> /build/tbm/kopete-silc-plugin-0.4/src/silcfiletransfer.cpp:180: warning: conversion to 'unsigned int' from 'Q_LLONG' may alter its value
> make[3]: *** [src/CMakeFiles/kopete_silc.dir/silcfiletransfer.o] Error 1
> make[3]: Leaving directory `/build/tbm/kopete-silc-plugin-0.4'
> make[2]: *** [src/CMakeFiles/kopete_silc.dir/all] Error 2
> make[2]: Leaving directory `/build/tbm/kopete-silc-plugin-0.4'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/tbm/kopete-silc-plugin-0.4'
> make: *** [build-stamp] Error 2
> dpkg-buildpackage: failure: debian/rules build gave error exit status 2

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




Information forwarded to debian-bugs-dist@lists.debian.org, Debian SILC Team <pkg-silc-devel@lists.alioth.debian.org>:
Bug#504976; Package kopete-silc-plugin. (Fri, 29 May 2009 00:15:02 GMT) (full text, mbox, link).


Acknowledgement sent to peter green <plugwash@p10link.net>:
Extra info received and forwarded to list. Copy sent to Debian SILC Team <pkg-silc-devel@lists.alioth.debian.org>. (Fri, 29 May 2009 00:15:03 GMT) (full text, mbox, link).


Message #10 received at 504976@bugs.debian.org (full text, mbox, reply):

From: peter green <plugwash@p10link.net>
To: 504976@bugs.debian.org
Cc: control@bugs.debian.org
Subject: re: FTBFS with GCC 4.4: missing #include
Date: Fri, 29 May 2009 01:13:43 +0100
[Message part 1 (text/plain, inline)]
tags 504976 +patch
thanks

patch is attatched, as well as fixing this bug the patch also makes the 
clean target behave properly.

the patch was made with the experimental version. It also seems to apply 
to the unstable version but that is currently unbuildable due to the 
dissapearance of kdenetwork-dev.
[kopete-silc-plugin.patch (text/x-diff, inline)]
Only in kopete-silc-plugin-0.5.new/: CMakeTmp
Only in kopete-silc-plugin-0.5.new/: cmake_uninstall.cmake
diff -ur kopete-silc-plugin-0.5/debian/rules kopete-silc-plugin-0.5.new/debian/rules
--- kopete-silc-plugin-0.5/debian/rules	2009-05-29 00:02:50.000000000 +0000
+++ kopete-silc-plugin-0.5.new/debian/rules	2009-05-29 00:06:44.000000000 +0000
@@ -40,6 +40,11 @@
           -or -name cmake_install.cmake -or -name Makefile \
 	  -or -name kopete_silc.la -or -name install_manifest.txt`; \
 	 do rm -rf $$A; done
+	rm -f src/*.moc
+	rm -rf lib
+	rm -f src/CTestTestfile.cmake
+	rm -f src/icons/CTestTestfile.cmake
+	rm -f src/kopete_silc_automoc.cpp.files
 	dh_clean 
 
 install: build
diff -ur kopete-silc-plugin-0.5/src/silcaccount.cpp kopete-silc-plugin-0.5.new/src/silcaccount.cpp
--- kopete-silc-plugin-0.5/src/silcaccount.cpp	2009-04-05 08:38:58.000000000 +0000
+++ kopete-silc-plugin-0.5.new/src/silcaccount.cpp	2009-05-28 23:59:21.000000000 +0000
@@ -19,6 +19,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 #include <cstdlib>
+#include <cstdio>
 #include <iostream>
 #include <assert.h>
 
diff -ur kopete-silc-plugin-0.5/src/silcfiletransfer.h kopete-silc-plugin-0.5.new/src/silcfiletransfer.h
--- kopete-silc-plugin-0.5/src/silcfiletransfer.h	2009-04-05 07:53:43.000000000 +0000
+++ kopete-silc-plugin-0.5.new/src/silcfiletransfer.h	2009-05-29 00:00:59.000000000 +0000
@@ -28,6 +28,8 @@
 // Likewise for mode_t.
 #include <sys/types.h>
 
+#include <cstdarg>
+
 // include libsilc stuff into a separate namespace
 namespace SilcTK {
 #include <silc.h>

Tags added: patch Request was from peter green <plugwash@p10link.net> to control@bugs.debian.org. (Fri, 29 May 2009 00:15:04 GMT) (full text, mbox, link).


Reply sent to Jérémy Bobbio <lunar@debian.org>:
You have taken responsibility. (Fri, 24 Jul 2009 00:15:05 GMT) (full text, mbox, link).


Notification sent to Martin Michlmayr <tbm@cyrius.com>:
Bug acknowledged by developer. (Fri, 24 Jul 2009 00:15:05 GMT) (full text, mbox, link).


Message #17 received at 504976-close@bugs.debian.org (full text, mbox, reply):

From: Jérémy Bobbio <lunar@debian.org>
To: 504976-close@bugs.debian.org
Subject: Bug#504976: fixed in kopete-silc-plugin 0.5-2
Date: Fri, 24 Jul 2009 00:02:08 +0000
Source: kopete-silc-plugin
Source-Version: 0.5-2

We believe that the bug you reported is fixed in the latest version of
kopete-silc-plugin, which is due to be installed in the Debian FTP archive:

kopete-silc-plugin_0.5-2.diff.gz
  to pool/main/k/kopete-silc-plugin/kopete-silc-plugin_0.5-2.diff.gz
kopete-silc-plugin_0.5-2.dsc
  to pool/main/k/kopete-silc-plugin/kopete-silc-plugin_0.5-2.dsc
kopete-silc-plugin_0.5-2_i386.deb
  to pool/main/k/kopete-silc-plugin/kopete-silc-plugin_0.5-2_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 504976@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jérémy Bobbio <lunar@debian.org> (supplier of updated kopete-silc-plugin 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 24 Jul 2009 01:23:44 +0200
Source: kopete-silc-plugin
Binary: kopete-silc-plugin
Architecture: source i386
Version: 0.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian SILC Team <pkg-silc-devel@lists.alioth.debian.org>
Changed-By: Jérémy Bobbio <lunar@debian.org>
Description: 
 kopete-silc-plugin - plugin for Kopete to support SILC protocol
Closes: 504976 515671 536931
Changes: 
 kopete-silc-plugin (0.5-2) unstable; urgency=low
 .
   [ Daniel Kahn Gillmor ]
   * Cleaning up debian/control.  Thanks, Lintian!
 .
   [ Jérémy Bobbio ]
   * Upload new upstream release to unstable.  (Closes: #515671, #536931)
   * Build-Depend on libsilc-dev instead of libsilc-1.1-2-dev.
   * Depend on kopete… obviously.
   * Update Vcs-* field and document Git usage in README.source.
   * Bump Standards-Version to 3.8.2, no changes required.
   * Fix FTBFS with GCC 4.4.  Thanks Peter Green for the patch!
     (Closes: #504976)
Checksums-Sha1: 
 5a684b3fcacd3ec39cfd3569c72219e5a0b5e2ee 1342 kopete-silc-plugin_0.5-2.dsc
 68edf04e2299eb67d0c08512d3973d638da2dd40 4545 kopete-silc-plugin_0.5-2.diff.gz
 25cc523adf69c4a506e27cc53a563e08e7ef0089 129996 kopete-silc-plugin_0.5-2_i386.deb
Checksums-Sha256: 
 6e40cc0d46d331671ed5538dc0b2356f0ad7a2c921393da3a7c534bb8203b1ba 1342 kopete-silc-plugin_0.5-2.dsc
 60ae528f09644bee4a355a27629e46b0ea3e4101c4e538f37d3cdc48500da6d3 4545 kopete-silc-plugin_0.5-2.diff.gz
 8efd6516c18260ce51679c1937290406cd2c04a0dd3ac4dae62f27281bb05e90 129996 kopete-silc-plugin_0.5-2_i386.deb
Files: 
 65c8808ac0dac27faa4547379db29757 1342 kde optional kopete-silc-plugin_0.5-2.dsc
 995262099508e7674b9be096c346c50a 4545 kde optional kopete-silc-plugin_0.5-2.diff.gz
 aef46a2f61d6e5ae6c0d7fac597112fe 129996 kde optional kopete-silc-plugin_0.5-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkpo97IACgkQ2PUjs9fQ72VH7gCeOGENXdEFGrfarzpNF5CZ1hl8
+tIAn3yeKQHA7PbcM1C7HSvNaQB/YORs
=x9Vi
-----END PGP SIGNATURE-----





Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Sat, 10 Oct 2009 07:37:58 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sun Jul 2 05:14:49 2023; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.