|
Boost Testing : |
Subject: [Boost-testing] Regression test output
From: Belcourt, Kenneth (kbelco_at_[hidden])
Date: 2012-07-10 17:49:35
Hi,
This may have been going on for a while but there appears to be a boatload of repeated diagnostic messages in the log files of the nightly testers (this with clang on darwin).
[ output from bjam.log ]
....
notice: will use '/home/kbelco/llvm_darwin/build/Release+Asserts/bin/clang++' for clang-darwin, condition <toolset>clang-darwin-trunk
notice: OSX version on this machine is 10.6.8
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.4 at /Developer/SDKs/MacOSX10.4u.sdk
notice: available sdk for <toolset>darwin-4.2.1/<macosx-version>10.3 at /Developer/SDKs/MacOSX10.4u.sdk
[ this notice is repeated about 50 times ... ]
notice: available sdk for <toolset>darwin-4.2.1/<macosx-version>10.0 at /Developer/SDKs/MacOSX10.4u.sdk
notice: available sdk for <toolset>darwin-4.2.1/<macosx-version>10.0 at /Developer/SDKs/MacOSX10.4u.sdk
notice: available sdk for <toolset>darwin-4.2.1/<macosx-version>10.5 at /Developer/SDKs/MacOSX10.5.sdk
notice: iostreams: using prebuilt zlib
notice: iostreams: using prebuilt bzip2
Performing configuration checks
- has_icu builds : no
- 32-bit : no
- 64-bit : yes
- x86 : yes
- iconv (libc) : no
- iconv (separate) : no
- icu : no
- icu (lib64) : no
- Boost.Locale needs either iconv or ICU library to be built.
- Boost.Locale needs either iconv or ICU library to be built.
- Boost.Locale needs either iconv or ICU library to be built.
[ and this notice is also repeated 50 or more times ... ]
- Boost.Locale needs either iconv or ICU library to be built.
- Boost.Locale needs either iconv or ICU library to be built.
Any ideas what's causing this?
-- Noel