From: moo dot tinys at gmail dot com Operating system: linux PHP version: 5.3CVS-2008-12-12 (CVS) PHP Bug Type: PHAR related Bug description: ln: creating symbolic link `..phar': File exists
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 bug report at http://bugs.php.net/?id=46840&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=46840&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=46840&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=46840&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=46840&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=46840&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=46840&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=46840&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=46840&r=needscript Try newer version: http://bugs.php.net/fix.php?id=46840&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=46840&r=support Expected behavior: http://bugs.php.net/fix.php?id=46840&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=46840&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=46840&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=46840&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=46840&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=46840&r=dst IIS Stability: http://bugs.php.net/fix.php?id=46840&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=46840&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=46840&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=46840&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=46840&r=mysqlcfg
