monotone-devel
[Top][All Lists]
Advanced

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

[Monotone-devel] Re: Can anyone check for the old ipv6 bug?


From: Henry Nestler
Subject: [Monotone-devel] Re: Can anyone check for the old ipv6 bug?
Date: Tue, 11 Apr 2006 00:29:25 +0200
User-agent: Thunderbird 1.5 (Windows/20051201)

Richard Levitte - VMS Whacker wrote:
Henry.Ne> + ./mtn-0.26-linux-x86 --debug --db=colinux-testing-run.db --norc Henry.Ne> --rcfile=serv_anonymous.lua --bind=66.36.228.15:55555 serve '*'
Henry.Ne> ...
Henry.Ne> mtn-0: network error: name resolution failure for 66.36.228.15: Bad Henry.Ne> value for ai_flags

Uhmm, interesting!  The only flags that are set are AI_CANONNAME and
AI_ADDRCONFIG.  The latter is only set if defined at compile time,
could it be that it's undefined on your system?  If needed, I could
build something that deals with that possibility and have you test
that, if that works for you?  That would be some time tomorrow, as I'm
way too tired to do anything more intelligent than responding to
email.

Very Good!
find /usr/include ... grep "AI_ADDRCONFIG"  --> Not found
find /usr/include ... grep "AI_CANONNAME"  --> /usr/include/netdb.h

>>> some of netdb.h >>>
/* Possible values for `ai_flags' field in `addrinfo' structure.  */
# define AI_PASSIVE 0x0001 /* Socket address is intended for `bind'. */
# define AI_CANONNAME   0x0002  /* Request for canonical name.  */
# define AI_NUMERICHOST 0x0004  /* Don't use name resolution.  */
<<< snip <<<

I can not build Monotone self. In my case I'm using a binary and a self made libstdc++.so.6 (simple "./configure && make" with no specials, only a prefix to my home). Think, if I would build monotone self, it is working correct, see mail from Nuno.

I'm ask again:
Why not ships the quasistatic (Moschny) as linux binary?

--
Henry Nestler




reply via email to

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