Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 126682

Summary: dev-php/PEAR-PEAR-1.4.6-r1 php cli depency missing.
Product: Gentoo Linux Reporter: Eero Volotinen <eero>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

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.