Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126682 - dev-php/PEAR-PEAR-1.4.6-r1 php cli depency missing.
Summary: dev-php/PEAR-PEAR-1.4.6-r1 php cli depency missing.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-18 09:09 UTC by Eero Volotinen
Modified: 2006-03-18 09:46 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 Eero Volotinen 2006-03-18 09:09:05 UTC
knowledgetree-2.0.7.ebuild does not install without php cli, so If I have php without cli enabled, I can't install this software.

!!! ERROR: dev-php/PEAR-PEAR-1.4.6-r1 failed.
!!! Function require_php_cli, Line 370, Exitcode 0
!!! No PHP CLI installed
!!! If you need support, post the topmost build error, NOT this status message.

Main problem is with that  dev-php/PEAR-PEAR-1.4.6-r1 does not install without php cli and depency is missing from it.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-18 09:46:02 UTC
> If I have php without cli enabled, I can't install this software.

Yes, you can't. So recompile php with USE=cli, that's what the message says. We can't set dependencies based on use flags.