Your message dated Wed, 30 Nov 2005 16:09:14 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Old bug fixed in NMU
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; 14 Aug 2004 08:30:32 +0000
>From [EMAIL PROTECTED] Sat Aug 14 01:30:32 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c186160.adsl.hansenet.de (localhost) [213.39.186.160] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Bvtvr-0001L4-00; Sat, 14 Aug 2004 01:30:31 -0700
Received: from aj by localhost with local (Exim 4.34)
        id 1Bvtvt-0002fR-JX; Sat, 14 Aug 2004 10:30:33 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: libbonobouimm1.3: FTBFS with gcc-3.4: using typedef-name 
`Gnome::Bonobo::Servers::Control::CppClassType' after `class'
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 14 Aug 2004 10:30:33 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: libbonobouimm1.3
Severity: normal
Tags: patch

When building 'libbonobouimm1.3' with gcc-3.4 I get the following error:

In file included from control.cc:3:
../../bonobomm/servers/control.h:74: error: using typedef-name 
`Gnome::Bonobo::Servers::Control::CppClassType' after `class'
make[5]: *** [control.lo] Error 1
make[5]: Leaving directory `/libbonobouimm1.3-1.3.7/bonobomm/servers'

With the attached patch 'libbonobouimm1.3' can be compiled using gcc-3.4.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libbonobouimm1.3-1.3.7/bonobomm/servers/control.h 
./bonobomm/servers/control.h
--- ../tmp-orig/libbonobouimm1.3-1.3.7/bonobomm/servers/control.h       
2003-11-05 22:49:03.000000000 +0100
+++ ./bonobomm/servers/control.h        2004-08-14 10:21:17.128356929 +0200
@@ -71,13 +71,12 @@
   typedef BonoboControlClass      BaseClassType;
 
 private:
-  friend class CppClassType;
   static CppClassType control_class_;
 
   Control(const Control&);
   Control& operator=(const Control&); // not implemented
 
-protected:
+public:
   explicit Control(BonoboControl* castitem);
 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
 

---------------------------------------
Received: (at 265643-done) by bugs.debian.org; 1 Dec 2005 00:09:15 +0000
>From [EMAIL PROTECTED] Wed Nov 30 16:09:15 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mxout1.cac.washington.edu ([140.142.32.134])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1Ehc0h-00017j-De; Wed, 30 Nov 2005 16:09:15 -0800
Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139])
        by mxout1.cac.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP 
id jB109E1j003368
        (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK);
        Wed, 30 Nov 2005 16:09:14 -0800
X-Auth-Received: from [172.25.90.2] ([172.25.90.2])
        (authenticated authid=bradleyb)
        by smtp.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id 
jB109EHb023308
        (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
        Wed, 30 Nov 2005 16:09:14 -0800
Message-ID: <[EMAIL PROTECTED]>
Date: Wed, 30 Nov 2005 16:09:14 -0800
From: Bradley Bell <[EMAIL PROTECTED]>
User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED]
Subject: Old bug fixed in NMU
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, 
__CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, 
__SANE_MSGID 0, __USER_AGENT 0'
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-0.9 required=4.0 tests=BAYES_00,BLANK_LINES_70_80 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 10

changes in NMU fix propagated to latest version



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

Reply via email to