bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: getaddrinfo test: ignore failure on AIX


From: Simon Josefsson
Subject: Re: getaddrinfo test: ignore failure on AIX
Date: Mon, 14 Apr 2008 14:07:30 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

Bruno Haible <address@hidden> writes:

> The getaddrinfo test also fails on AIX 4 and 5:
>
> Finding www.ibm.com service https...
> res 7: Host not found
>
> 7 is EAI_NODATA, meaning "no address associated with hostname". But
> when ("www.ibm.com", "https") fails with this error whereas
> ("www.ibm.com", "http") succeeds, it's clear that the error is buggy.
>
> I apply this, since it's now a known failure:

Thanks.  It seems sad that https isn't widely supported.  I would guess
that the reason is that they aren't in /etc/services?  Or is there any
platform where https is in /etc/services and getaddrinfo fails to
support it anyway?

One idea would be a gnulib module to implement a replacement
getservbyname function that supports all the IANA registered names, or
at least also supports https.

/Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]