Edit report at https://bugs.php.net/bug.php?id=61842&edit=1
ID: 61842 User updated by: szar...@php.net Reported by: szar...@php.net Summary: Version mismatch breaks build-dist Status: Open Type: Bug Package: Compile Failure Operating System: Windows PHP Version: 5.4.1RC2 Block user comment: N Private report: N New Comment: Correction, the directory "php-5.4.2-dev" is created, however the build-dist phase is still looking for "php-5.4.1RC1-dev".. Previous Comments: ------------------------------------------------------------------------ [2012-04-24 18:22:19] szar...@php.net Description: ------------ Looks like thereâs a version mismatch introduced by commit 701332c where the version in main\php_version.h does not match the version set in configure.in. This breaks the âbuild-distâ phase of the build at least on Windows. So, for example one would see output below during this phase of the build. The system is looking for âobj/Release/php-5.4.1RC1-devâ, because that is what was declared in configure.in and the generated Makefile, however actually only the directory âobj/Release/php-5.4.2â exists. rd /s /q C:\php-sdk\php54dev\vc9\x86\obj\Release\php-5.4.1RC1-dev The system cannot find the file specified. rd /s /q C:\php-sdk\php54dev\vc9\x86\obj\Release\pecl-5.4.1RC1-dev The system cannot find the file specified. del /f /q C:\php-sdk\php54dev\vc9\x86\obj\Release\php-5.4.1RC1-dev-nts-Win32-VC9-x86.zip Could Not Find C:\php-sdk\php54dev\vc9\x86\obj\Release\php-5.4.1RC1-dev-nts-Win32-VC9-x86.zip del /f /q C:\php-sdk\php54dev\vc9\x86\obj\Release\php-debug-pack-5.4.1RC1-dev-nts-Win32- Could Not Find C:\php-sdk\php54dev\vc9\x86\obj\Release\php-debug-pack-5.4.1RC1-dev-nts-Win32-VC9 del /f /q C:\php-sdk\php54dev\vc9\x86\obj\Release\pecl-5.4.1RC1-dev-nts-Win32-VC9-x86.zi Could Not Find C:\php-sdk\php54dev\vc9\x86\obj\Release\pecl-5.4.1RC1-dev-nts-Win32-VC9-x86.zip ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61842&edit=1