From:             szarkos
Operating system: Windows
PHP version:      5.4.1RC2
Package:          Compile Failure
Bug Type:         Bug
Bug description:Version mismatch breaks build-dist

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 bug report at https://bugs.php.net/bug.php?id=61842&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=61842&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=61842&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=61842&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=61842&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=61842&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=61842&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=61842&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=61842&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=61842&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=61842&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=61842&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=61842&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=61842&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=61842&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=61842&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=61842&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=61842&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=61842&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=61842&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=61842&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=61842&r=mysqlcfg

Reply via email to