Pavel Sanda wrote: > Vincent van Ravesteijn wrote: >> commit 290f3af8625052ac47183fda0d3695d8057a880d >> Author: Vincent van Ravesteijn <v...@lyx.org> >> Date: Wed Jul 3 23:40:58 2013 +0200 >> >> This is LyX 2.1.0beta1 > > It won't install by default on my distro, because make check fails: > > make check-TESTS > make[5]: Entering directory > `/var/tmp/portage/app- office/lyx-2.1.0_beta1/work/lyx-2.1.0beta1/src/tex2lyx' > ../LayoutFile.cpp (110): LayoutFileList::Read: unable to find textclass > file `textclass.lst'. ../LayoutFile.cpp (171): LayoutFileList::Read: no > textclasses found! ../ModuleList.cpp (137): unable to find modules file > `lyxmodules.lst'. No modules will be available.
This looks like lib/configure.py needs to be run for the account which is executing make before doing a 'make check'. I am not sure what to do here, we could try to run it automatically, but maybe this is not our problem but a gentoo problem? Georg