Your message dated Sun, 17 Jul 2005 07:32:31 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#287660: fixed in modemp3d 0.1-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; 29 Dec 2004 11:55:51 +0000
>From [EMAIL PROTECTED] Wed Dec 29 03:55:50 2004
Return-path: <[EMAIL PROTECTED]>
Received: from d007021.adsl.hansenet.de (localhost.localdomain) [80.171.7.21] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CjcQg-0003VA-00; Wed, 29 Dec 2004 03:55:50 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CjcVu-0001zd-2f; Wed, 29 Dec 2004 13:01:14 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: modemp3d: FTBFS (amd64/gcc-4.0): static declaration of 'yywrap' 
follows non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 29 Dec 2004 13:01:14 +0100
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: modemp3d
Severity: normal
Tags: patch

When building 'modemp3d' on amd64 with gcc-4.0,
I get the following error:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I.. -I../matlib -I../libmisc    -g 
-O2 -Wall -c lex.c
lex.l:56: error: static declaration of 'yywrap' follows non-static declaration
lex.yy.c:415: error: previous declaration of 'yywrap' was here
make[3]: *** [lex.o] Error 1
make[3]: Leaving directory `/modemp3d-0.1/stprouter'

With the attached patch 'modemp3d' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/modemp3d-0.1/stprouter/lex.l ./stprouter/lex.l
--- ../tmp-orig/modemp3d-0.1/stprouter/lex.l    2004-12-29 12:50:58.434343872 
+0100
+++ ./stprouter/lex.l   2004-12-29 12:50:53.906032280 +0100
@@ -52,7 +52,7 @@
 
 %%
 
-static int yywrap(void)
+int yywrap(void)
 {
         return 1;
 }

---------------------------------------
Received: (at 287660-close) by bugs.debian.org; 17 Jul 2005 11:38:02 +0000
>From [EMAIL PROTECTED] Sun Jul 17 04:38:01 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1Du7T7-0005zD-00; Sun, 17 Jul 2005 04:38:01 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1Du7Nn-0001Wc-00; Sun, 17 Jul 2005 07:32:31 -0400
From: Bdale Garbee <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#287660: fixed in modemp3d 0.1-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 17 Jul 2005 07:32:31 -0400
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-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: modemp3d
Source-Version: 0.1-6

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

modemp3d_0.1-6.diff.gz
  to pool/main/m/modemp3d/modemp3d_0.1-6.diff.gz
modemp3d_0.1-6.dsc
  to pool/main/m/modemp3d/modemp3d_0.1-6.dsc
modemp3d_0.1-6_i386.deb
  to pool/main/m/modemp3d/modemp3d_0.1-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.
Bdale Garbee <[EMAIL PROTECTED]> (supplier of updated modemp3d 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: Sun, 17 Jul 2005 14:14:41 +0300
Source: modemp3d
Binary: modemp3d
Architecture: source i386
Version: 0.1-6
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee <[EMAIL PROTECTED]>
Changed-By: Bdale Garbee <[EMAIL PROTECTED]>
Description: 
 modemp3d   - AO-40 (Phase3D) Soundcard Telemetry Decoder
Closes: 287660
Changes: 
 modemp3d (0.1-6) unstable; urgency=low
 .
   * patch for gcc-4.0 compliance on amd64, closes: #287660
   * make lintian happier
Files: 
 b3a94a4d2ee89a73eb6324face23f75b 623 hamradio extra modemp3d_0.1-6.dsc
 030ece929af210741c85254de2fdf737 75667 hamradio extra modemp3d_0.1-6.diff.gz
 fde96eb540c93f3606dba259a02a75b7 56066 hamradio extra modemp3d_0.1-6_i386.deb

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

iD8DBQFC2j57ZKfAp/LPAagRArwhAJ91Whz7puuAxAM/ufwxGeS2Ry+V8ACfQ800
TYKUh3WOFGnA8kBj7sSPM9I=
=TW5w
-----END PGP SIGNATURE-----


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

Reply via email to