php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34891 Checksum error on install-pear-nozlib.phar
Submitted: 2005-10-17 16:06 UTC Modified: 2005-10-17 19:14 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: marcus at synchromedia dot co dot uk Assigned: cellog (profile)
Status: Closed Package: Compile Failure
PHP Version: 5CVS-2005-10-17 (snap) OS: unix
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: marcus at synchromedia dot co dot uk
New email:
PHP Version: OS:

 

 [2005-10-17 16:06 UTC] marcus at synchromedia dot co dot uk
Description:
------------
Configure and make work fine, but on make install, I get a 
checksum error on the downloaded install-pear-nozlib.phar 
file.

I see it on both OS X and Linux.

I still end up with a working PHP build, but a fresh pear 
installation would be broken.

Reproduce code:
---------------
As usual:

./configure
make
make install

Actual result:
--------------
Installing PEAR environment:      /usr/share/pear/
--13:04:17--  http://pear.php.net/install-pear-nozlib.phar
           => `/home/mbointon/php5-200510171030/pear/
install-pear-nozlib.phar'
Resolving pear.php.net... 216.92.131.66
Connecting to pear.php.net|216.92.131.66|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3,321,897 (3.2M) [text/plain]

100%[====================================================>] 
3,321,897    583.00K/s    ETA 00:00

13:04:23 (566.75 KB/s) - `/home/mbointon/php5-200510171030/
pear/install-pear-nozlib.phar' saved [3321897/3321897]


Fatal error: Error: phar "/home/mbointon/php5-200510171030/
pear/install-pear-nozlib.phar" Checksum error on entry "" in 
/home/mbointon/php5-200510171030/pear/install-pear-
nozlib.phar on line 376
make[1]: *** [install-pear-installer] Error 255
make: *** [install-pear] Error 2

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-17 18:59 UTC] cellog@php.net
This was due to a failed commit that I didn't realize was failed, the file was corrupted remotely (different md5sum from the local copy).

I'm committing a fixed install-pear-nozlib.phar in a second
 [2005-10-17 19:14 UTC] cellog@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

This fix will require about an hour (1:00 PM Central time, USA) before it will show up live on pear.php.net.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Nov 22 17:00:01 2025 UTC