When building 3.0.5 for Arch Linux I experienced problems with buildin the tests. The linker fails on symbols that should be available (see logs in attachment).
As the rest of the application builds and works just fine, I assume, that there is something wrong with how the tests are being build.
It would be great to find a solution to this problem, as I would like to be able to run unittests during build.
Nevermind, seems the cxxtest package had been installed too late in the process (only during testing, but it is required to be used during build).
This can be closed!