Win32 snapshot builds.

Win32 snapshot builds.

am 08.05.2009 15:37:24 von Richard Quadling

Hi.

The x86 Win32 snapshots haven't been built since 2009-May-07 20:00:00
(according to cache.info). (Can see no errors).

The x86 build is building a PECL package (xdebug (vc6/9) and apc (vc6)).



The x64 Win32 snapshots have a build issue also. The tail end of
http://windows.php.net/downloads/snaps/compile-5.3-VC9-x64-l atest.log
shows ...

Copying php_xmlrpc.dll from x64\Release_TS to
x64\Release_TS/php-5.3.0RC3-dev/ext
Copying php_xsl.dll from x64\Release_TS to x64\Release_TS/php-5.3.0RC3-dev/ext
WARNING: distro depends on msvcr90.dll, but could not find it on your system
WARNING: you don't have a snapshot template
your dist will not be complete
cd x64\Release_TS\php-5.3.0RC3-dev
zip.exe -9 -q -r ..\php-5.3.0RC3-dev-Win32-VC9-x64.zip .
cd ..\..
cd x64\Release_TS\pecl-5.3.0RC3-dev
NMAKE : fatal error U1077: 'cd' : return code '0x1'
Stop.

It seems that the main difference here is the presence of the "x64"
folder and the ..\.. does not take into account the extra level.

The tail of http://windows.php.net/downloads/snaps/compile-5.3-VC9-x86-l atest.log
shows ...

Copying php_apc.dll from Release_TS to Release_TS/pecl-5.3.0RC3-dev
Copying php_xdebug.dll from Release_TS to Release_TS/pecl-5.3.0RC3-dev
WARNING: distro depends on msvcr90.dll, but could not find it on your system
WARNING: you don't have a snapshot template
your dist will not be complete
cd Release_TS\php-5.3.0RC3-dev
zip.exe -9 -q -r ..\php-5.3.0RC3-dev-Win32-VC9-x86.zip .
cd ..\..
cd Release_TS\pecl-5.3.0RC3-dev
zip.exe -9 -q -r ..\pecl-5.3.0RC3-dev-Win32-VC9-x86.zip .
cd ..\..
cd Release_TS\php-test-pack-5.3.0RC3-dev
zip.exe -9 -q -r ..\php-test-pack-5.3.0RC3-dev.zip .
cd ..\..
cd Release_TS
zip.exe -9 -q php-debug-pack-5.3.0RC3-dev-Win32-VC9-x86.zip *.pdb
cd ..\..

No, "x64" folder.

The zips are created but not pecl package.

Regards,

Richard

--
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Win32 snapshot builds.

am 07.06.2009 12:43:50 von Lester Caine

Richard - I'm around the same place as you. I've got this building on a
Vista64 box and have been seeing the same bits ...

Richard Quadling wrote:
> Hi.
>
> The x86 Win32 snapshots haven't been built since 2009-May-07 20:00:00
> (according to cache.info). (Can see no errors).
>
> The x86 build is building a PECL package (xdebug (vc6/9) and apc (vc6)).
>
> The x64 Win32 snapshots have a build issue also. The tail end of
> http://windows.php.net/downloads/snaps/compile-5.3-VC9-x64-l atest.log
> shows ...
>
> Copying php_xmlrpc.dll from x64\Release_TS to
> x64\Release_TS/php-5.3.0RC3-dev/ext
> Copying php_xsl.dll from x64\Release_TS to x64\Release_TS/php-5.3.0RC3-dev/ext
> WARNING: distro depends on msvcr90.dll, but could not find it on your system
Just put a copy of msvcr90.dll in the vc9/x64/deps/bin directory, then
it can copy it.

> WARNING: you don't have a snapshot template
> your dist will not be complete
Can ignore that - snapshot template = no, so the message should probably
be hidden as well?
The question probably is - what should the file pointed to by
snapshot_template actual contain? I found this post while looking for an
answer to that ...

> cd x64\Release_TS\php-5.3.0RC3-dev
> zip.exe -9 -q -r ..\php-5.3.0RC3-dev-Win32-VC9-x64.zip .
> cd ..\..
> cd x64\Release_TS\pecl-5.3.0RC3-dev
> NMAKE : fatal error U1077: 'cd' : return code '0x1'
> Stop.
>
> It seems that the main difference here is the presence of the "x64"
> folder and the ..\.. does not take into account the extra level.

Do we actually have the code for the PECL packages available? As I've
not got any of that in the snapshot I'm working with ....

> The tail of http://windows.php.net/downloads/snaps/compile-5.3-VC9-x86-l atest.log
> shows ...
>
> Copying php_apc.dll from Release_TS to Release_TS/pecl-5.3.0RC3-dev
> Copying php_xdebug.dll from Release_TS to Release_TS/pecl-5.3.0RC3-dev
> WARNING: distro depends on msvcr90.dll, but could not find it on your system
> WARNING: you don't have a snapshot template
> your dist will not be complete
> cd Release_TS\php-5.3.0RC3-dev
> zip.exe -9 -q -r ..\php-5.3.0RC3-dev-Win32-VC9-x86.zip .
> cd ..\..
> cd Release_TS\pecl-5.3.0RC3-dev
> zip.exe -9 -q -r ..\pecl-5.3.0RC3-dev-Win32-VC9-x86.zip .
> cd ..\..
> cd Release_TS\php-test-pack-5.3.0RC3-dev
> zip.exe -9 -q -r ..\php-test-pack-5.3.0RC3-dev.zip .
> cd ..\..
> cd Release_TS
> zip.exe -9 -q php-debug-pack-5.3.0RC3-dev-Win32-VC9-x86.zip *.pdb
> cd ..\..
>
> No, "x64" folder.
>
> The zips are created but not pecl package.

I'm playing with imagick at the moment, but don't have any of the bits I
need to create the PECL library - but that is probably becuase of the
original ImageMagic source I'm working with. I think I need a 'dynamic
x64' build of that :(

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php