Your message dated Fri, 9 Sep 2005 14:12:48 +0200
with message-id <[EMAIL PROTECTED]>
and subject line dancer-ircd: #253940 is fixed
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; 12 Jun 2004 00:34:53 +0000
>From [EMAIL PROTECTED] Fri Jun 11 17:34:53 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c203005.adsl.hansenet.de (localhost) [213.39.203.5] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BYwU1-00036V-00; Fri, 11 Jun 2004 17:34:53 -0700
Received: from aj by localhost with local (Exim 4.34)
        id 1BYtNV-0000yG-Ie; Fri, 11 Jun 2004 23:15:57 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Andreas Jochens <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: dancer-ircd: FTBFS on amd64: undefined symbols because of missing 
-lresolv
X-Mailer: reportbug 2.61
Date: Fri, 11 Jun 2004 23:15:47 +0200
Message-Id: <[EMAIL PROTECTED]>
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: dancer-ircd
Severity: normal

On amd64 the I get the following error:

gcc  -g3 -O2 -pedantic-errors -Wall -Wwrite-strings -Wpointer-arith 
-Wcast-qual -Wimplicit -Wnested-externs -Wstrict-prototypes 
-Wmissing-prototypes -Wmissing-declarations -W -Wno-unused 
-Wmissing-noreturn -Wundef -Wpacked -Wnested-externs -Wbad-function-cast 
-Wunused-function -Wunused-label -Wunused-value -Wunused-variable 
-Wredundant-decls -Wfloat-equal -std=gnu9x -Werror -O2 -Wall -Wno-unused   
-o dancer-ircd  ircd.o blalloc.o channel.o class.o client.o dbuf.o 
[...]
s_stats.o s_user.o s_zip.o scache.o send.o sprintf_irc.o tsdelta.o 
whowas.o umodes.o varparse.o version.o  -lnsl -lz
res.o(.text+0xa18): In function `query_name':
/var/www/dbuild/tmp/dancer-ircd-1.0.32/src/res.c:723: undefined 
reference to `__res_mkquery'
[...]

Somehow the test for res_mkquery/__res_mkquery in 'configure' fails to 
add -lresolv to LIBS in Makefile on amd64.

To fix this I added a separate test for __res_mkquery to configure.ac
(by copying the line for res_mkquery, see patch below) and ran 'autoconf'.
After doing that the compilation was successful.

Regards
Andreas Jochens

diff -urN ../tmp-orig/dancer-ircd-1.0.32/configure.ac ./configure.ac
--- ../tmp-orig/dancer-ircd-1.0.32/configure.ac 2004-06-11 22:53:03.027540777 
+0200
+++ ./configure.ac      2004-06-11 22:49:30.214637523 +0200
@@ -132,6 +132,7 @@
 dnl Replace `main' with a function in -lnsl:
 AC_CHECK_LIB(nsl, gethostbyname)
 AC_CHECK_FUNC(res_mkquery,, AC_CHECK_LIB(resolv, res_mkquery))
+AC_CHECK_FUNC(__res_mkquery,, AC_CHECK_LIB(resolv, __res_mkquery))
 dnl Pop quiz: what systems is this used on? Does dancer build on any of them?
 AC_CHECK_LIB(socket, socket)
 

-- System Information:
Debian Release: testing/unstable
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.6-1-k8-smp
Locale: LANG=C, LC_CTYPE=C

---------------------------------------
Received: (at 253940-done) by bugs.debian.org; 9 Sep 2005 12:12:51 +0000
>From [EMAIL PROTECTED] Fri Sep 09 05:12:51 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c129218.adsl.hansenet.de (localhost.localdomain) 
[213.39.129.218] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EDhkR-00024S-00; Fri, 09 Sep 2005 05:12:51 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
        id 1EDhkP-0001GZ-0F; Fri, 09 Sep 2005 14:12:49 +0200
Date: Fri, 9 Sep 2005 14:12:48 +0200
To: [EMAIL PROTECTED]
Subject: dancer-ircd: #253940 is fixed
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.10i
From: Andreas Jochens <[EMAIL PROTECTED]>
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=-0.9 required=4.0 tests=BAYES_00,BLANK_LINES_70_80 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

This problem is fixed in the latest unstable version, thanks.



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

Reply via email to