ID:               48642
 Updated by:       paj...@php.net
 Reported By:      gareth dot randall at virgin dot net
-Status:           Open
+Status:           Assigned
 Bug Type:         Compile Failure
 Operating System: AIX 6.1
 PHP Version:      5.3.0RC4
-Assigned To:      
+Assigned To:      cellog
 New Comment:

Can you take a look please?


Previous Comments:
------------------------------------------------------------------------

[2009-06-22 11:37:59] gareth dot randall at virgin dot net

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 this bug report at http://bugs.php.net/?id=48642&edit=1

Reply via email to