PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PEAR » PEAR » Bug #6969

PEAR list-upgrades crashes

Details

Submitted2006-03-01 10:07 UTC
FromRQuadling at GMail dot com
Assignedcellog
StatusClosed
PackagePEAR
PHP Version5.1.2
OSWindows XP SP2 CLI
Roadmaps(Not assigned)

Comments

[2006-03-01 10:07 UTC] RQuadling at GMail dot com

Description:
------------
<01/03/2006 10:04:33 C:\>pear list-upgrades
COMPONENTS.EZ.NO AVAILABLE UPGRADES (STABLE):
=============================================
CHANNEL PACKAGE LOCAL REMOTE SIZE
components.ez.no Cache 1.0 (stable) 1.0.1 (stable) 17.6kB
components.ez.no eZComponents 1.0 (stable) 1.0.1 (stable) 1.7kB
components.ez.no ImageAnalysis 1.0 (stable) 1.0.1 (stable) 177kB
components.ez.no ImageConversion 1.0 (stable) 1.0.1 (stable) 196kB
Channel pear.php.net: No upgrades available

Fatal error: Call to a member function lastModified() on a non-object in C:\PEAR\pear\PEAR\Command\Remote.php on line 164

and

<01/03/2006 10:06:40 C:\>pear upgrade-all
Will upgrade cache
Will upgrade ezcomponents
Will upgrade imageanalysis
Will upgrade imageconversion

Fatal error: Call to a member function supportsREST() on a non-object in C:\PEAR\pear\PEAR\Command\Install.php on line 374

[2006-03-01 10:08 UTC] RQuadling at GMail dot com

Prior to upgrading to PEAR V1.4.7 ...

<01/03/2006 9:23:26 C:\>pear list-upgrades
COMPONENTS.EZ.NO AVAILABLE UPGRADES (STABLE):
=============================================
CHANNEL PACKAGE LOCAL REMOTE SIZE
components.ez.no Cache 1.0 (stable) 1.0.1 (stable) 17.6kB
components.ez.no eZComponents 1.0 (stable) 1.0.1 (stable) 1.7kB
components.ez.no ImageAnalysis 1.0 (stable) 1.0.1 (stable) 177kB
components.ez.no ImageConversion 1.0 (stable) 1.0.1 (stable) 196kB
PEAR.PHP.NET AVAILABLE UPGRADES (STABLE):
=========================================
CHANNEL PACKAGE LOCAL REMOTE SIZE
pear.php.net PEAR 1.4.6 (stable) 1.4.7 (stable) 274kB
Channel pear.symfony-project.com: No upgrades available

I've done a PEAR INSTALL -f PEAR and this has not made any difference to the subsequent errors.

[2006-03-02 00:35 UTC] soporte at onfocus dot cl

I have reproduced the pear upgrae-all problem crash on linux /php 5.1.3-dev too. same fatal error.

[2006-03-02 08:48 UTC] RQuadling at GMail dot com

Yep! Patched working as expected.

<02/03/2006 8:39:58 C:\>pear list-upgrades
COMPONENTS.EZ.NO AVAILABLE UPGRADES (STABLE):
=============================================
CHANNEL PACKAGE LOCAL REMOTE SIZE
components.ez.no Cache 1.0 (stable) 1.0.1 (stable) 17.6kB
components.ez.no eZComponents 1.0 (stable) 1.0.1 (stable) 1.7kB
components.ez.no ImageAnalysis 1.0 (stable) 1.0.1 (stable) 177kB
components.ez.no ImageConversion 1.0 (stable) 1.0.1 (stable) 196kB
PEAR.PHP.NET AVAILABLE UPGRADES (STABLE):
=========================================
CHANNEL PACKAGE LOCAL REMOTE SIZE
pear.php.net Benchmark 1.2.5 (stable) 1.2.6 (stable) 7.7kB
Channel pear.symfony-project.com: No upgrades available

<02/03/2006 8:43:30 C:\>pear upgrade-all
Will upgrade cache
Will upgrade ezcomponents
Will upgrade imageanalysis
Will upgrade imageconversion
Will upgrade benchmark
downloading Cache-1.0.1.tgz ...
Starting to download Cache-1.0.1.tgz (18,014 bytes)
......done: 18,014 bytes
downloading eZComponents-1.0.1.tgz ...
Starting to download eZComponents-1.0.1.tgz (1,661 bytes)
...done: 1,661 bytes
downloading ImageAnalysis-1.0.1.tgz ...
Starting to download ImageAnalysis-1.0.1.tgz (180,667 bytes)
...done: 180,667 bytes
downloading ImageConversion-1.0.1.tgz ...
Starting to download ImageConversion-1.0.1.tgz (200,054 bytes)
...done: 200,054 bytes
downloading Benchmark-1.2.6.tgz ...
Starting to download Benchmark-1.2.6.tgz (7,915 bytes)
...done: 7,915 bytes
upgrade-all ok: channel://pear.php.net/Benchmark-1.2.6
upgrade-all ok: channel://components.ez.no/ImageConversion-1.0.1
upgrade-all ok: channel://components.ez.no/ImageAnalysis-1.0.1
upgrade-all ok: channel://components.ez.no/eZComponents-1.0.1
upgrade-all ok: channel://components.ez.no/Cache-1.0.1