Edit report at https://bugs.php.net/bug.php?id=61842&edit=1

 ID:                 61842
 Updated by:         s...@php.net
 Reported by:        szar...@php.net
 Summary:            Version mismatch breaks build-dist
-Status:             Open
+Status:             Closed
 Type:               Bug
 Package:            Compile Failure
 Operating System:   Windows
 PHP Version:        5.4.1RC2
-Assigned To:        
+Assigned To:        stas
 Block user comment: N
 Private report:     N

 New Comment:

This bug has been fixed in SVN.

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/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------
[2012-04-24 18:37:26] szar...@php.net

Correction, the directory "php-5.4.2-dev" is created, however the build-dist 
phase is still looking for "php-5.4.1RC1-dev"..

------------------------------------------------------------------------
[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

Reply via email to