Your message dated Mon, 13 Jun 2005 17:02:24 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#285067: fixed in affix 2.1.2-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; 10 Dec 2004 13:01:51 +0000
>From [EMAIL PROTECTED] Fri Dec 10 05:01:51 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c158155.adsl.hansenet.de (localhost.localdomain) 
[213.39.158.155] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CckP9-0000XG-00; Fri, 10 Dec 2004 05:01:51 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CckTG-0002dg-C9; Fri, 10 Dec 2004 14:06:06 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: affix: FTBFS (amd64/gcc-4.0): static declaration of 'config_file' 
follows non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 10 Dec 2004 14:06:06 +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: affix
Severity: normal
Tags: patch

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

btsrv-parser.y: At top level:
btsrv-parser.y:68: error: static declaration of 'config_file' follows 
non-static declaration
btsrv.h:111: error: previous declaration of 'config_file' was here
btsrv-parser.y: In function 'yyparse':
btsrv-parser.y:171: warning: pointer targets in passing argument 3 of 
'str2mask' differ in signedness
btsrv-parser.y:176: warning: pointer targets in passing argument 3 of 
'str2mask' differ in signedness
btsrv-parser.y:181: warning: pointer targets in passing argument 3 of 
'str2mask' differ in signedness
btsrv-parser.y:187: warning: pointer targets in passing argument 3 of 
'str2mask' differ in signedness
btsrv-parser.y:237: warning: pointer targets in passing argument 3 of 
'str2mask' differ in signedness
btsrv-parser.y:266: warning: pointer targets in passing argument 2 of 
'str2sec_level' differ in signedness
make[2]: *** [btsrv-parser.o] Error 1
make[2]: Leaving directory `/affix-2.1.1/daemon'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/affix-2.1.1/daemon/btsrv-parser.y ./daemon/btsrv-parser.y
--- ../tmp-orig/affix-2.1.1/daemon/btsrv-parser.y       2003-03-03 
08:52:13.000000000 +0100
+++ ./daemon/btsrv-parser.y     2004-12-10 13:50:22.219407456 +0100
@@ -65,7 +65,7 @@
 
 extern int yylineno;
 
-static char            *config_file;
+char                   *config_file;
 static int             svcnum;
 static int             devnum;
 static device_t                *dev;

---------------------------------------
Received: (at 285067-close) by bugs.debian.org; 13 Jun 2005 21:08:38 +0000
>From [EMAIL PROTECTED] Mon Jun 13 14:08:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DhwAg-0002BJ-00; Mon, 13 Jun 2005 14:08:38 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1Dhw4e-00064r-00; Mon, 13 Jun 2005 17:02:24 -0400
From: Mario Joussen <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#285067: fixed in affix 2.1.2-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 13 Jun 2005 17:02:24 -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-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
X-Spam-Level: 

Source: affix
Source-Version: 2.1.2-1

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

affix_2.1.2-1.diff.gz
  to pool/main/a/affix/affix_2.1.2-1.diff.gz
affix_2.1.2-1.dsc
  to pool/main/a/affix/affix_2.1.2-1.dsc
affix_2.1.2-1_i386.deb
  to pool/main/a/affix/affix_2.1.2-1_i386.deb
affix_2.1.2.orig.tar.gz
  to pool/main/a/affix/affix_2.1.2.orig.tar.gz
libaffix-dev_2.1.2-1_i386.deb
  to pool/main/a/affix/libaffix-dev_2.1.2-1_i386.deb
libaffix2_2.1.2-1_i386.deb
  to pool/main/a/affix/libaffix2_2.1.2-1_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.
Mario Joussen <[EMAIL PROTECTED]> (supplier of updated affix 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, 12 Jun 2005 23:59:43 +0200
Source: affix
Binary: libaffix2 libaffix-dev affix
Architecture: source i386
Version: 2.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Mario Joussen <[EMAIL PROTECTED]>
Changed-By: Mario Joussen <[EMAIL PROTECTED]>
Description: 
 affix      - User space utilities for the Affix Bluetooth protocol stack
 libaffix-dev - Development files for the Affix Bluetooth protocol stack
 libaffix2  - Libraries for the Affix Bluetooth protocol stack
Closes: 285067 306545
Changes: 
 affix (2.1.2-1) unstable; urgency=low
 .
   * New upstream release.
     (closes: Bug#306545)
   * Fixed declaration of 'config_file'. Thanks to Andreas Jochens
     <[EMAIL PROTECTED]>.
     (closes: Bug#285067)
Files: 
 73904a071192746517b312fd77437261 668 net extra affix_2.1.2-1.dsc
 10ff153f5d551b31c0c57fdc00fb138f 431465 net extra affix_2.1.2.orig.tar.gz
 852195c1803b90a590da6539d677c960 4217 net extra affix_2.1.2-1.diff.gz
 7446d617ee7597fafa970307662f42d9 87870 net extra affix_2.1.2-1_i386.deb
 401185c45102257d03bad7cd337d8bae 59852 libs optional libaffix2_2.1.2-1_i386.deb
 153c43319f7eb99287fa8132dacda31d 63682 libdevel extra 
libaffix-dev_2.1.2-1_i386.deb

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

iD8DBQFCrexKMHtSKdKmuBARAhzVAJ9h20Jz4yJPz0Nhj6Y5q1/GwZWmkgCghiG4
KVUnSLEQse5msVdOiO0fYb0=
=dBlh
-----END PGP SIGNATURE-----


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

Reply via email to