Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#2366 closed Bugs (worksforme)

bjam hangs when building libs/python/examples/quickstart under MacOS X

Reported by: konrad.hinsen@… Owned by: Marshall Clow
Milestone: Boost 1.37.0 Component: Building Boost
Version: Boost 1.36.0 Severity: Problem
Keywords: Cc:

Description

Note: This is the same bug as the one reported in ticket #2185. Since I could not re-open the ticket for lack of permissions, I now open a new one.

After compilation/installation of Boost, trying to build the Boost.Python example in libs/python/examples/quickstart makes bjam hang after executing the step

darwin.link.dll bin/darwin-4.0.1/debug/extending.so

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.

Tested with Boost 1.36.0 under MacOS 10.4.11 (Intel and PowerPC).

Change History (4)

comment:1 by Marshall Clow, 14 years ago

Owner: set to Marshall Clow

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:

import toolset : using ; using darwin ;
using python : 2.3 ;

cd libs/python/examples/quickstart ; bjam gives me a whole bunch of output, then darwin.link.dll bin/darwin-4.0.1/debug/extending.o , where it appears to hang, but if I wait, that command completes and the build continues and completes successfully.

How _exactly_ is this different from your setup?

comment:2 by Marshall Clow, 14 years ago

Status: newassigned

comment:3 by Marshall Clow, 14 years ago

Resolution: worksforme
Status: assignedclosed

Haven't heard from Konrad in three months; closing.

comment:4 by Konrad Hinsen <konrad.hinsen@…>, 14 years ago

The problem is apparently solved in 1.37, which installs fine out of the box on my machine.

Note: See TracTickets for help on using tickets.