Your message dated Sun, 13 Feb 2005 06:47:13 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#260670: fixed in nat 1:1.0-4
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 Jul 2004 15:53:24 +0000
>From [EMAIL PROTECTED] Wed Jul 21 08:53:24 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c158051.adsl.hansenet.de (localhost) [213.39.158.51] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BnJPH-00069V-00; Wed, 21 Jul 2004 08:53:24 -0700
Received: from aj by localhost with local (Exim 4.34)
        id 1BnJPG-00013w-Bt; Wed, 21 Jul 2004 17:53:22 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: nat: FTBFS with gcc-3.4: conflicting types for 'Debug1'
Message-Id: <[EMAIL PROTECTED]>
Date: Wed, 21 Jul 2004 17:53:22 +0200
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=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: nat
Severity: normal
Tags: patch

When building 'nat' with gcc-3.4 I get the following error:

Compiling client.c
gcc -DSTEPPING -DSCANNER -DVERBOSE -DWORKGROUP=\"WORKGROUP\" 
-DGUEST_ACCOUNT=\"nobody\"  -DLINUX -DNO_ASMSIGNALH -c client.c
client.c:2714:50: warning: trigraph ??! ignored, use -trigraphs to enable
client.c: In function `step':
client.c:3432: warning: cast to pointer from integer of different size
Compiling util.c
gcc -DSTEPPING -DSCANNER -DVERBOSE -DWORKGROUP=\"WORKGROUP\" 
-DGUEST_ACCOUNT=\"nobody\"  -DLINUX -DNO_ASMSIGNALH -c util.c
Compiling system.c
gcc -DSTEPPING -DSCANNER -DVERBOSE -DWORKGROUP=\"WORKGROUP\" 
-DGUEST_ACCOUNT=\"nobody\"  -DLINUX -DNO_ASMSIGNALH -c system.c
Compiling nmb.c
gcc -DSTEPPING -DSCANNER -DVERBOSE -DWORKGROUP=\"WORKGROUP\" 
-DGUEST_ACCOUNT=\"nobody\"  -DLINUX -DNO_ASMSIGNALH -c nmb.c
nmb.c:43: error: conflicting types for 'Debug1'
nmb.c:43: note: a parameter list with an ellipsis can't match an empty 
parameter name list declaration
nmb.c:42: error: previous declaration of 'Debug1' was here
nmb.c:43: error: conflicting types for 'Debug1'
nmb.c:43: note: a parameter list with an ellipsis can't match an empty 
parameter name list declaration
nmb.c:42: error: previous declaration of 'Debug1' was here
make[1]: *** [nmb.o] Error 1
make[1]: Leaving directory `/nat-1.0'
make: *** [build-stamp] Error 2

With the attached patch 'nat' can be compiled using gcc-3.4.

Regards
Andreas Jochens

diff -urN ../tmp-orig/nat-1.0/nmb.c ./nmb.c
--- ../tmp-orig/nat-1.0/nmb.c   1997-02-17 04:18:04.000000000 +0100
+++ ./nmb.c     2004-07-21 17:50:16.640622582 +0200
@@ -40,7 +40,6 @@
 #endif /* SCANNER */
 
 int Debug1(char *, ...);
-int Debug1();
 
 int num_good_sends=0;
 int  num_good_receives=0;

---------------------------------------
Received: (at 260670-close) by bugs.debian.org; 13 Feb 2005 11:53:06 +0000
>From [EMAIL PROTECTED] Sun Feb 13 03:53:06 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 1D0IJG-0005ct-00; Sun, 13 Feb 2005 03:53:06 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1D0IDZ-0007rt-00; Sun, 13 Feb 2005 06:47:13 -0500
From: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#260670: fixed in nat 1:1.0-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 13 Feb 2005 06:47:13 -0500
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: nat
Source-Version: 1:1.0-4

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

nat_1.0-4.diff.gz
  to pool/main/n/nat/nat_1.0-4.diff.gz
nat_1.0-4.dsc
  to pool/main/n/nat/nat_1.0-4.dsc
smb-nat_1.0-4_i386.deb
  to pool/main/n/nat/smb-nat_1.0-4_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.
Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]> (supplier of updated nat 
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-----

Format: 1.7
Date: Sun, 13 Feb 2005 12:20:43 +0100
Source: nat
Binary: smb-nat
Architecture: source i386
Version: 1:1.0-4
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>
Changed-By: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>
Description: 
 smb-nat    - Netbios Auditing Tool
Closes: 260670
Changes: 
 nat (1:1.0-4) unstable; urgency=low
 .
   * Applied patch from Andreas Jochens to fix a FTBFS with gcc-3.4
     (Closes: #260670)
Files: 
 d226fadcf9a391d6b71342ec5df43b21 669 admin extra nat_1.0-4.dsc
 f97aaa3510bccd1fa027ee9e4e093b4f 4946 admin extra nat_1.0-4.diff.gz
 479abde91574504a73559a24b9f22c25 47628 admin extra smb-nat_1.0-4_i386.deb

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

iQCVAwUBQg873vtEPvakNq0lAQFQAQP/efFtMAuxxFnPmOyV5YPeV6Hq+M9vsTxm
hzpi02PuwR3Zi4tLwGwyF8ws8sqN2ZDtgXdGpI1u7ihlk+/PpYSjrY6FjA9nKyYK
Swdcju/WxrHlON/kxBKmscVPBqe1jaOZatpHGA/xCUKFw+7g4oNAkKzziII9iym/
VQnPPt1yV/8=
=j6bx
-----END PGP SIGNATURE-----


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

Reply via email to