[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: Branko Čibej <branko.cibej_at_hermes.si>
Date: 2003-02-03 11:02:59 CET

Hi Joe,

Try as I might, I can't make the getaddrinfo() code path in
ne_addr_resolve() to work in HP-UX 11.11. If I tweak the configuration
to use the gethostbyname() path, everything works fine.

Oh, BTW: I noticed the following line in the getaddrinfo code path:

    hints.ai_family = AF_UNSPEC;

According to the man page, that should be PF_UNSPEC, no AF_UNSPEC.
(The're both the same on that particular box, but might not be elsewhere.)

    Brane

> Subject:
> Re: svn rev 4298: FAIL (hppa2.0w-hp-hpux11.11 update)
> From:
> Joe Orton <joe@manyfish.co.uk>
> Date:
> Fri, 17 Jan 2003 00:04:15 +0000
> To:
> dev@subversion.tigris.org
>
>
>On Thu, Jan 16, 2003 at 12:54:19AM +0100, Branko Čibej wrote:
>
>
>>brane@xbc.nu wrote:
>>
>>
>>
>>>PASS: update apr
>>>PASS: update apr-util
>>>
>>>Last 100 lines of the log file follow:
>>>svn: RA layer request failed
>>>svn: REPORT request failed on /repos/svn/trunk
>>>svn: REPORT of /repos/svn/trunk: Could not resolve hostname `svn.collab.net': Host not found
>>>Complete log saved in /home/brane/svn/LOG_up_svn.failed
>>>FAIL: update subversion
>>>
>>>
>>>
>>>
>>In case someone was wondering what's goint on: Recently, I updated the
>>subversion I used to do the svn update for this test from 0.14.x to
>>0.16.0+ with neon-0.23.4, and this started happening. I suspect a neon
>>bug, but I haven't had time yet.
>>
>>
>
>neon 0.23 will use getaddrinfo() if available, maybe HPUX 11.11 has a
>weird getaddrinfo(). If you build neon outside the SVN tree (configure
>using --without-webdav to avoid XML parser depedency), then make and
>"make resolve" in the test directory, you can use the "resolve" tool as
>a minimal repro case for resolver problems.
>
>Regards,
>
>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 11:04:20 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.