Boost C++ Libraries: Ticket #4743: bjam endless command loop (windows) https://svn.boost.org/trac10/ticket/4743 <p> In my ignorance I created a python.bat file with bjam commands to build Boost.Python in the main boost folder. This file then seemed to be executed by any bjam command, even --clean. As it contained the build commands an endless command loop was created rendering my PC quite unusable very fast. Renaming the .bat fixed the issue, but I don't know if this behaviour is desired. It cause quite a bit of trouble for me. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4743 Trac 1.4.3 Bryce Adelstein Lelbach Sun, 07 Nov 2010 21:10:54 GMT owner set https://svn.boost.org/trac10/ticket/4743#comment:1 https://svn.boost.org/trac10/ticket/4743#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Bryce Adelstein Lelbach</span> </li> </ul> <p> Please provide a test case/patch, if possible. Without that, it'll be hard for us to verify this... </p> Ticket Steven Watanabe Sun, 02 Jan 2011 04:56:54 GMT <link>https://svn.boost.org/trac10/ticket/4743#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4743#comment:2</guid> <description> <p> The configuration for Boost.Python invokes the Python interpreter. If running "python" doesn't do this, it's bound to cause trouble. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Vladimir Prus</dc:creator> <pubDate>Tue, 01 Feb 2011 09:31:16 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4743#comment:3 https://svn.boost.org/trac10/ticket/4743#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> <p> Right -- it does not seem we can do anything if 'python' does not work. </p> Ticket anonymous Thu, 06 Dec 2012 22:41:42 GMT <link>https://svn.boost.org/trac10/ticket/4743#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4743#comment:4</guid> <description> <p> Too bad this was closed without at least detecting the absense of python during the compilation phase. </p> <p> Compiling on an old laptop I expected it to take awhile..... by the 2nd day and bjam target <a class="new ticket" href="https://svn.boost.org/trac10/ticket/1200" title="#1200: Tasks: Revamp the header information (new)">#1200</a> I realized it was looping. </p> <p> Apparently a few subtle "python not found" errors at the BEGINNING of the output was all I had to go on. </p> <p> My god simply check for python and if it's not there abort or display some kind of error message! My machine just sat at 100% CPU for 2 days wasting all kinds of energy for no reason at all. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Vladimir Prus</dc:creator> <pubDate>Fri, 07 Dec 2012 05:50:19 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4743#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4743#comment:5</guid> <description> <p> The problem in the original report was not absense of Python. It was script called python.bat that runs bjam. This is hardly a situation we can easily detect. </p> <p> If you situation is different, could you file a separate issue? </p> </description> <category>Ticket</category> </item> </channel> </rss>