Your message dated Fri, 03 Mar 2006 15:32:11 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#354342: fixed in mtr 0.69-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)
--- Begin Message ---Package: mtr Version: 0.69-2 Severity: important res_mkquery in libresolve is #defined to __res_mkquery. The AC_CHECK_LIB(resolv, res_mkquery, , AC_MSG_ERROR(No resolver library found)) in configure.in thus obviously fails, as the resulting test program doesn't include the header file resolve.h. A solution would be to change the corresponding section in configure.in to: AC_CHECK_FUNC(res_mkquery, , AC_CHECK_LIB(bind, res_mkquery, , AC_CHECK_LIB(resolv, res_mkquery, , AC_CHECK_LIB(resolv, __res_mkquery, ,AC_MSG_ERROR(No resolver library found))))) although the _real_ solution would be to check for linking of a program that includes the header file (which is something autoconf can't so out of the box, afaics). -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15.4 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
--- End Message ---
--- Begin Message ---Source: mtr Source-Version: 0.69-3 We believe that the bug you reported is fixed in the latest version of mtr, which is due to be installed in the Debian FTP archive: mtr-tiny_0.69-3_i386.deb to pool/main/m/mtr/mtr-tiny_0.69-3_i386.deb mtr_0.69-3.diff.gz to pool/main/m/mtr/mtr_0.69-3.diff.gz mtr_0.69-3.dsc to pool/main/m/mtr/mtr_0.69-3.dsc mtr_0.69-3_i386.deb to pool/main/m/mtr/mtr_0.69-3_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. Robert Woodcock <[EMAIL PROTECTED]> (supplier of updated mtr 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: Fri, 03 Mar 2006 15:16:27 -0800 Source: mtr Binary: mtr-tiny mtr Architecture: source i386 Version: 0.69-3 Distribution: unstable Urgency: low Maintainer: Robert Woodcock <[EMAIL PROTECTED]> Changed-By: Robert Woodcock <[EMAIL PROTECTED]> Description: mtr - Full screen ncurses and X11 traceroute tool mtr-tiny - Full screen ncurses traceroute tool Closes: 166613 254089 257981 301346 305728 320609 354342 Changes: mtr (0.69-3) unstable; urgency=low . * Added check for __res_mkquery to build on amd64, closes: #166613, #254089, #257981, #354342 * Uppercased initial letter of menu title, closes: #320609 * Fixed manual page and PrintHelp function for -p/-s switcharoo, closes: #305728 * DNS fix from Jarek Kaminski if no nameservers are configured, closes: #301346 Files: f74bf3446efc43895492ed5370db9194 583 net standard mtr_0.69-3.dsc 86f849a5a3ed9d68dc723c75378306f9 6940 net standard mtr_0.69-3.diff.gz 8ac6004f50ba30dcf1d659e0eed90c6b 33774 net standard mtr-tiny_0.69-3_i386.deb 0e5619792ced2934c1fece79462d5dd7 47928 net extra mtr_0.69-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFECM6U9c5o62/wq/IRAgomAJ9MZK8YHdcPkyCrulB10Mzr6irhXQCeK1Pn JpmZhrFMnzdtqqhVJsriKAM= =JToH -----END PGP SIGNATURE-----
--- End Message ---

