Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11214 - Curl 7.9.7 fails during ./configure while determining ipv6 capability
Summary: Curl 7.9.7 fails during ./configure while determining ipv6 capability
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: PPC Linux
: High major (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-25 13:29 UTC by Travis Reitter
Modified: 2002-12-23 11:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Travis Reitter 2002-11-25 13:29:42 UTC
Doing a default "emerge gnome" with the default setup, curl 7.9.7 (which is
required by the default Gnome 2.0.2-r2) hangs indefinitely (managed at least a
400-minute hang here, so I assume it'd never time out) while trying to determine
whether to enable or disable ipv6 support. Changing the line "econf ${myconf}"
in the ebuild to "econf ${myconf} --disable-ipv6" worked for me, though if
people who do have support for ipv6 have experienced this, too, I suppose
--enable-ipv6 would work there, too.
Comment 1 foser (RETIRED) gentoo-dev 2002-12-23 07:13:45 UTC
this is not a gnome bug, so reassigning. Fix looks trivial, add '||
myconf="${myconf} --disable-ipv6"' to the ipv6 use line.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2002-12-23 11:39:11 UTC
fixed in cvs

thx.