Re: [Fink-devel] mtr unable to use resolver for destination hosts

2008-07-09 Thread Martin Costabel
Matthew Pounsett wrote: [] > I actually never noticed the problem on 10.5.3 .. it started for me a > few weeks ago after a patch to 10.5.4. It seems unlikely that it was a Looking at the date of your first message in this thread, I conclude that you used some beta version of 10.5.4, not the of

Re: [Fink-devel] mtr unable to use resolver for destination hosts

2008-07-09 Thread Matthew Pounsett
On 09-Jul-2008, at 14:18 , Martin Costabel wrote: No. What I was trying to say is that the fix that I proposed for 10.5.3 does not seem to be necessary any longer for 10.5.4. The mtr- nox package was not updated recently. If you still have a problem, then it is perhaps really related to

Re: [Fink-devel] mtr unable to use resolver for destination hosts

2008-07-09 Thread Martin Costabel
Matthew Pounsett wrote: > > On 09-Jul-2008, at 02:17 , Martin Costabel wrote: > >> Matthew Pounsett wrote: >>> On 08-Jul-2008, at 16:56 , Martin Costabel wrote: Must be something on your machine or network. On 2 10.5.4 systems I get the output you say is correct, namely more or less th

Re: [Fink-devel] mtr unable to use resolver for destination hosts

2008-07-09 Thread Matthew Pounsett
On 09-Jul-2008, at 02:17 , Martin Costabel wrote: Matthew Pounsett wrote: On 08-Jul-2008, at 16:56 , Martin Costabel wrote: Must be something on your machine or network. On 2 10.5.4 systems I get the output you say is correct, namely more or less the same as this one: Okay, thanks to the p

Re: [Fink-devel] mtr unable to use resolver for destination hosts

2008-07-08 Thread Martin Costabel
Matthew Pounsett wrote: > > On 08-Jul-2008, at 16:56 , Martin Costabel wrote: > >> Must be something on your machine or network. On 2 10.5.4 systems I >> get the output you say is correct, namely more or less the same as >> this one: > > Okay, thanks to the people that responded. It looks lik

Re: [Fink-devel] mtr unable to use resolver for destination hosts

2008-07-08 Thread Andreas Gockel (gecko2)
Hi, ahh, as i thought, it's the problem with bind8 and bind9. Well, you already build it with -DBIND_8_COMPAT but that will break it. Just remove this flag and include /usr/include/nameser8_compat.h in the dns.c and mtr will work as it should. BTW, dig works here. Regards Andreas On Jul 8, 200

Re: [Fink-devel] mtr unable to use resolver for destination hosts

2008-07-08 Thread Matthew Pounsett
On 08-Jul-2008, at 16:56 , Martin Costabel wrote: Must be something on your machine or network. On 2 10.5.4 systems I get the output you say is correct, namely more or less the same as this one: Okay, thanks to the people that responded. It looks like the two things are unrelated after

Re: [Fink-devel] mtr unable to use resolver for destination hosts

2008-07-08 Thread Martin Costabel
Matthew Pounsett wrote: > Possibly related... on my systems where mtr cannot do forward lookups, > the +trace option to the default install of 'dig' also appears broken. > Can anyone else confirm that this is broken on their 10.5.4 machines > and/or working on 10.4? If anyone can confirm this

Re: [Fink-devel] mtr unable to use resolver for destination hosts

2008-07-08 Thread Alexander Hansen
On Tuesday 08 July 2008 16:28:04 Matthew Pounsett wrote: > On 19-Jun-2008, at 16:03 , Andreas Gockel (gecko2) wrote: > > On Jun 19, 2008, at 18:47 , Charles Lepple wrote: > >> otool -L /sw/bin/mtr > > > > /sw/bin/mtr: > > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current > > vers

Re: [Fink-devel] mtr unable to use resolver for destination hosts

2008-07-08 Thread Matthew Pounsett
On 19-Jun-2008, at 16:03 , Andreas Gockel (gecko2) wrote: On Jun 19, 2008, at 18:47 , Charles Lepple wrote: otool -L /sw/bin/mtr /sw/bin/mtr: /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.1) /sw/lib/ncurses/libncurses.5.dylib (compatibility version 5.0

Re: [Fink-devel] mtr unable to use resolver for destination hosts

2008-06-20 Thread Matthew Pounsett
On 19-Jun-2008, at 11:43 , Charles Lepple wrote: I wonder what resolver library it is using... Also, what does 'otool -L /sw/bin/mtr' return? Before and after doing a rebuild -k/reinstall: % otool -L /sw/bin/mtr /sw/bin/mtr: /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current

Re: [Fink-devel] mtr unable to use resolver for destination hosts

2008-06-19 Thread Andreas Gockel (gecko2)
On Jun 19, 2008, at 18:47 , Charles Lepple wrote: > otool -L /sw/bin/mtr /sw/bin/mtr: /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.1) /sw/lib/ncurses/libncurses.5.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/lib/li

Re: [Fink-devel] mtr unable to use resolver for destination hosts

2008-06-19 Thread Martin Costabel
Charles Lepple wrote: > Can't test against 10.5 here, though. Anyone else? It seems that the getaddrinfo function has changed in 10.5, see for example this discussion: The following patch fixes the problem for me: --- mtr-0.72/mtr.c~ 2006-09-29 21:38

Re: [Fink-devel] mtr unable to use resolver for destination hosts

2008-06-19 Thread Charles Lepple
On Thu, Jun 19, 2008 at 12:16 PM, Matthew Pounsett <[EMAIL PROTECTED]> wrote: > > On 19-Jun-2008, at 11:43 , Charles Lepple wrote: > >>> I wonder what resolver library it is using... >> >> Also, what does 'otool -L /sw/bin/mtr' return? > > Before and after doing a rebuild -k/reinstall: > > % otool

Re: [Fink-devel] mtr unable to use resolver for destination hosts

2008-06-19 Thread Charles Lepple
(cc'ing the maintainer as well) On Tue, Jun 17, 2008 at 12:26 PM, Matthew Pounsett <[EMAIL PROTECTED]> wrote: > Post from a non-subscriber, please CC if a response is necessary. > > As of the last OSX update from Apple, mtr on 10.5/i386 and 10.5/powerpc is > unable to do DNS lookups on destination

Re: [Fink-devel] mtr unable to use resolver for destination hosts

2008-06-19 Thread Charles Lepple
On Thu, Jun 19, 2008 at 11:41 AM, Charles Lepple <[EMAIL PROTECTED]> wrote: > (cc'ing the maintainer as well) > > On Tue, Jun 17, 2008 at 12:26 PM, Matthew Pounsett <[EMAIL PROTECTED]> wrote: >> Post from a non-subscriber, please CC if a response is necessary. >> >> As of the last OSX update from A

[Fink-devel] mtr unable to use resolver for destination hosts

2008-06-18 Thread Matthew Pounsett
Post from a non-subscriber, please CC if a response is necessary. As of the last OSX update from Apple, mtr on 10.5/i386 and 10.5/ powerpc is unable to do DNS lookups on destination hosts supplied at the command line. Oddly enough, it *can* still do reverse lookups on hosts discovered alon