<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi all, <div class=""><br class=""></div><div class="">I think that something odd is happening in the compilation of the boost library, I’m getting an error on Jenkins that there are too many failures in the compilation process. </div><div class=""><br class=""></div><div class="">I think it’s normal to have the errors, is it just that we need to add a switch to clang to not limit errors? Don’t know the impact this would have unfortunately. </div><div class=""><br class=""></div><div class="">Gerrit submission is:</div><div class=""><br class=""></div><div class=""><a href="https://gerrit.libreoffice.org/#/c/21633/" class="">https://gerrit.libreoffice.org/#/c/21633/</a></div><div class=""><br class=""></div><div class="">Console log output is here:</div><div class=""><br class=""></div><div class=""><a href="http://ci.libreoffice.org/job/lo_gerrit_master/10759/Gerrit=Gerrit,Platform=MacOSX/console" class="">http://ci.libreoffice.org/job/lo_gerrit_master/10759/Gerrit=Gerrit,Platform=MacOSX/console</a></div><div class=""><br class=""></div><div class="">Oddly enough, when I build on my own OS X system (which I *finally* managed to get working… sort of), I don’t get the same error. </div><div class=""><br class=""></div><div class="">I think someone mentioned on IRC last night that this might only occur on systems where make clean was run, or something along those lines. </div><div class=""><br class=""></div><div class="">Apologies if this is something already fixed, I thought I’d just ask on the list because OS X is not my strong-suit (yet). </div><div class=""><br class=""></div><div class="">Oh, I should note that I am currently getting a failure in Cppunittest_sw_ooxmlimport:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 14px; line-height: normal; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">Test name: testGroupshapeChildRotation::Import</div><div style="margin: 0px; font-size: 14px; line-height: normal; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">equality assertion failed</div><div style="margin: 0px; font-size: 14px; line-height: normal; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">- Expected: 686</div><div style="margin: 0px; font-size: 14px; line-height: normal; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">- Actual  : 688</div><div style="margin: 0px; font-size: 14px; line-height: normal; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0); min-height: 19px;" class=""><br class=""></div><div style="margin: 0px; font-size: 14px; line-height: normal; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">Failures !!!</div><div style="margin: 0px; font-size: 14px; line-height: normal; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">Run: 208   Failure total: 1   Failures: 1   Errors: 0</div></div><div class=""><br class=""></div><div class="">Maybe it’s related? Though that seems a bit unlikely. I didn’t see any tinderbox failures, so I’m a bit surprised it’s happening on my system though!</div><div class=""><br class=""></div><div class="">Chris</div><div class=""><br class=""></div><div class="">---</div><div class=""><br class=""></div><div class="">A snippet of the log is:</div><div class=""><br class=""></div><div class=""><pre class="console-output" style="box-sizing: border-box; white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; color: rgb(51, 51, 51); font-size: 13px; line-height: normal; widows: 1; background-color: rgb(255, 255, 255);">In file included from /Users/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/MacOSX/sal/cppunittester/cppunittester.cxx:57:
In file included from /Users/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/MacOSX/workdir/UnpackedTarball/boost/boost/algorithm/string.hpp:23:
In file included from /Users/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/MacOSX/workdir/UnpackedTarball/boost/boost/algorithm/string/split.hpp:16:
In file included from /Users/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/MacOSX/workdir/UnpackedTarball/boost/boost/algorithm/string/iter_find.hpp:27:
In file included from /Users/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/MacOSX/workdir/UnpackedTarball/boost/boost/algorithm/string/find_iterator.hpp:24:
In file included from /Users/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/MacOSX/workdir/UnpackedTarball/boost/boost/algorithm/string/detail/find_iterator.hpp:18:
In file included from /Users/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/MacOSX/workdir/UnpackedTarball/boost/boost/function.hpp:64:
In file included from /Users/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/MacOSX/workdir/UnpackedTarball/boost/boost/preprocessor/iteration/detail/iter/forward1.hpp:87:
In file included from /Users/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/MacOSX/workdir/UnpackedTarball/boost/boost/function/detail/function_iterate.hpp:14:
In file included from /Users/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/MacOSX/workdir/UnpackedTarball/boost/boost/function/detail/maybe_include.hpp:53:
/Users/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/MacOSX/workdir/UnpackedTarball/boost/boost/function/function_template.hpp:574:32: error: unknown warning group '-Wpragmas', ignored [-Werror,-Wunknown-pragmas]
#pragma GCC diagnostic ignored "-Wpragmas"
                               ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
[build CXX] sal/qa/rtl/strings/test_oustring_compare.cxx
20 errors generated.
/Users/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/MacOSX/solenv/gbuild/LinkTarget.mk:189: recipe for target '/Users/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/MacOSX/workdir/CxxObject/sal/cppunittester/cppunittester.o' failed
make[1]: *** [/Users/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/MacOSX/workdir/CxxObject/sal/cppunittester/cppunittester.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Makefile:247: recipe for target 'build' failed
make: *** [build] Error 2
Build step 'Execute shell' marked build as failure
Finished: FAILURE</pre><div class=""><br class=""></div></div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>