Boost C++ Libraries: Ticket #2366: bjam hangs when building libs/python/examples/quickstart under MacOS X https://svn.boost.org/trac10/ticket/2366 <p> Note: This is the same bug as the one reported in ticket <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2185" title="#2185: Bugs: bjam hangs when building libs/python/examples/quickstart under MacOS X (closed: invalid)">#2185</a>. Since I could not re-open the ticket for lack of permissions, I now open a new one. </p> <p> After compilation/installation of Boost, trying to build the Boost.Python example in libs/python/examples/quickstart makes bjam hang after executing the step </p> <p> darwin.link.dll bin/darwin-4.0.1/debug/extending.so </p> <p> The library file extending.so is still built (apparently correctly), but bjam does not continue after this step. By running the link command line (obtained with bjam -n -a) directly in the terminal, I have verified that it is not the linker that hangs. </p> <p> Tested with Boost 1.36.0 under MacOS 10.4.11 (Intel and PowerPC). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2366 Trac 1.4.3 Marshall Clow Sat, 11 Oct 2008 17:07:00 GMT owner set https://svn.boost.org/trac10/ticket/2366#comment:1 https://svn.boost.org/trac10/ticket/2366#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Marshall Clow</span> </li> </ul> <p> Finally got a chance to set up a machine. PowerPC Mac mini running 10.4.11; Xcode 2.5; bjam 3.1.16; Boost 1.36.0 (release). My user-config.jam looks like this: </p> <pre class="wiki">import toolset : using ; using darwin ; using python : 2.3 ; </pre><p> cd libs/python/examples/quickstart ; bjam gives me a whole bunch of output, then <code> darwin.link.dll bin/darwin-4.0.1/debug/extending.o </code>, where it appears to hang, but if I wait, that command completes and the build continues and completes successfully. </p> <p> How _exactly_ is this different from your setup? </p> Ticket Marshall Clow Sat, 11 Oct 2008 23:34:48 GMT status changed https://svn.boost.org/trac10/ticket/2366#comment:2 https://svn.boost.org/trac10/ticket/2366#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Marshall Clow Thu, 15 Jan 2009 03:49:18 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2366#comment:3 https://svn.boost.org/trac10/ticket/2366#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">worksforme</span> </li> </ul> <p> Haven't heard from Konrad in three months; closing. </p> Ticket Konrad Hinsen <konrad.hinsen@…> Wed, 04 Feb 2009 11:31:27 GMT <link>https://svn.boost.org/trac10/ticket/2366#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2366#comment:4</guid> <description> <p> The problem is apparently solved in 1.37, which installs fine out of the box on my machine. </p> </description> <category>Ticket</category> </item> </channel> </rss>