On Tue, Mar 31, 2015 at 6:34 AM, Robert Ramey <ramey@rrsd.com> wrote:
Test output: teeks99-04a-Ubuntu12.04-64 - serialization -
test_array_binary_archive / gcc-4.8

For the serialization library I'm getting the library to build but all the
tests to fail.  The following is the command line.  It's odd to me that we
have DYN_LINK for FILESYSTEM and SYSTEM but not for SERIALIZATION.   At the
same time BOOST_ALL_NO_LIB=1.  This doesn't look right to me.  Would someone
care to comment here?

Robert Ramey

"g++-4.8"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -fPIC
-m64 -Wno-long-long -ftemplate-depth-255 -DBOOST_ALL_NO_LIB=1
-DBOOST_ARCHIVE_TEST=binary_archive.hpp -DBOOST_FILESYSTEM_DYN_LINK=1
-DBOOST_LIB_DIAGNOSTIC=1 -DBOOST_SYSTEM_DYN_LINK=1  -I".." -c -o
"/home/tomkent/teeks99-04/a/results/boost/bin.v2/libs/serialization/test/test_array_binary_archive.test/gcc-4.8/debug/address-model-64/architecture-x86/test_array.o"
"../libs/serialization/test/test_array.cpp"

Was it just that runner that you were seeing this with? I'm not doing anything special for it, it should have the exact same setup as all the other teeks99* linux runners.

Tom