|
Built on gelatin (SPARC Solaris 10 machine) as follows:
scons --cc=/opt/csw/bin/gcc --cxx=/opt/csw/bin/g++ --runtime-library-search-path=/opt/csw/lib,/opt/csw/gxx/lib --extrapath=/opt/csw,/opt/csw/gxx --mute --cache --build-fast-and-loose=off --mongo-orchestration-host=10.4.109.170 . all build-unit build-integration build-examples check-install -j 24 && scons --cc=/opt/csw/bin/gcc --cxx=/opt/csw/bin/g++ --runtime-library-search-path=/opt/csw/lib,/opt/csw/gxx/lib --extrapath=/opt/csw,/opt/csw/gxx --mute --cache --build-fast-and-loose=off --mongo-orchestration-host=10.4.109.170 unit integration
I can't currently run the examples because of CXX-453, but there should be nothing in those that is platform specific anyway.
Also, testing this revealed CXX-451 and CXX-452. We will fix those elsewhere, the purpose of this ticket was to look for endian or alignment violations.
|