php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9996 Make install fails in pear directory under HFS+ filesystem
Submitted: 2001-03-26 09:50 UTC Modified: 2001-03-28 11:50 UTC
From: gdavis at siliconmage dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: Mac OS X 10.0 release
Private report: No CVE-ID: None
 [2001-03-26 09:50 UTC] gdavis at siliconmage dot com
This appears to be a duplicate of 7832 and 7635 from 4.0.3 
however, although it was reported as fixed in the CVS it is 
now occuring again in 4.04pl1.


This problem only occurs on the HFS+ file system which is 
case insensitive.  It appears to be caused by the existence 
of both a directory and a file called "pear" and thus it 
cannot copy the install files.  This is the error as it 
shows during the make install:

cp: pear is a directory (not copied).
make[1]: *** [install-programs] Error 1
make: *** [install-recursive] Error 1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-26 15:48 UTC] sniper@php.net
IIRC this was fixed AFTER 4.0.4pl1 was released. 
Please try the latest CVS snapshot from http://snaps.php.net/ to confirm this.

--Jani

 [2001-03-27 20:17 UTC] gdavis at siliconmage dot com
I tried the make install from the pear directory of the 
latest snapshot and all worked as it should have.
 [2001-03-28 11:50 UTC] sniper@php.net
Fixed. 4.0.5 will have the fix in it.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 03:01:28 2024 UTC