Summary: | dev-lang/php-5.2.14 conflict with www-server/apache and USE="threads" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | PHP Bugs <php-bugs> |
Status: | RESOLVED CANTFIX | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge --info |
Description
Agostino Sarubbo
![]() Always post emerge --info Created attachment 247757 [details]
emerge --info
Of course all the other stations I can install php. This is considered a test machine, which is why this came out
This is weird - www-servers/apache[threads=] means USE=threads must be the same on both apache and php. I've never seen that failing before. I'll investigate with the portage folks.. (In reply to comment #3) > This is weird - www-servers/apache[threads=] means USE=threads must be the same > on both apache and php. I've never seen that failing before. I'll investigate > with the portage folks.. > Undoubtedly, I took on this machine, especially for tests to find bugs and in general .. I have no problem with apache and php But in this case with that configuration I found the anomaly. If you find it very strange, I can register with recordMyDesktop and post the result :) Actually, reading closer (sorry, I'm late on this): !!! *One of* the following packages is required to complete your request: (emphasis mine) So the listed packages are alternatives. Use either of them and it should work. That is, in theory. Because you have USE="sharedmem", php will force you to USE="-threads", so removing that dev-lang/php line from p.use should work. Can you retry? due to rupture disks that I have not this installation, I try to reproduce the bug in the future, for now you may close this bug CANTFIX as it works as intended. I know the wording could be better, I'm eagerly waiting for portage to give me the ability to specify those deps more precisely. |