ID: 46840 Updated by: [email protected] Reported By: moo dot tinys at gmail dot com -Status: Open +Status: Closed Bug Type: PHAR related Operating System: linux PHP Version: 5.3CVS-2008-12-12 (CVS) -Assigned To: +Assigned To: helly New Comment:
Fixed in CVS couple of day ago Previous Comments: ------------------------------------------------------------------------ [2008-12-12 03:44:14] moo dot tinys at gmail dot com Description: ------------ make install twice and i'll get an error: ln: creating symbolic link `/home/moo/test/php5-debug-zts//bin/phar': File exists Reproduce code: --------------- $ LANG=C make install ..... $ LANG=C make install Installing PHP SAPI module: cgi Installing PHP CGI binary: /home/moo/test/php5-debug-zts//bin/ Installing PHP CLI binary: /home/moo/test/php5-debug-zts//bin/ Installing PHP CLI man page: /home/moo/test/php5-debug-zts//php/man/man1/ Installing build environment: /home/moo/test/php5-debug-zts//lib/php/build/ Installing header files: /home/moo/test/php5-debug-zts//include/php/ Installing helper programs: /home/moo/test/php5-debug-zts//bin/ program: phpize program: php-config Installing man pages: /home/moo/test/php5-debug-zts//php/man/man1/ page: phpize.1 page: php-config.1 /home/moo/src/php/php5/build/shtool install -c ext/phar/phar.phar /home/moo/test/php5-debug-zts//bin ln -s /home/moo/test/php5-debug-zts//bin/phar.phar /home/moo/test/php5-debug-zts//bin/phar ln: creating symbolic link `/home/moo/test/php5-debug-zts//bin/phar': File exists make: *** [install-pharcmd] Error 1 Expected result: ---------------- make install should finish Actual result: -------------- ln: creating symbolic link `/home/moo/test/php5-debug-zts//bin/phar': File exists make: *** [install-pharcmd] Error 1 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46840&edit=1
