Re: [Boost-bugs] [Boost C++ Libraries] #2185: bjam hangs when building libs/python/examples/quickstart under MacOS X

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:54:45


#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@…):

 Replying to [comment:24 meowsqueak@…]:
> 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


 Just as a follow up, after hitting Ctrl-C at the hang, I was able to
 successfully run 'test_extending.py' with:

 {{{
  $ export
 DYLD_LIBRARY_PATH=../../../../bin.v2/libs/python/build/darwin-4.2.1/debug
  $ export
 LD_LIBRARY_PATH=../../../../bin.v2/libs/python/build/darwin-4.2.1/debug
  $ export PYTHONPATH=bin/darwin-4.2.1/debug
  $ python test_extending.py
  ...
   9 passed and 0 failed.
  Test passed.
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2185#comment:25>
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