From:             gareth dot randall at virgin dot net
Operating system: AIX 6.1
PHP version:      5.3.0RC4
PHP Bug Type:     Compile Failure
Bug description:  Missing command in make file for "Generating phar.php"

Description:
------------
The "Generating phar.php" section of make fails with the error:

/bin/sh[14]: -d:  not found.

Thoughts:
"Generating phar.php" only occurs once in Makefile.
The command run begins with:
  @$(PHP_PHARCMD_EXECUTABLE) $(PHP_PHARCMD_SETTINGS)  [other bits
removed]

Since PHP_PHARCMD_SETTINGS starts with "-d", it looks as if the
PHP_PHARCMD_EXECUTABLE is coming out empty.

Please advise me of any checks or fixes you would like me to try.


Reproduce code:
---------------
cd php-5.3.0RC4
./configure
make


Expected result:
----------------
make process completes without error.

Actual result:
--------------
(Previous make output omitted...)

Generating phar.php
/bin/sh[14]: -d:  not found.
make: 1254-004 The error code from the last command is 127.


Stop.


-- 
Edit bug report at http://bugs.php.net/?id=48642&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=48642&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=48642&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=48642&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=48642&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=48642&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=48642&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=48642&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=48642&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=48642&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=48642&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=48642&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=48642&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=48642&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=48642&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=48642&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=48642&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=48642&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=48642&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=48642&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=48642&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=48642&r=mysqlcfg

Reply via email to