Your message dated Thu, 22 Nov 2001 15:23:47 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#120501: fixed in kyahoo 0.7.0-6
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Nov 2001 14:26:34 +0000
>From [EMAIL PROTECTED] Wed Nov 21 08:26:34 2001
Return-path: <[EMAIL PROTECTED]>
Received: from cicero.e-mis.co.uk [212.240.194.162] (mail)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 166YKc-0000ZP-00; Wed, 21 Nov 2001 08:26:30 -0600
Received: from juvenal.e-mis.co.uk ([212.240.40.114] helo=plato.systems)
        by cicero.e-mis.co.uk with esmtp (Exim 3.12 #1 (Debian))
        id 166YKX-0005lv-00
        for <[EMAIL PROTECTED]>; Wed, 21 Nov 2001 14:26:25 +0000
Received: from laptop by plato.systems with local (Exim 3.32 #1 (Debian))
        id 166YKW-00074D-00
        for <[EMAIL PROTECTED]>; Wed, 21 Nov 2001 14:26:24 +0000
To: [EMAIL PROTECTED]
Subject: kyahoo_0.7.0-5.2(unstable/hppa): fails to build with g++-3.0
Mail-Copies-To: never
From: James Troup <[EMAIL PROTECTED]>
Date: 21 Nov 2001 14:26:24 +0000
Message-ID: <[EMAIL PROTECTED]>
Lines: 80
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: James Troup (laptop) <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: kyahoo
Version: 0.7.0-5.2
Severity: important

Patch appended to fix compilation with g++-3.0.

| Automatic build of kyahoo_0.7.0-5.2 on sarti by sbuild/hppa 1.159
| Build started at 20011121-1153
| ******************************************************************************

[...]

| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (>> 3.0.0), autoconf, automake, libtool, gettext, 
kdelibs-dev (>= 4:2.2.1-1)

[...]

| g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt -I.  
-I./libyahoo    -g -Wall  -c main.cpp
| In file included from main.cpp:54:
| buddylist.h:168: ISO C++ forbids declaration of `ostream' with no type

[...]

A complete build log can be found at
http://buildd.debian.org/build.php?arch=hppa&pkg=kyahoo&ver=0.7.0-5.2

-- 
James

diff -ur kyahoo-0.7.0.old/kyahoo/buddylist.h kyahoo-0.7.0/kyahoo/buddylist.h
--- kyahoo-0.7.0.old/kyahoo/buddylist.h Sat May  5 01:51:46 2001
+++ kyahoo-0.7.0/kyahoo/buddylist.h     Wed Nov 21 14:07:43 2001
@@ -165,15 +165,15 @@
   /** 
       Used for debugging, sends formatted output to stdout
   */
-  friend ostream& operator<< ( ostream& os, BuddyStatus& bs )
+  friend std::ostream& operator<< ( std::ostream& os, BuddyStatus& bs )
     {
-      os << "-----------------" << endl 
-        << "id = " << bs.id << endl 
-        << "status = " << bs.status << endl
-        << "in_chat = " << bs.in_chat << endl 
-        << "in_pager = " << bs.in_pager << endl
-        << "msg = " << bs.msg << endl
-        << "-----------------" << endl;
+      os << "-----------------" << std::endl 
+        << "id = " << bs.id << std::endl 
+        << "status = " << bs.status << std::endl
+        << "in_chat = " << bs.in_chat << std::endl 
+        << "in_pager = " << bs.in_pager << std::endl
+        << "msg = " << bs.msg << std::endl
+        << "-----------------" << std::endl;
 
       return os;
     }
@@ -276,15 +276,15 @@
     } // remove_user()
 
 
-  friend ostream& operator<< ( ostream& os, ConferenceStatus& cs )
+  friend std::ostream& operator<< ( std::ostream& os, ConferenceStatus& cs )
     {
-      os << "-----------------" << endl 
-        << "id = " << cs.id << endl 
-        << "host = " << cs.host << endl
-        << "type = " << cs.type << endl 
-        << "userlist = " << cs.userlist << endl
-        << "windowptr = " << cs.windowptr << endl
-        << "-----------------" << endl;
+      os << "-----------------" << std::endl 
+        << "id = " << cs.id << std::endl 
+        << "host = " << cs.host << std::endl
+        << "type = " << cs.type << std::endl 
+        << "userlist = " << cs.userlist << std::endl
+        << "windowptr = " << cs.windowptr << std::endl
+        << "-----------------" << std::endl;
 
       return os;
     }

---------------------------------------
Received: (at 120501-close) by bugs.debian.org; 22 Nov 2001 20:23:48 +0000
>From [EMAIL PROTECTED] Thu Nov 22 14:23:48 2001
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 1670Nw-0000Ur-00; Thu, 22 Nov 2001 14:23:48 -0600
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
        id 1670Nv-0002De-00; Thu, 22 Nov 2001 15:23:47 -0500
From: [EMAIL PROTECTED] (Ivan E. Moore II)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#120501: fixed in kyahoo 0.7.0-6
Message-Id: <[EMAIL PROTECTED]>
Sender: James Troup <[EMAIL PROTECTED]>
Date: Thu, 22 Nov 2001 15:23:47 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
kyahoo, which has been installed in the Debian FTP archive:

kyahoo_0.7.0-6.diff.gz
  to pool/main/k/kyahoo/kyahoo_0.7.0-6.diff.gz
kyahoo_0.7.0-6.dsc
  to pool/main/k/kyahoo/kyahoo_0.7.0-6.dsc
kyahoo_0.7.0-6_i386.deb
  to pool/main/k/kyahoo/kyahoo_0.7.0-6_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.
Ivan E. Moore II <[EMAIL PROTECTED]> (supplier of updated kyahoo 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, 21 Nov 2001 14:41:00 -0700
Source: kyahoo
Binary: kyahoo
Architecture: source i386
Version: 0.7.0-6
Distribution: unstable
Urgency: low
Maintainer: Debian QA Team <[EMAIL PROTECTED]>
Changed-By: Ivan E. Moore II <[EMAIL PROTECTED]>
Description: 
 kyahoo     - Yahoo Instant Messenger client for KDE
Closes: 120501
Changes: 
 kyahoo (0.7.0-6) unstable; urgency=low
 .
   * Fix build (Closes: #120501)
   * Get rid of old overrides
   * Lintian cleanup
Files: 
 0a6635b4b47510a2091e0422a521bea2 673 net optional kyahoo_0.7.0-6.dsc
 9ef31fb4191d2a2917f79bc9ec1a7326 29102 net optional kyahoo_0.7.0-6.diff.gz
 1bfdaa1bc25388c5c4ec3f8060b1227c 156642 net optional kyahoo_0.7.0-6_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7/CHWdkWBQZC84N0RAo2BAJ4yKWc3fJaK6m7X48oa+FaGOIC4ggCaAspW
QJVKA+KZq4aZ5PuZV8fD650=
=jVYY
-----END PGP SIGNATURE-----

Reply via email to