ID: 34008 User updated by: ljanda at checkstop dot com Reported By: ljanda at checkstop dot com -Status: Closed +Status: Open Bug Type: *Compile Issues Operating System: SCO 5.05 PHP Version: 4.4.0 New Comment:
The problem still exists. That line should have a tab. I can fix that but the stopping point is the "make install". make install OVERALL_TARGET += /u/leroy/php4-STABLE-200508060247/ext/informix/ifx.c sh: OVERALL_TARGET: not found *** Error code 1 (bu21) # Previous Comments: ------------------------------------------------------------------------ [2005-08-05 22:28:47] [EMAIL PROTECTED] This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Sometimes simple things cause big problems. It was actually just one missing empty line in the beginning of ext/informix/Makefile.frag ------------------------------------------------------------------------ [2005-08-05 20:48:46] ljanda at checkstop dot com OVERALL_TARGET += /u/leroy/php-4.4.0/ext/informix/ifx.c Also the above is supposed to be a directory?? failing in make install ------------------------------------------------------------------------ [2005-08-05 20:47:13] ljanda at checkstop dot com Have no access to other servers ------------------------------------------------------------------------ [2005-08-05 19:51:22] [EMAIL PROTECTED] Are you able to reproduce on non-SCO server? ------------------------------------------------------------------------ [2005-08-05 15:37:14] ljanda at checkstop dot com Description: ------------ Simple problem in configure: ./configure --without-mysql --with-informix --with-apache=../apache_1.3.19 --ena ble-shared --enable-track-vars Adding the Informix puts a line into make file without tab (\t) and therefore the make fails. Looked and makefile and sure enough, the line was left justified, put the tab in and got it to work. Reproduce code: --------------- install-cli: $(SAPI_CLI_PATH) @echo "Installing PHP CLI binary: $(INSTALL_ROOT)$(bindir)/" @$(INSTALL_CLI) @echo "Installing PHP CLI man page: $(INSTALL_ROOT)$(mandir)/man1/" @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1 @$(INSTALL_DATA) sapi/cli/php.1 $(INSTALL_ROOT)$(mandir)/man1/php.1 /*********************************** this line needs a tab OVERALL_TARGET += /u/leroy/php-4.4.0/ext/informix/ifx.c /u/leroy/php- Expected result: ---------------- make error ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34008&edit=1
