Hi Raphael,

On 16.11.2013 06:23, Raphael Bircher wrote:
Am 15.11.13 17:17, schrieb Herbert Duerr:
Just a small status update to my mail from Tuesday:
[...]
The rejuvenate01 branch should build out of the box again. Note the
working support for password protected documents and the latest
goodies we got by resyncing to trunk.
No, at me it does not working it stops at "testtools" as far I can see.
[snipped output from the build of the xml-module]

The good thing about doing parallel builds is that the resources are better utilized and the build is way faster.

The bad thing about parallel builds is that the output of the individual build processes get intermingled. This intermingled output is incredibly hard to analyze.

E.g. the output of the xml module is not related to the eventual problems in the testtools module. So providing the output of the xml build does not help in any way to analyze a build problem in the testtools module.

To get relevant output for analyzing an eventual testtools problem I suggest to change into the testtools directory and run
        rm -rf unxmaccx* && build 2>&1 | tee build.out | grep -i error:
there. Please note that no "-P" option should be used to prevent the intermingling of output.

A source of trouble could be if you are compiling using the XCode3 compiler. Are you using
        export CC=`xcrun -f clang` -arch x86_64
        export CXX=`xcrun -f clang++` -arch x86_64 -std=c++11
before running configure? If in doubt please use a new shell and a clean checkout of the code base.

Herbert


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to