php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56708 hash-1.0 bundle does not contain required hash_haval.c, php_hash_haval.h files
Submitted: 2005-12-07 12:48 UTC Modified: 2005-12-07 14:58 UTC
From: zaa at zaa dot pp dot ru Assigned: mike (profile)
Status: Closed Package: hash (PECL)
PHP Version: 5.0.5 OS: FreeBSD 6.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
39 - 19 = ?
Subscribe to this entry?

 
 [2005-12-07 12:48 UTC] zaa at zaa dot pp dot ru
Description:
------------
hash-1.0 fails to compile because hash-1.0.tgz misses hash_haval.c, php_hash_haval.h files:

%wget http://pecl.php.net/get/hash-1.0.tgz
% md5 hash-1.0.tgz
MD5 (hash-1.0.tgz) = 776113fd78f9a4c176dc9951ac47bd06
% phpize
% ./configure
% make
...
gcc -I. -I/usr/obj/usr/ports/security/pecl-hash/work/hash-1.0 -DPHP_ATOM_INC -I/usr/obj/usr/ports/security/pecl-hash/work/hash-1.0/include -I/usr/obj/usr/ports/security/p
ecl-hash/work/hash-1.0/main -I/usr/obj/usr/ports/security/pecl-hash/work/hash-1.0 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/
usr/local/include/php/Zend -DHAVE_CONFIG_H -g -O2 -c /usr/obj/usr/ports/security/pecl-hash/work/hash-1.0/hash_ripemd.c  -fPIC -DPIC -o hash_ripemd.lo
make: don't know how to make /usr/obj/usr/ports/security/pecl-hash/work/hash-1.0/hash_haval.c. Stop
Exit 2

% ls -l /usr/obj/usr/ports/security/pecl-hash/work/hash-1.0/hash_haval.c 
ls: /usr/obj/usr/ports/security/pecl-hash/work/hash-1.0/hash_haval.c: No such file or director

Most probably 
http://cvs.php.net/co.php/pecl/hash/package.xml?r=1.15
Revision 1.15, Tue Dec 6 12:56:56 2005 (23 hours, 18 minutes ago) by pollita
misses 

<file role="src" name="hash_haval.c"/>
<file role="src" name="php_hash_haval.h"/>

lines.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-07 14:58 UTC] mike@php.net
Thank you for your bug report. This issue has been fixed
in the latest released version of the package, which you can download at
http://pecl.php.net/get/hash


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 05:01:28 2024 UTC