Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33346 - courrier-imap doesn't have ipv6 support even if --with-ipv6 is supplied to ./configure
Summary: courrier-imap doesn't have ipv6 support even if --with-ipv6 is supplied to ./...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-12 17:02 UTC by Guy Martin (RETIRED)
Modified: 2003-12-22 17:25 UTC (History)
1 user (show)

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 Guy Martin (RETIRED) gentoo-dev 2003-11-12 17:02:11 UTC
courrier-imap has --with-ipv6 hardcoded in it. btw this seems misinterpreted by
the configure script and the result is the opposit.

Reproducible: Always
Steps to Reproduce:
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-12-22 17:03:04 UTC
fixed in CVS.
it detects '--with-ipv6' the same as '--without-ipv6' for some insane reason.

new logic in ebuild is:
use ipv6 || myconf="${myconf} --without-ipv6"

gmsoft: mind reporting it upstream ?
Comment 2 Guy Martin (RETIRED) gentoo-dev 2003-12-22 17:25:11 UTC
ok I'll report it upstream. Thanks for fixing.