Your message dated Mon, 22 Aug 2005 11:32:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#324396: fixed in yagiuda 1.19-2
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; 21 Aug 2005 22:11:56 +0000
>From [EMAIL PROTECTED] Sun Aug 21 15:11:56 2005
Return-path: <[EMAIL PROTECTED]>
Received: from europa.telenet-ops.be [195.130.132.60] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E6y2m-0006Wh-00; Sun, 21 Aug 2005 15:11:56 -0700
Received: from localhost (localhost.localdomain [127.0.0.1])
        by europa.telenet-ops.be (Postfix) with SMTP id 783E8198099
        for <[EMAIL PROTECTED]>; Mon, 22 Aug 2005 00:11:55 +0200 (MEST)
Received: from Q.roeckx.be (dD5775F4A.access.telenet.be [213.119.95.74])
        by europa.telenet-ops.be (Postfix) with ESMTP id 69EB319805B
        for <[EMAIL PROTECTED]>; Mon, 22 Aug 2005 00:11:55 +0200 (MEST)
Received: by Q.roeckx.be (Postfix, from userid 501)
        id 50A6226136; Mon, 22 Aug 2005 00:11:55 +0200 (CEST)
Date: Mon, 22 Aug 2005 00:11:55 +0200
From: Kurt Roeckx <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: yagiuda: FTBFS: errno redefined.
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4.2.1i
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: yagiuda
Version: 1.19-1
Severity: serious

Hi,

It seems your declares errno in several ways:
./src/globals.h:extern int errno;
./src/globals.h:int errno;
./src/get_number_of_elements.c:#include <errno.h>
./src/get_number_of_elements.c:extern int errno;
./src/test2.c:#include <errno.h>
./src/test2.c:extern int errno;
./src/gain.c:#include <errno.h>
./src/gain.c:extern int errno;
./src/fill_z_matrix.c:#include <errno.h>
./src/fill_z_matrix.c:extern int errno;
[...]

The only correct way of doing it is:
#include <errno.h>

And all the rest should get removed, and replaced by the include
where needed.


Kurt


---------------------------------------
Received: (at 324396-close) by bugs.debian.org; 22 Aug 2005 18:39:41 +0000
>From [EMAIL PROTECTED] Mon Aug 22 11:39:41 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E7H5b-0004tA-00; Mon, 22 Aug 2005 11:32:07 -0700
From: Joop Stakenborg <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#324396: fixed in yagiuda 1.19-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 22 Aug 2005 11:32:07 -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: yagiuda
Source-Version: 1.19-2

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

yagiuda_1.19-2.diff.gz
  to pool/main/y/yagiuda/yagiuda_1.19-2.diff.gz
yagiuda_1.19-2.dsc
  to pool/main/y/yagiuda/yagiuda_1.19-2.dsc
yagiuda_1.19-2_i386.deb
  to pool/main/y/yagiuda/yagiuda_1.19-2_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.
Joop Stakenborg <[EMAIL PROTECTED]> (supplier of updated yagiuda 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: Mon, 22 Aug 2005 20:20:13 +0200
Source: yagiuda
Binary: yagiuda
Architecture: source i386
Version: 1.19-2
Distribution: unstable
Urgency: low
Maintainer: Joop Stakenborg <[EMAIL PROTECTED]>
Changed-By: Joop Stakenborg <[EMAIL PROTECTED]>
Description: 
 yagiuda    - software to analyse performance of Yagi-Uda antennas
Closes: 324396
Changes: 
 yagiuda (1.19-2) unstable; urgency=low
 .
   * Remove all of the "extern int errno" and "int errno" lines.
     Closes: #324396.
Files: 
 0940aebacbfdc603287e94dd60c8a40d 576 hamradio optional yagiuda_1.19-2.dsc
 f93189b6dc8733cd549d66053ad6c558 20458 hamradio optional yagiuda_1.19-2.diff.gz
 cf28f7c9784976159643c28ce9863ea3 94538 hamradio optional 
yagiuda_1.19-2_i386.deb

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

iD8DBQFDChmhnuUI/ps3DJoRAvH8AJwI2/Wakm0a2u6YCyhQIVsbquKlBgCfdJi9
E/JLl8bGxIh7usvhWCXadyo=
=UNHH
-----END PGP SIGNATURE-----


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

Reply via email to