Your message dated Tue, 13 Jan 2004 10:49:53 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Removed
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; 5 Jan 2004 12:05:43 +0000
>From [EMAIL PROTECTED] Mon Jan 05 06:05:43 2004
Return-path: <[EMAIL PROTECTED]>
Received: from nan-smtp-19.noos.net (smtp.noos.fr) [212.198.2.119] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1AdTHr-0004Mi-00; Mon, 05 Jan 2004 05:52:48 -0600
Received: (qmail 27403 invoked by uid 0); 5 Jan 2004 11:52:46 -0000
Received: from unknown (HELO nathalie.gouarec.com) ([81.65.65.115])
          (envelope-sender <[EMAIL PROTECTED]>)
          by 212.198.2.119 (qmail-ldap-1.03) with SMTP
          for <[EMAIL PROTECTED]>; 5 Jan 2004 11:52:46 -0000
Date: Mon, 5 Jan 2004 12:52:03 +0100
From: ben- <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libming-dev: mingpp.h can't be compiled
Message-Id: <[EMAIL PROTECTED]>
X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 
        2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_1_3 
        (1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
        version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_1_3
X-Spam-Level: 

Package: libming-dev
Version: 0.2a.cvs20030716-2
Severity: grave
Tags: sid
Justification: renders package unusable

g++ finds an error in mingpp.h:

/usr/include/mingpp.h: In member function `void=20
   SWFMovie::setSoundStream(SWFSound*)':
/usr/include/mingpp.h:297: error: cannot convert `SWFSound_s*' to `
   SWFSoundStream_s*' for argument `2' to `void=20
   SWFMovie_setSoundStream(SWFMovie_s*, SWFSoundStream_s*)'


I don't need sound in my generated SWF files, but this modification=20
helps g++ to compile mingpp.h:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>=
>>
@@ -293,8 +293,8 @@
   void setBackground(int r, int g, int b)
     { SWFMovie_setBackground(this->movie, r, g, b); }
=20
-  void setSoundStream(SWFSound *sound)
-    { SWFMovie_setSoundStream(this->movie, sound->sound); }
+  void setSoundStream(SWFSoundStream *sound)
+    { SWFMovie_setSoundStream(this->movie, *sound); }
=20
   SWFDisplayItem *add(SWFBlock *character)
     { return new SWFDisplayItem(SWFMovie_add(this->movie,
character->getBlock())); }
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>=
>>


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux nathalie 2.6.0-test5 #1 Fri Sep 19 11:16:11 CEST 2003 i686
Locale: LANG=3Dfr_FR.ISO-8859-1, LC_CTYPE=3Dfr_FR.ISO-8859-1

Versions of packages libming-dev depends on:
ii  libming               0.2a.cvs20030716-2 Library to generate SWF (Flash)
Fi

-- no debconf information


--=20
M=E9rouze Beno=EEt / ben-
[EMAIL PROTECTED]
[EMAIL PROTECTED]
" Essayer de faire marche arri=E8re ne fait pas remonter le temps ... "

---------------------------------------
Received: (at 226241-done) by bugs.debian.org; 13 Jan 2004 18:50:59 +0000
>From [EMAIL PROTECTED] Tue Jan 13 12:50:58 2004
Return-path: <[EMAIL PROTECTED]>
Received: from bangpath.uucico.de [195.71.9.197] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1AgM7m-0001Hn-00; Tue, 13 Jan 2004 04:50:18 -0600
Received: by bangpath.uucico.de (Postfix, from userid 10)
        id C96CD26B9B; Tue, 13 Jan 2004 11:50:17 +0100 (CET)
Received: by deprecation.cyrius.com (Postfix, from userid 1000)
        id 1D8E5FEEB; Tue, 13 Jan 2004 10:49:53 +0000 (GMT)
Date: Tue, 13 Jan 2004 10:49:53 +0000
From: Martin Michlmayr <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Removed
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 
        2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_01_13 
        (1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=0.0 required=4.0 tests=none autolearn=no 
        version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_01_13
X-Spam-Level: 

This package has been removed from Debian unstable.  The reasons are:
orphaned, dead upstream, grave bugs, unused.

-- 
Martin Michlmayr
[EMAIL PROTECTED]

Reply via email to