Home » PEAR » PEAR » Bug #3168
Confusing dependency prompt on install
Details
| Request #3168 | Confusing dependency prompt on install |
|---|---|
| Submitted | 2005-01-11 22:35 UTC |
| From | jra at baylink dot com |
| Assigned | cellog |
| Status | Closed |
| Package | PEAR |
| PHP Version | 4.3.4 |
| OS | SuSE 9.1 |
| Roadmaps | (Not assigned) |
Comments
[2005-01-11 22:35 UTC] jra at baylink dot com
Description:
------------
When pear install is tracing dependencies, it gives the message:
Release for 'db_dataobject' dependency 'Validate' has
state 'alpha', requires 'stable'
which can be confusing to, oh, anyone who didn't write the installer. :-)
Recommend changing this string to:
Package '%s' depends on package '%t', which is in state
'%u' instead of the required '%v'.
And similarly adjusting any other user error messages which are similar to this.