Your message dated Tue, 23 Aug 2005 20:02:20 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#287660: fixed in modemp3d 0.1-7
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; 24 Aug 2005 03:10:26 +0000
>From [EMAIL PROTECTED] Tue Aug 23 20:10:26 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E7lWu-0006RR-00; Tue, 23 Aug 2005 20:02:20 -0700
From: Bdale Garbee <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#287660: fixed in modemp3d 0.1-7
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 23 Aug 2005 20:02:20 -0700
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-7
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-7.diff.gz
to pool/main/m/modemp3d/modemp3d_0.1-7.diff.gz
modemp3d_0.1-7.dsc
to pool/main/m/modemp3d/modemp3d_0.1-7.dsc
modemp3d_0.1-7_i386.deb
to pool/main/m/modemp3d/modemp3d_0.1-7_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: Tue, 23 Aug 2005 20:40:27 -0600
Source: modemp3d
Binary: modemp3d
Architecture: source i386
Version: 0.1-7
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-7) unstable; urgency=low
.
* need to regenerate stprouter/lex.c, changing lex.l was insufficient...
closes: #287660
Files:
072bae77912c60525c90c2e98dce8b50 623 hamradio extra modemp3d_0.1-7.dsc
3b2ca0d2f3f45d5237f07fdebd4558db 77597 hamradio extra modemp3d_0.1-7.diff.gz
e00f6ee525a2890cecc2a83d55eae315 56134 hamradio extra modemp3d_0.1-7_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDC99mZKfAp/LPAagRAn99AJ9/568adQ5xKAVDXdHFazVHiEzfpgCbB+d7
rDpVNK8U4WxHZzUZRJeXuec=
=xZUO
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]