PEAR is archived and read-only

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

Home » Images » Image_Remote » Bug #5545

package not installable

Details

Submitted2005-09-28 12:29 UTC
Fromglen at delfi dot ee
Assignedarnaud
StatusClosed
PackageImage_Remote
PHP Version5.0.5
OSPLD Linux
Roadmaps(Not assigned)

Comments

[2005-09-28 12:29 UTC] glen at delfi dot ee

Description:
------------

$ pear install --installroot=/tmp/pear --nodeps Image_Remote-beta
File http://pear.php.net:80/rest/r/image_remote/1.0.xml not valid (received: HTTP/1.1 404 Not Found
)
Cannot initialize 'Image_Remote-beta', invalid or missing package file
Package "Image_Remote-beta" is not valid
install failed
builder@haarber-amd64 pear/RPMS $ pear -V
PEAR Version: 1.4.1
PHP Version: 5.0.5
Zend Engine Version: 2.0.5
Running on: Linux [cut] 2.6.12.5-0.2 #1 Thu Aug 18 23:21:08 EEST 2005 x86_64

also with older, 1.3 series PEAR:
# pear install --installroot=/tmp/pear --nodeps Image_Remote-beta
downloading Image_Remote-1.0.tgz ...
Starting to download Image_Remote-1.0.tgz (4,764 bytes)
.....done: 4,764 bytes
Unable to open /tmp/pearWbCXVo/package.xml

# pear -V
PEAR Version: 1.3.5
PHP Version: 4.4.0
Zend Engine Version: 1.3.0
Running on: Linux [cut] 2.4.22-1.2115.nptlsmp #1 SMP Wed Oct 29 15:30:09 EST 2003 i686

[2005-10-03 20:54 UTC] glen at delfi dot ee

it seems that package.xml is in wrong place in the
tarball. recreating tarball having package.xml in
toplevel, the error is gone.