Hi Artyom,

On Jul 19, 2011, at 1:08 PM, Artyom Beilis wrote:

----- Original Message ----
From: "Belcourt, Kenneth" <kbelco@sandia.gov>
To: Running Boost regression tests <boost-testing@lists.boost.org>
Sent: Tue, July 19, 2011 8:56:24 PM
Subject: Re: [Boost-testing] Error Reasons in Regression Tests

On Jul 18, 2011, at 11:58 PM, Artyom Beilis wrote:


Can you please give the same for pathscale-4 to see why build fails

Here's the first part.

notice: will use '/home/kbelco/ekopath/4.0.8/bin/pathCC' for pathscale, condition <toolset>pathscale-4.0.8
notice: iostreams: using prebuilt zlib
notice: iostreams: using prebuilt bzip2
Performing configuration checks
    
    - has_icu builds           : no
    - iconv (libc)             : yes
    - icu                      : no
    - icu (lib64)              : no 
    - ../config//has_gcc_visibility builds : yes
    - ../config//has_long_double_support builds : yes
    - ../config//has_ntl_rr builds : no
    - ../config//has_mpfr_class builds : no
    - ../config//has_mpreal builds : no
    - ../config//has_e_float builds : no
    - ../config//has_gmpxx builds : yes

Here's a compile error for numeric.cpp.

pathscale.compile.c++ /scratch/boost/results/boost/bin.v2/libs/locale/build/pathscale-4.0.8/debug/threading-multi/posix/numeric.o

    "/home/kbelco/ekopath/4.0.8/bin/pathCC" -O0 -noinline -Wall -ggdb -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_LOCALE_DYN_LINK=1 -DBOOST_LOCALE_NO_WINAPI_BACKEND=1 -DBOOST_LOCALE_WITH_ICONV=1 -DBOOST_THREAD_NO_LIB=1 -I".." -c -o "/scratch/boost/results/boost/bin.v2/libs/locale/build/pathscale-4.0.8/debug/threading-multi/posix/numeric.o" "../libs/locale/src/posix/numeric.cpp"

../libs/locale/src/posix/numeric.cpp: In member function 'const char* boost::locale::impl_posix::ctype_posix<char>::do_is(const char*, const char*, __rw::__rw_ctype_mask*) const':
../libs/locale/src/posix/numeric.cpp:213: error: invalid conversion from 'int' to '__rw::__rw_ctype_mask'
../libs/locale/src/posix/numeric.cpp: In member function 'virtual const wchar_t* boost::locale::impl_posix::ctype_posix<wchar_t>::do_is(const wchar_t*, const wchar_t*, __rw::__rw_ctype_mask*) const':
../libs/locale/src/posix/numeric.cpp:308: error: invalid conversion from 'int' to '__rw::__rw_ctype_mask'
...failed pathscale.compile.c++ /scratch/boost/results/boost/bin.v2/libs/locale/build/pathscale-4.0.8/debug/threading-multi/posix/numeric.o...

Hope that helps.

-- Noel