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: 2009-06-05 18:43:56


#2185: bjam hangs when building libs/python/examples/quickstart under MacOS X
----------------------------------------+-----------------------------------
  Reporter: konrad.hinsen_at_[hidden] | Owner: grafik
      Type: Bugs | Status: new
 Milestone: Boost 1.37.0 | Component: Python
   Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords:
----------------------------------------+-----------------------------------

Comment(by dave):

 With -l5, (that's a lowercase "L", right?) I get:

 {{{
 #!/bin/sh
 $ bjam -l5
 ...patience...
 ...patience...
 ...found 3236 targets...
 ...updating 2 targets...
 capture-output
 ../../../bin.v2/libs/parameter/test/python_test.test/darwin-4.0.1/debug/python_test
 5 second time limit exceeded

 DYLD_LIBRARY_PATH=/System/Library/Frameworks/Python.framework/Versions/2.5/lib:/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/config:/Users/dave/src/boost/bin.v2/libs/parameter/test/python_test.test/darwin-4.0.1/debug:/Users/dave/src/boost/bin.v2/libs/python/build/darwin-4.0.1/debug:$DYLD_LIBRARY_PATH
 export DYLD_LIBRARY_PATH

 PYTHONPATH=../../../bin.v2/libs/parameter/test/python_test.test/darwin-4.0.1/debug
 export PYTHONPATH
  "/usr/bin/python2.5" "python_test.py" >
 "../../../bin.v2/libs/parameter/test/python_test.test/darwin-4.0.1/debug/python_test.output"
 2>&1
     status=$?
     echo >>
 "../../../bin.v2/libs/parameter/test/python_test.test/darwin-4.0.1/debug/python_test.output"
     echo EXIT STATUS: $status >>
 "../../../bin.v2/libs/parameter/test/python_test.test/darwin-4.0.1/debug/python_test.output"
     if test $status -eq 0 ; then
         cp
 "../../../bin.v2/libs/parameter/test/python_test.test/darwin-4.0.1/debug/python_test.output"
 "../../../bin.v2/libs/parameter/test/python_test.test/darwin-4.0.1/debug/python_test"
     fi
     verbose=0
     if test $status -ne 0 ; then
         verbose=1
     fi
     if test $verbose -eq 1 ; then
         echo ====== BEGIN OUTPUT ======
         cat
 "../../../bin.v2/libs/parameter/test/python_test.test/darwin-4.0.1/debug/python_test.output"
         echo ====== END OUTPUT ======
     fi
     exit $status

 ...failed capture-output
 ../../../bin.v2/libs/parameter/test/python_test.test/darwin-4.0.1/debug/python_test...
 ...failed updating 1 target...
 ...skipped 1 target...
 zreba:test dave$
 }}}

 I did this one in /libs/parameter/test because it has only one Python-
 related test. I don't know if you're suggesting it, but I'll try the
 patch next.

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