[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gentoo/wget fails during 'emerge system' (ipv6 enabled)
I have created the patch and submitted it to the wget-patches mailing
list. The patch may be found at:
http://www.episec.com/people/edelkind/patches/
I also created an ebuild patch and submitted it to the gentoo-users
mailing list. An archive of that mail may be found at:
http://www.mail-archive.com/gentoo-user%40gentoo.org/msg23948.html
ari
edelkind-debug@episec.com said this stuff:
> When ipv6 support is enabled in wget, it sets the "ip_default_family" to
> AF_INET6 (host.c:84). Unfortunately, this variable is not used merely
> as a default, as its name suggests; it is used as _the_ family for the
> socket. This means if ipv6 support is enabled, only ipv6 connections
> will be attempted.
>
> Version 1.9 is the latest release, and seems to have been released
> within the past couple of days. I will create a patch.
>
> ari
>
>
> edelkind-debug@episec.com said this stuff:
>
> > 'emerge system' fails with the following wget error:
> >
> > ----------------------------------------------------------
> > --14:09:59-- ftp://ftp.win.tue.nl/pub/home/aeb/linux-local/utils/kbd/kbd-1.08.tar.gz
> > (try: 5) => `/usr/portage/distfiles/kbd-1.08.tar.gz'
> > Connecting to ftp.win.tue.nl[131.155.71.89]:21... failed: Address family not supported by protocol.
> > Giving up.
> >
> > !!! Couldn't download kbd-1.08.tar.gz. Aborting.
> > ----------------------------------------------------------
> >
> > I have 'ipv6' listed in the USE variable; this is a likely contributor
> > to the problem, coupled with limited ipv6 support in wget.
> >
> > Researching.
> >
> > ari
> >
> >