| Summary: | Compile fails on emerge of mod_perl 1.27-r4 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ryan Roland <tocano> |
| Component: | Current packages | Assignee: | Gentoo Perl team <perl> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | altstadt, anall, sascha-gentoo-bugzilla, tocano, zul |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Ryan Roland
2004-07-06 15:06:58 UTC
apache version ? do you use mod_ssl ? also do you use ipv6 ? Apache v.1.3.31-r2 I don't have mod_ssl installed (though I will be trying to later) but I do currently have ssl in my USE variable. Yes, I do use ipv6, though this is not a requirement in our environment. I removed "ipv6" from my USE variable and tried to re-emerge mod_perl - This time it successfully compiled. Does mod_perl 1.27 on apache 1.3.31 not support ipv6? I find similar problem on FreeBSD/NetBSD lists http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2004-February/024276.html -> http://mail-index.netbsd.org/netbsd-bugs/2001/11/23/0007.html Same problem on one of the hosts I help administering (rebuild was needed after security update of perl). As I see it, USE=ipv6 only adds some build fix. Since building it works fine without the patch, just removing that code should fix this issue, doesn't it? There is no string ipv6 in any of /etc/make.* /etc/make.profile/* as per the command: grep ipv6 /etc/make.* /etc/make.profile/* but I cannot get mod_perl to build unless I explicitly remove ipv6 on the command line: USE="-ipv6" emerge -v mod_perl I noticed when building apache2 that it insists on using ipv6, even though it isn't in the USE variables where I could have set it. Where is ipv6 being set? Further notes: emerge info clearly shows USE=ipv6 even though I have not set this anywhere. Bug #75277 shows other problems caused by flags that have been added via an emerge sync. Among the added flags is ipv6. |