On Wed, 5 Jan 2005, Natanael Copa wrote:

> On Wed, 2005-01-05 at 16:34 +0100, Peter S. Mazinger wrote:
> > On Wed, 5 Jan 2005, Natanael Copa wrote:
> > 
> > > 
> > > I guess this is a problem with the configure script. I suspect that
> > > --disable-ipv6 is ok while --enable-ipv6 is not.
> > 
> > probably "use_enable ipv6" has to replaced with:
> > 
> > use ipv6 || myconf="--disable-ipv6"
this means if not use ipv6 --disable-ipv6
> 
> Will that not always disable ipv6? I thought that both "sides" of || are
> always executed.
no

your bug-attached is somewhat overloaded
> 
> Anyway that is offtopic and I already sent a patch with
> 
> ! use ipv6 && myconf="${myconf} --disable-ipv6"

you haven't used --disable-ipv6, you have used use_enable ipv6 ;-(

> 
> > 
> > and use econf ${myconf} , then --enable-ipv6 won't be called
> > 
> > I do not use ipv6, can't test that
> 
> I use it on my glibc desktop. It compiles at least.
> 
> on uclibc/hardened 'USE="ipv6" emerge ipsec-tools' fails with:
> 
> checking whether to enable ipv6... yes
> checking ipv6 stack type... linux
> checking for advanced API support... yes
> checking getaddrinfo bug... buggy
> Fatal: You must get working getaddrinfo() function.
>        or you can specify "--disable-ipv6".
> configure: error: /bin/sh './configure' failed for src/racoon
> 
> However, I don't use ipv6 in my emebedded project so it works for me so
> far.

getaddrinfo() is buggy on uclibc, so on uclibc ipv6 has to be disabled all 
the time.

> Thank you very much.

welcome, Peter

-- 
Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2


--
[EMAIL PROTECTED] mailing list

Reply via email to