php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48594 pear not found
Submitted: 2009-06-18 08:13 UTC Modified: 2009-06-21 07:26 UTC
From: dmda at yandex dot ru Assigned: cellog (profile)
Status: Not a bug Package: Compile Failure
PHP Version: 5.3.0RC3 OS: NetBSD 3.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dmda at yandex dot ru
New email:
PHP Version: OS:

 

 [2009-06-18 08:13 UTC] dmda at yandex dot ru
Description:
------------
at the end of "make" process, the following error apeears in the output:

Generating phar.php
Generating phar.phar
pear: not found
^^^^^^^^^^^^^^^
Pear package PHP_Archive or Archive.php class file not found.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
clicommand.inc
directorytreeiterator.inc
directorygraphiterator.inc
invertedregexiterator.inc
pharcommand.inc
phar.inc

Build complete.
Don't forget to run 'make test'.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-06-20 13:57 UTC] pajoye@php.net
Can you take a look please?
 [2009-06-20 14:03 UTC] cellog@php.net
"Build complete" <-- there's no compile failure.

There is also no error.  phar.phar still exists and works.  If you have PEAR already installed, and have installed the PHP_Archive package, phar.phar will also work in the absence of the phar extension, but this is an extra feature.

No bug here.
 [2009-06-21 07:26 UTC] dmda at yandex dot ru
Well. During make install php checks all pear packages that have been installed before and it checks their versions in particular. Shouldn't it be discovered that the package with PHP_Archive or Archive.php class file is outdated and should be replaced?
Otherwise, this bug 
Pear package PHP_Archive or Archive.php class file not found.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Would not happen.
That's the bug here.
 [2011-04-28 02:36 UTC] db at home dot com
Still exists as of php-5.3.6(compiling on centos 5.6).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 08:01:34 2024 UTC