php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41322 Recent change sends compile into neverending loop
Submitted: 2007-05-08 04:11 UTC Modified: 2007-05-29 01:00 UTC
From: auroraeosrose at gmail dot com Assigned: edink (profile)
Status: No Feedback Package: Compile Failure
PHP Version: 5CVS-2007-05-08 (CVS) OS: winxpsp2
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2007-05-08 04:11 UTC] auroraeosrose at gmail dot com
Description:
------------
revision 1.60.2.1.2.5 of win32/build/confutils.js makes --enable-snapshot-build and nmake snap head into an endless loop of compiling - never gets past the zend sources, reverting the change fixes the problem (occurs with msvc6 & 8), not sure exactly what the problem is since the snaps.php.net builds appear to be working (operating system difference?)

This is Microsoft Visual Studio 6 with service pack 6 on and VS 2005 with service pack 1 on windows xp

Reproduce code:
---------------
cscript /nologo configure.js --enable-snapshot-build
nmake snap


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-21 09:49 UTC] edink@php.net
You probably meant 1.60.2.1.2.6. As far as I can see .5 is only copyright change.

But I cannot reproduce this problem. As you can see from http://snaps.php.net/ our snaps builder is working just fine. It is using VC6 atm and I have tested it on VC8 as well.

This patch was meant to fix the problem where some DLLs were built twice and thus the VC8 manifest file was not embedded properly.

Our build line is:

cscript /nologo configure.js --enable-snapshot-build --with-gd=shared

This to avoid the glitch of gd always wanting to be a statically built extension. Don't think it would affect your build but would you please try that with the latest 5.2 sources?
 [2007-05-29 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 22:01:28 2024 UTC