| Summary: | pptpconfig needs php compiled with USE=pcntl | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Raphael <drraph> |
| Component: | New packages | Assignee: | Gentoo Dialup Developers <net-dialup> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | jakub, raybooysen |
| Priority: | High | ||
| Version: | 2005.1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Raphael
2006-03-21 02:52:44 UTC
well, it seems you also need posix in your USE flags. can you please tell me if it worked? pptpconfig did compile properly after adding all the USE flags discussed in this bug and re emerging the php packages. The initial problem was not this though. It was that you couldn't do "emerge pptpconfig" at all (The error was that some version of php was blocking some other version of php. No version of php was installed at the time.) This appears to be due to the pptpconfig ebuild using the old php setup it seems. See RDEPEND="|| ( dev-php4/php-gtk dev-php/php-gtk ) Raphael then pptpconfig requires php to be build with posix USE flag, right? dev-php4/php-gtk must be the preferred package since it is the one used by the current stable&official php package, dev-lang/php. anyway, I don't see you mention any blocks in comment #0 (not that would be considered bugs if you had blocks). Yes about the USE flags (don't forget pcntl too). On the question of whether it is actually possible to "emerge pptpconfig" I was told by people on irc that is would be obvious to you what the problem was if I pasted the relevant line from the ebuild. Perhaps it would be better if one of them comments now. I'll see if I can find any volunteers. (Note the the block was with a package that was NOT installed. I.e. not a normal block). Raphael (In reply to comment #3) (In reply to Comment #4) > (The error was that some version of php was blocking some other version of php. > No version of php was installed at the time.) Because dev-php4/php isn't keyworded for amd64. I've already pointed the reporter to bug Bug 121213 once... I am the last poster on that bug as you can see. Thanks for the tips. I have it all installed fine as I said. Just trying to help the next guy/girl. Raphael fixed in cvs. thanks! |