[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn rev 4298: FAIL (hppa2.0w-hp-hpux11.11 update)

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2003-02-03 22:06:59 CET

On Mon, Feb 03, 2003 at 09:31:44PM +0100, Branko Čibej wrote:
...
> >Hi - did you try changing this line to use AF_INET instead?
> >
> >
>
> Hm, no. I'll try that. One second...no, it doesn't help. I think we'll
> just have to add a hint to configure to not use getaddrinfo on this
> version of HP-UX. Judging by what Google shows me, we're not the first
> to get hit by this problem.

Yeah, it's infuriating as HP's C library is usually pretty good, I can't
help but wonder if we just need to press the *red* button and it'll
work.

> Let me know if you'd like a patch.

No worries, I've just added:

/* don't use the broken getaddrinfo shipped in HP-UX 11.11 */
#ifdef USE_GETADDRINFO
#undef USE_GETADDRINFO
#endif

inside the "#ifdef __hpux" in ne_socket.c for the time being.

Thanks for looking into this.

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 3 22:07:21 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.