Re: [Boost-bugs] [Boost C++ Libraries] #5154: 1.45.0 python OS X 10.6 test_extending.py hangs

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5154: 1.45.0 python OS X 10.6 test_extending.py hangs
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-02-03 00:15:31


#5154: 1.45.0 python OS X 10.6 test_extending.py hangs
------------------------------------+---------------------------------------
  Reporter: seb@… | Owner: dave
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: Python
   Version: Boost 1.45.0 | Severity: Showstopper
Resolution: | Keywords:
------------------------------------+---------------------------------------

Comment (by seb@…):

 Full log from clean build on standard system python and boost trunk - no
 cigar I'm afraid: this just hangs...
 {{{
 chi:quickstart ix$ /usr/local/src/boost_trunk/bjam
 /usr/local/src/boost_1_45_0/bjam toolset=darwin --debug-configuration
 --verbose-test test
 notice: found boost-build.jam at
 /usr/local/src/boost_trunk/libs/python/example/quickstart/boost-build.jam
 notice: loading Boost.Build from /usr/local/src/boost_trunk/tools/build/v2
 notice: Searching /etc /Users/ix
 /usr/local/src/boost_trunk/libs/python/example/quickstart/../../../../tools/build/v2
 /usr/share/boost-build /usr/local/src/boost_trunk/tools/build/v2/kernel
 /usr/local/src/boost_trunk/tools/build/v2/util
 /usr/local/src/boost_trunk/tools/build/v2/build
 /usr/local/src/boost_trunk/tools/build/v2/tools
 /usr/local/src/boost_trunk/tools/build/v2/contrib
 /usr/local/src/boost_trunk/tools/build/v2/. for site-config configuration
 file site-config.jam .
 notice: Loading site-config configuration file site-config.jam from
 /usr/local/src/boost_trunk/tools/build/v2/site-config.jam .
 notice: Searching /Users/ix
 /usr/local/src/boost_trunk/libs/python/example/quickstart/../../../../tools/build/v2
 /usr/share/boost-build /usr/local/src/boost_trunk/tools/build/v2/kernel
 /usr/local/src/boost_trunk/tools/build/v2/util
 /usr/local/src/boost_trunk/tools/build/v2/build
 /usr/local/src/boost_trunk/tools/build/v2/tools
 /usr/local/src/boost_trunk/tools/build/v2/contrib
 /usr/local/src/boost_trunk/tools/build/v2/. for user-config configuration
 file user-config.jam .
 notice: Loading user-config configuration file user-config.jam from
 /usr/local/src/boost_trunk/tools/build/v2/user-config.jam .
 notice: Searching ../../../.. for project-config configuration file
 project-config.jam .
 notice: Loading project-config configuration file project-config.jam from
 ../../../../project-config.jam .
 notice: OSX version on this machine is 10.6.6
 notice: will use 'g++' for darwin, condition <toolset>darwin-4.2.1
 notice: using strip for <toolset>darwin-4.2.1 at /usr/bin/strip
 notice: using archiver for <toolset>darwin-4.2.1 at /usr/bin/libtool
 notice: available sdk for <toolset>darwin-4.2.1/<macosx-version>10.5 at
 /Developer/SDKs/MacOSX10.5.sdk
 notice: available sdk for <toolset>darwin-4.2.1/<macosx-version>10.6 at
 /Developer/SDKs/MacOSX10.6.sdk
 notice: [python-cfg] Configuring python...
 notice: [python-cfg] user-specified version: "2.6"
 notice: [python-cfg] user-specified cmd-or-prefix:
 "/System/Library/Frameworks/Python.framework/Versions/2.6"
 notice: [python-cfg] Checking interpreter command
 "/System/Library/Frameworks/Python.framework/Versions/2.6/bin/python"...
 notice: [python-cfg] running command
 '"/System/Library/Frameworks/Python.framework/Versions/2.6/bin/python" -c
 "from sys import *;
 print('version=%d.%d\nplatform=%s\nprefix=%s\nexec_prefix=%s\nexecutable=%s'
 %
 (version_info[0],version_info[1],platform,prefix,exec_prefix,executable))"
 2>&1'
 notice: [python-cfg] ...requested configuration matched!
 notice: [python-cfg] Details of this Python configuration:
 notice: [python-cfg] interpreter command:
 "/System/Library/Frameworks/Python.framework/Versions/2.6/bin/python"
 notice: [python-cfg] include path:
 "/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6"
 notice: [python-cfg] library path:
 "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config"
 "/System/Library/Frameworks/Python.framework/Versions/2.6/lib"
 notice: [python-cfg] framework directory is
 "/System/Library/Frameworks/Python.framework"
 notice: [cmdline-cfg] Detected command-line request for darwin: toolset=
 darwin version=
 notice: [cmdline-cfg] toolset darwin already configured
 notice: iostreams: using prebuilt zlib
 notice: iostreams: using prebuilt bzip2
 ...patience...
 ...patience...
 ...found 1604 targets...
 ...updating 54 targets...
 common.mkdir bin
 common.mkdir bin/test_ext.test
 common.mkdir bin/test_ext.test/darwin-4.2.1
 common.mkdir bin/test_ext.test/darwin-4.2.1/debug
 common.mkdir bin/darwin-4.2.1
 common.mkdir bin/darwin-4.2.1/debug
 darwin.compile.c++ bin/darwin-4.2.1/debug/extending.o
 common.mkdir ../../../../bin.v2
 common.mkdir ../../../../bin.v2/libs
 common.mkdir ../../../../bin.v2/libs/python
 common.mkdir ../../../../bin.v2/libs/python/build
 common.mkdir ../../../../bin.v2/libs/python/build/darwin-4.2.1
 common.mkdir ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/numeric.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/list.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/long.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/dict.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/tuple.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/str.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/slice.o
 common.mkdir
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/converter
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/converter/from_python.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/converter/registry.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/converter/type_id.o
 common.mkdir
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/object
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/object/enum.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/object/class.o
 ../../../../libs/python/src/object/class.cpp: In function ‘int
 boost::python::property_init(PyObject*, PyObject*, PyObject*)’:
 ../../../../libs/python/src/object/class.cpp:79: warning: deprecated
 conversion from string constant to ‘char*’
 ../../../../libs/python/src/object/class.cpp:79: warning: deprecated
 conversion from string constant to ‘char*’
 ../../../../libs/python/src/object/class.cpp:79: warning: deprecated
 conversion from string constant to ‘char*’
 ../../../../libs/python/src/object/class.cpp:79: warning: deprecated
 conversion from string constant to ‘char*’
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/object/function.o
 ../../../../libs/python/src/object/function.cpp: In member function
 â€˜PyObject* boost::python::objects::function::call(PyObject*, PyObject*)
 const’:
 ../../../../libs/python/src/object/function.cpp:169: warning: comparison
 is always true due to limited range of data type
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/object/inheritance.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/object/life_support.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/object/pickle_support.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/errors.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/module.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/converter/builtin_converters.o
 ../../../../libs/python/src/converter/builtin_converters.cpp:369: warning:
 â€˜boost::python::converter::<unnamed>::py_unicode_as_string_unaryfunc’
 defined but not used
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/converter/arg_to_python_base.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/object/iterator.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/object/stl_iterator.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/object_protocol.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/object_operators.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/wrapper.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/import.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/exec.o
 darwin.compile.c++
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/object/function_doc_signature.o
 darwin.link.dll
 ../../../../bin.v2/libs/python/build/darwin-4.2.1/debug/libboost_python.dylib
 darwin.link.dll bin/darwin-4.2.1/debug/extending.so
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5154#comment:1>
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:05 UTC