Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2185: bjam hangs when building libs/python/examples/quickstart under MacOS X
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-07-09 22:36:59
#2185: bjam hangs when building libs/python/examples/quickstart under MacOS X
----------------------------------------+-----------------------------------
Reporter: konrad.hinsen@⦠| Owner: grafik
Type: Bugs | Status: new
Milestone: Boost 1.37.0 | Component: Python
Version: Boost Development Trunk | Severity: Showstopper
Resolution: | Keywords:
----------------------------------------+-----------------------------------
Comment (by meowsqueak@â¦):
I have this problem right now with:
$ bjam toolset=darwin --verbose-test test
It hangs after the line:
darwin.link.dll bin/darwin-4.2.1/debug/extending.so
Ctrl-c and inspecting the bin/ directory shows some .o and .so files, but
no .dylib files, in bin/darwin-4.2.1/debug/ but these don't seem to be
'importable' by Python.
This command (not sure if that's the right PYTHONPATH?) fails:
$ PYTHONPATH=bin/darwin-4.2.1/debug python test_extending.py
...
ImportError:
dlopen(/Users/david/Downloads/boost_1_50_0/libs/python/example/quickstart/bin/darwin-4.2.1/debug/extending.so,
2): Library not loaded: libboost_python.dylib
Not sure why bjam created a .so instead of a .dylib?
My platform:
*OS X 10.6.8 64bit
*Python 2.7.3 (built locally with pythonbrew)
*i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
*boost_1_50_0
*Boost.Build 2011.12-svn (bjam built locally from boost_1_50_0)
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2185#comment:24> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC