Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Matthew Clark (eeaa10759d543d5edb92a4d5a9fec1e693d72825)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • Cc: Matthew Clark <matthewclark AT inlesserterms.net>, sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Matthew Clark (eeaa10759d543d5edb92a4d5a9fec1e693d72825)
  • Date: Thu, 17 Aug 2006 12:34:05 +0200


- VERSION=4.7.13
+ VERSION=4.7.15
Seems this version doesn't work for me:
root@matrix:~# whois sourcemage.org
getaddrinfo(whois.publicinterestregistry.net): Bad value for ai_flags
root@matrix:~# whois linux.org
getaddrinfo(whois.publicinterestregistry.net): Bad value for ai_flags

After "dispel -d whois 4.7.13" all is ok.

Just writing to the author of whois...


From author of whois:
Your problem is that your libc is compiled without IDN support, but
AI_IDN is defined anyway in netdb.h.
Arguably this is a glibc bug, but I would not hold my breath waiting for
it to be fixed.
Either rebuild glibc with IDN support or disable it at the top of
whois.c.

Seems no IDN support in our glibc.
Yea, when I remove from whois.c:

/* for AI_IDN */
#define _GNU_SOURCE

it works. :-)
Is it SMGL problem and I/Matthew should fix whois or it is only my problem?

--
Ladislav Hagara











Archive powered by MHonArc 2.6.24.

Top of Page