Edit report at https://bugs.php.net/bug.php?id=55577&edit=1
ID: 55577 Updated by: f...@php.net Reported by: fedora at famillecollet dot com Summary: Install fails -Status: Assigned +Status: Feedback Type: Bug Package: FPM related Operating System: GNU/Linux (Fedora 15) PHP Version: 5.4SVN-2011-09-03 (snap) Assigned To: fat Block user comment: N Private report: N New Comment: Salut remi, est-ce que les fichiers php-fpm.8 et php-fpm.conf s'installent correctement ? En effet, si tu regardes dans sapi/fpm/Makefile.frag, les fichier php-fpm.8, php-fpm.conf et status.html sont tous installés de la même façon. J'ai du mal à comprendre pourquoi il y aurait un problème uniquement avec status.html. dis moi quoi. ++ jerome Previous Comments: ------------------------------------------------------------------------ [2011-09-03 13:56:00] fedora at famillecollet dot com Description: ------------ status.html is not present in the build tree, so can't be installed Attached patch fix this issue. Another solution could be to add status.html to the PHP_OUTPUT in config.m4 Test script: --------------- + make -C build-fpm install-fpm INSTALL_ROOT=/home/rpmbuild/BUILDROOT Expected result: ---------------- make: Entering directory `/dev/shm/php5.4-201109031230/build-fpm' Installing PHP FPM binary: /home/rpmbuild/BUILDROOT/php-5.3.8-0.1.201109031230.fc15.remi.x86_64/usr/sbin/ Installing PHP FPM config: /home/rpmbuild/BUILDROOT/php-5.3.8-0.1.201109031230.fc15.remi.x86_64/etc/ Installing PHP FPM man page: /home/rpmbuild/BUILDROOT/php-5.3.8-0.1.201109031230.fc15.remi.x86_64/usr/share/man/man8/ Installing PHP FPM status page: /home/rpmbuild/BUILDROOT/php-5.3.8-0.1.201109031230.fc15.remi.x86_64/usr/share/fpm/ make: Leaving directory `/dev/shm/php5.4-201109031230/build-fpm' make[1]: *** [install-fpm] Error 1 Actual result: -------------- /php-5.3.8-0.1.201109031230.fc15.remi.x86_64 make[1]: Entering directory `/dev/shm/php5.4-201109031230/build-fpm' Installing PHP FPM binary: /home/rpmbuild/BUILDROOT/php-5.3.8-0.1.201109031230.fc15.remi.x86_64/usr/sbin/ Installing PHP FPM config: /home/rpmbuild/BUILDROOT/php-5.3.8-0.1.201109031230.fc15.remi.x86_64/etc/ Installing PHP FPM man page: /home/rpmbuild/BUILDROOT/php-5.3.8-0.1.201109031230.fc15.remi.x86_64/usr/share/man/man8/ Installing PHP FPM status page: /home/rpmbuild/BUILDROOT/php-5.3.8-0.1.201109031230.fc15.remi.x86_64/usr/share/fpm/ cp: cannot stat `sapi/fpm/status.html': No such file or directory ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55577&edit=1