Home » PEAR » PEAR » Bug #9306
pear upgrade all fatal error
Details
| Submitted | 2006-11-11 14:43 UTC |
|---|---|
| From | michael202 at gmx dot de |
| Status | Duplicate |
| Package | PEAR |
| PHP Version | 5.2.0 RC4 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2006-11-11 14:43 UTC] michael202 at gmx dot de
Description:
------------
pear upgrade-all
ends prematurely with a fatal error
Test script:
---------------
call
pear upgrade-all
from shell
Expected result:
----------------
no Fatal error
Actual result:
--------------
# pear list-upgrades
pear.php.net Available Upgrades (stable):
=========================================
Channel Package Local Remote Size
pear.php.net Auth 1.4.1 (stable) 1.4.2 (stable) 53kB
pear.php.net Console_Getargs 1.3.2 (stable) 1.3.3 (stable) 17.5kB
#> pear upgrade-all
Will upgrade auth
Will upgrade console_getargs
Did not download optional dependencies: pear/File_Passwd, pear/Net_POP3, pear/MDB, pear/MDB2, pear/Auth_RADIUS, pear/Crypt_CHAP, pear/File_SMBPasswd, pear/SOAP, pecl/vpopmail, pecl/kadm5, use --alldeps to download automatically
pear/Auth can optionally use package "pear/File_Passwd" (version >= 1.1.0)
pear/Auth can optionally use package "pear/Net_POP3" (version >= 1.3.0)
pear/Auth can optionally use package "pear/MDB"
pear/Auth can optionally use package "pear/MDB2" (version >= 2.0.0RC1)
pear/Auth can optionally use package "pear/Auth_RADIUS"
pear/Auth can optionally use package "pear/Crypt_CHAP" (version >= 1.0.0)
pear/Auth can optionally use package "pear/File_SMBPasswd" (version >= 1.0.0)
PHP Fatal error: Call to undefined method PEAR_PackageFile_v1::getProvidesExtension() in /usr/local/php/lib/php/PEAR/Downloader/Package.php on line 963
Fatal error: Call to undefined method PEAR_PackageFile_v1::getProvidesExtension() in /usr/local/php/lib/php/PEAR/Downloader/Package.php on line 963
Installed packages, channel pear.php.net:
=========================================
Package Version State
..
PEAR 1.4.11 stable
PEAR_PackageFileManager 1.5.3 stable
[2007-03-02 16:35 UTC] lankelan at gmail dot com
same problem. i meet it.