Boost logo

Boost :

Subject: Re: [boost] [exception] help needed diagnosing Sandia-intel-10.1/11.0/11.1 failures
From: K.Noel Belcourt (kbelco_at_[hidden])
Date: 2010-02-23 12:29:52


On Feb 22, 2010, at 10:32 AM, K. Noel Belcourt wrote:

> On Feb 21, 2010, at 9:44 PM, Steven Watanabe wrote:
>
>> Emil Dotchevski wrote:
>>> See the following logs, which seem identical, and it isn't clear
>>> to me
>>> what's wrong:
>>>
>>> http://tinyurl.com/yzjo8v4
>>> http://tinyurl.com/ygooqj7
>>> http://tinyurl.com/yjp3n68
>>>
>>> Ideas?
>>
>> The boost_thread library failed to build.

Right you are ...

...skipped <p/Volumes/Scratch/kbelco/boost/results/boost/bin.v2/libs/
exception/test/copy_exception_test.test/intel-darwin-11.1/debug/
threading-multi>copy_exception_test for lack of <p/Volumes/Scratch/
kbelco/boost/results/boost/bin.v2/libs/thread/build/intel-darwin-11.1/
debug/threading-multi>libboost_thread.dylib...

It looks like this one error is preventing the thread library from
building.

"/opt/intel/Compiler/11.1/067/bin/intel64/icpc" -xc++ -w1 -O0 -g -
inline-level=0 -vec-report0 -DBOOST_ALL_NO_LIB=1 -
DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_POSIX -I".." -c -o "/Volumes/
Scratch/kbelco/boost/results/boost/bin.v2/libs/thread/build/intel-
darwin-11.1/debug/link-static/threading-multi/pthread/thread.o" "../
libs/thread/src/pthread/thread.cpp"

../libs/thread/src/pthread/thread.cpp(385): error: identifier
"get_nprocs" is undefined
           return get_nprocs();
                  ^

compilation aborted for ../libs/thread/src/pthread/thread.cpp (code 2)

-- Noel


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk