Your message dated Fri, 9 Dec 2005 07:11:02 +0100
with message-id <[EMAIL PROTECTED]>
and subject line fixed in 1.1-3
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; 31 Jul 2004 12:34:33 +0000
>From [EMAIL PROTECTED] Sat Jul 31 05:34:32 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c156029.adsl.hansenet.de (localhost) [213.39.156.29] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Bqt4K-0000e7-00; Sat, 31 Jul 2004 05:34:32 -0700
Received: from aj by localhost with local (Exim 4.34)
        id 1Bqt4J-0001Tt-8y; Sat, 31 Jul 2004 14:34:31 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: adns: FTBFS with gcc-3.4: conflicting types for 'adns__parse_domain'
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 31 Jul 2004 14:34:31 +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=-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: adns
Severity: normal
Tags: patch

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

gcc -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes 
-Wcast-qual -Wpointer-arith      -c -o parse.o parse.c
parse.c:115: error: conflicting types for 'adns__parse_domain'
internal.h:571: error: previous declaration of 'adns__parse_domain' was here
parse.c:115: error: conflicting types for 'adns__parse_domain'
internal.h:571: error: previous declaration of 'adns__parse_domain' was here
make[2]: *** [parse.o] Error 1
make[2]: Leaving directory `/adns-1.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/adns-1.0'
make: *** [build-stamp] Error 2

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/adns-1.0/src/parse.c ./src/parse.c
--- ../tmp-orig/adns-1.0/src/parse.c    2000-09-17 02:24:24.000000000 +0200
+++ ./src/parse.c       2004-07-31 14:10:28.960360009 +0200
@@ -111,7 +111,7 @@
 }
 
 adns_status adns__parse_domain(adns_state ads, int serv, adns_query qu,
-                              vbuf *vb, adns_queryflags flags,
+                              vbuf *vb, parsedomain_flags flags,
                               const byte *dgram, int dglen, int *cbyte_io, int 
max) {
   findlabel_state fls;
   

---------------------------------------
Received: (at 262511-done) by bugs.debian.org; 9 Dec 2005 06:11:05 +0000
>From [EMAIL PROTECTED] Thu Dec 08 22:11:05 2005
Return-path: <[EMAIL PROTECTED]>
Received: from quechua.inka.de
        ([193.197.184.2] helo=mail.inka.de ident=mail)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1EkbTF-0003IE-0T; Thu, 08 Dec 2005 22:11:05 -0800
Received: from calista.inka.de (p54a317b7.dip0.t-ipconnect.de [84.163.23.183])
        by mail.inka.de with esmtpsa 
        id 1EkbTD-0007ye-DO; Fri, 09 Dec 2005 07:11:03 +0100
Received: from ecki by calista.inka.de with local   (Exim 3.35 #1 (Debian))
        id 1EkbTC-0004ym-00; Fri, 09 Dec 2005 07:11:02 +0100
Date: Fri, 9 Dec 2005 07:11:02 +0100
From: Bernd Eckenfels <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: fixed in 1.1-3
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.5.9i
Sender: Bernd Eckenfels <[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=-1.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Version: 1.1-3

Thanks for the NMU, 1.1-3 catches up with the latest upstream and it also
includes the fix for your bug.

Gruss
Bernd
-- 
  (OO)     -- [EMAIL PROTECTED] --
 ( .. )    [EMAIL PROTECTED],linux.de,debian.org}  http://www.eckes.org/
  o--o   1024D/E383CD7E  [EMAIL PROTECTED]  v:+497211603874  f:+49721151516129
(O____O)  When cryptography is outlawed, bayl bhgynjf jvyy unir cevinpl!


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

Reply via email to