Your message dated Wed, 6 Apr 2005 03:18:11 +0800
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in 1.7.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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 4 Oct 2004 00:34:02 +0000
>From [EMAIL PROTECTED] Sun Oct 03 17:34:01 2004
Return-path: <[EMAIL PROTECTED]>
Received: from vsmtp12.tin.it [212.216.176.206] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CEGnh-0004Cg-00; Sun, 03 Oct 2004 17:34:01 -0700
Received: from npp (82.52.114.3) by vsmtp12.tin.it (7.0.027)
        id 414B19D30069CB94 for [EMAIL PROTECTED]; Mon, 4 Oct 2004 02:34:01 
+0200
Received: from pp by npp with local (masqmail 0.2.11) id 1CEGne-1bS-00
 for <[EMAIL PROTECTED]>; Mon, 04 Oct 2004 02:33:58 +0200
Date: Mon, 4 Oct 2004 02:33:58 +0200
From: Paolo <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: mozplugger: 1.6.0-3 doesn't compile on Woody (gcc 2.x)
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
X-Reportbug-Version: 1.50
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: mozplugger
Version: 1.6.0-3
Severity: normal
Tags: patch

hello,

it's a problem with C99 compliant code which gcc 2.x happens to dislike;
this patchlet fixes the problem - (though 1.6.2 upstream seems fine
with gcc 2.x already):


--- mozplugger-helper.c.orig    Sat Jul 10 04:11:52 2004
+++ mozplugger-helper.c Sat Oct  2 23:58:45 2004
@@ -62,10 +62,10 @@

  static int set_aspect(int x, int y)
   {
   -     D("set_aspect\n");
         int ox = xaspect;
         int oy = yaspect;
         int d = gcd(x, y);
   +     D("set_aspect\n");
         xaspect = x / d;
         yaspect = y / d;
         D("xaspect=%d yaspect=%d\n", xaspect, yaspect);




-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux npp 2.4.26-ss-fb-lm287 #1 Fri Jul 16 21:26:09 CEST 2004 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages mozplugger depends on:
ii  libc6                         2.2.5-14.3 GNU C Library: Shared libraries an
ii  m4                            1.4-14     a macro processing language
ii  xlibs                         4.2.1-3    X Window System client libraries

-- 
 paolo

 GPG/PGP id:0x21426690 kfp:EDFB 0103 A8D8 4180 8AB5  D59E 9771 0F28 2142 6690

---------------------------------------
Received: (at 274753-close) by bugs.debian.org; 5 Apr 2005 19:18:13 +0000
>From [EMAIL PROTECTED] Tue Apr 05 12:18:13 2005
Return-path: <[EMAIL PROTECTED]>
Received: from oracle.bridgewayconsulting.com.au [203.56.14.38] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DItYz-0007X5-00; Tue, 05 Apr 2005 12:18:13 -0700
Received: from amidala (dsl-202-72-159-76.wa.westnet.com.au [202.72.159.76])
        (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
        (No client certificate requested)
        by oracle.bridgewayconsulting.com.au (Postfix) with ESMTP id 8E41B1F8007
        for <[EMAIL PROTECTED]>; Wed,  6 Apr 2005 03:18:11 +0800 (WST)
Received: by amidala (Postfix, from userid 1000)
        id 1ABFE1269CF; Wed,  6 Apr 2005 03:18:11 +0800 (WST)
Date: Wed, 6 Apr 2005 03:18:11 +0800
From: Bernard Blackham <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Fixed in 1.7.1
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Organization: Dagobah Systems
User-Agent: Mutt/1.5.6+20040907i
Delivered-To: [EMAIL PROTECTED]
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-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Verified that 1.7.1 compiles with gcc-2.95


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

Reply via email to