ID: 48642 User updated by: gareth dot randall at virgin dot net Reported By: gareth dot randall at virgin dot net Status: Assigned Bug Type: Compile Failure Operating System: AIX 6.1 PHP Version: 5.3.0RC4 Assigned To: cellog New Comment:
Just realised that I was trying to build it with AIX make, rather than GNU make. I've tried again with GNU make, which fails elsewhere, so I'll report the full details of that tomorrow. Previous Comments: ------------------------------------------------------------------------ [2009-06-23 11:24:36] paj...@php.net Can you take a look please? ------------------------------------------------------------------------ [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