Am Mittwoch, 15. März 2017 um 11:51:29, schrieb ci-...@inria.fr
> https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-xenial-qt4-autotools-extended/107/Changes:

...

> Makefile:2134: recipe for target 'check_layout' failed
> make[4]: Leaving directory '/build/workspace/src'
> Makefile:2806: recipe for target 'check-am' failed
> make[3]: Leaving directory '/build/workspace/src'
> Makefile:2481: recipe for target 'check-recursive' failed
> make[2]: Leaving directory '/build/workspace/src'
> Makefile:2809: recipe for target 'check' failed
> make[1]: Leaving directory '/build/workspace/src'
> Makefile:575: recipe for target 'check-recursive' failed
> Command 'make check' failed, exiting
> Lexer.o: In function `lyx::Lexer::Pimpl::setFile(lyx::support::FileName 
> const&)':
> /build/workspace/src/Lexer.cpp:242: undefined reference to `lyx::theFormats()'
> collect2: error: ld returned 1 exit status
> make[4]: *** [check_layout] Error 1
> make[3]: *** [check-am] Error 2
> make[2]: *** [check-recursive] Error 1
> make[1]: *** [check] Error 2
> make: *** [check-recursive] Error 1
> Build step 'Execute shell' marked build as failure

Probably some automake failure. Using old ./src/support/tests/dummy_functions.o 
in the build dir.
Removing that file, it will be rebuild with
        make check-recursive
and './src/check_layout' is linked.

Don't understand, why in this case dummy_functions.o does not depend on 
dummy_functions.cpp

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to